ArXiv

RL$^2$-VLA: Adaptive RL Latent Compositional Steering with Test-Time Scaling for Vision-Language-Action Models

Authors
Derek Ming Siang Tan, Shailesh Shailesh, Srikrishna Iyer...
Categories
cs.RO
arXiv
https://arxiv.org/abs/2607.26991v1
PDF
https://arxiv.org/pdf/2607.26991v1

Brief

RL^2 presents an adaptive, modular test-time steering method for Vision–Language–Action models that trains an offline RL policy on expressive VLA latents and composes its action flow with a frozen VLA. The paper finds action diversity helps mainly when the base VLA is likely to fail, so RL^2 activates compositional steering only under predicted failure, yielding up to +17.3% success improvements on SIMPLER and PolaRiS and showing real-world transfer. Full text and code available; ablations validate latent and RL design choices.

Why it matters

Introduces RL^2: an adaptive inference-time steering framework that trains a lightweight offline RL policy on expressive latents extracted from a frozen Vision–Language–Action (VLA) expert and composes the RL policy's flow velocity with the VLA's action flow; steering is applied only when a learned failure predictor indicates the base VLA is likely to fail.

Key details

  • Empirically improves success rates by up to +17.3% in out-of-domain tasks on the SIMPLER and PolaRiS benchmarks (with ablations and scaling studies showing the importance of latent representations and RL training); authors report real-world transfer and publish code/models at https://rl2-vla.github.io (arXiv: 2607.26991, published 2026-07-29).
Source evidence

Abstract

Despite the impressive visuomotor capabilities enabled by Vision-Language-Action (VLA) models, their performance often degrades on challenging and out-of-domain tasks. Recent test-time steering and scaling methods improve performance without extensive data collection and retraining, but action samples often remain concentrated around similar behaviors and therefore inherit correlated failure modes. Moreover, existing methods apply the same intervention strategy at every timestep, regardless of whether the base policy is already likely to succeed. To address these limitations, we introduce $RL^2$, an adaptive inference-time steering framework that leverages Reinforcement Learning on VLA Latents. First, we train a lightweight offline RL policy conditioned on expressive latents extracted from the VLA action expert and compose its flow velocity with that of the frozen VLA during inference. This compositional steering strategy combines the behavioral priors of large-scale imitation learning with the action diversity induced by offline RL beyond dominant demonstration modes. We further discover that inference-time steering follows fundamentally different scaling laws under success and failure states, revealing that action diversity is most beneficial when the base VLA is likely to fail, but can unnecessarily perturb already-accurate actions when success is likely. Building on this insight, $RL^2$ activates compositional steering only when failure is predicted. Across the SIMPLER and PolaRiS benchmarks, $RL^2$ improves success rates by up to +17.3% in out-of-domain settings, while ablations and scaling studies demonstrate the importance of latent representations and RL training. Finally, real-world experiments demonstrate that these gains transfer beyond simulation, establishing $RL^2$ as a practical and modular steering framework for VLA deployment.

Comment: Code and models are available at https://rl2-vla.github.io