RL^2-VLA: Adaptive RL Latent Compositional Steering with Test-Time Scaling for Vision-Language-Action Models
Summary
This paper introduces RL^2, an adaptive inference-time steering framework for Vision-Language-Action models that uses offline RL on latent representations to compose action flows, activating steering only when failure is predicted. It achieves up to +17.3% success rate improvements on SIMPLER and PolaRiS benchmarks and demonstrates real-world transfer.
View Cached Full Text
Cached at: 08/03/26, 01:32 PM
Paper page - RL^2-VLA: Adaptive RL Latent Compositional Steering with Test-Time Scaling for Vision-Language-Action Models
Source: https://huggingface.co/papers/2607.26991
Abstract
DespitetheimpressivevisuomotorcapabilitiesenabledbyVision-Language-Action(VLA)models,theirperformanceoftendegradesonchallengingandout-of-domaintasks.Recenttest-timesteeringandscalingmethodsimproveperformancewithoutextensivedatacollectionandretraining,butactionsamplesoftenremainconcentratedaroundsimilarbehaviorsandthereforeinheritcorrelatedfailuremodes.Moreover,existingmethodsapplythesameinterventionstrategyateverytimestep,regardlessofwhetherthebasepolicyisalreadylikelytosucceed.Toaddresstheselimitations,weintroduceRL^2,anadaptiveinference-timesteeringframeworkthatleveragesReinforcementLearningonVLALatents.First,wetrainalightweightofflineRLpolicyconditionedonexpressivelatentsextractedfromtheVLAactionexpertandcomposeitsflowvelocitywiththatofthefrozenVLAduringinference.Thiscompositionalsteeringstrategycombinesthebehavioralpriorsoflarge-scaleimitationlearningwiththeactiondiversityinducedbyofflineRLbeyonddominantdemonstrationmodes.Wefurtherdiscoverthatinference-timesteeringfollowsfundamentallydifferentscalinglawsundersuccessandfailurestates,revealingthatactiondiversityismostbeneficialwhenthebaseVLAislikelytofail,butcanunnecessarilyperturbalready-accurateactionswhensuccessislikely.Buildingonthisinsight,RL^2activatescompositionalsteeringonlywhenfailureispredicted.AcrosstheSIMPLERandPolaRiSbenchmarks,RL^2improvessuccessratesbyupto+17.3%inout-of-domainsettings,whileablationsandscalingstudiesdemonstratetheimportanceoflatentrepresentationsandRLtraining.Finally,real-worldexperimentsdemonstratethatthesegainstransferbeyondsimulation,establishingRL^2asapracticalandmodularsteeringframeworkforVLAdeployment.
View arXiv pageView PDFProject pageGitHub8Add to collection
Get this paper in your agent:
hf papers read 2607\.26991
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### rl2-vla/rl2-vla-qam-bridge Updatedabout 20 hours ago
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.26991 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.26991 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Seeing Before Colliding: Anticipatory Safe RL with Frozen Vision-Language Models
This paper presents VLM-Safe-RL, a framework that integrates frozen vision-language models into constrained MDP Lagrangian updates to provide anticipatory cost signals for safe reinforcement learning in high-speed visual control tasks. The method outperforms standard constraint-aware baselines on Safety-Gymnasium FormulaOne L2 and generalizes to held-out environments.
Closed-Loop Neural Activation Control in Vision-Language-Action Models
Proposes CTRL-STEER, a closed-loop framework for adaptive steering of vision-language-action models using time-varying control signals, achieving better trade-off between concept regulation and task success without retraining.
AR-VLA: True Autoregressive Action Expert for Vision-Language-Action Models
Proposes AR-VLA, an autoregressive action expert that generates continuous action sequences with long-term memory for context-aware robotic policy training, improving trajectory smoothness and task success rates over reactive VLA models.
D-VLA: A High-Concurrency Distributed Asynchronous Reinforcement Learning Framework for Vision-Language-Action Models
D-VLA proposes a high-concurrency distributed asynchronous reinforcement learning framework for Vision-Language-Action models, using plane decoupling and a swimlane pipeline to improve throughput and efficiency in large-scale embodied AI training.
Small RL Controller, Large Language Model: RL-Guided Adaptive Sampling for Test-Time Scaling
This paper formulates adaptive sampling for large language models as a Markov decision process and trains a lightweight RL controller to balance correctness, latency, and computational cost, achieving improved trade-offs.