Self-Improving Vision-Language-Action Models with Data Generation via Residual RL
Wenli Xiao, Haotian Lin, Andy Peng, Haoru Xue, Tairan He, Yuqi Xie, Fengyuan Hu, Jimmy Wu, Zhengyi Luo, Linxi "Jim" Fan, Guanya Shi, Yuke Zhu
TL;DR
PLD addresses the data and distribution challenges in post-training vision-language-action robotics by introducing a residual RL-based data-generation stage. The three-stage pipeline freezes the base VLA, learns lightweight residual specialists to probe failure regions, collects data through deployment-aligned hybrid rollouts, and distills successes back into the generalist via SFT. Empirically, PLD delivers near-saturation on LIBERO (~99%), substantial gains on SimplerEnv, and robust real-world performance on Franka and YAM dexterous tasks, with ablations confirming the importance of residual probing and distribution-aware replay. This work offers a scalable, autonomous pathway toward self-improving multi-embodiment VLA systems with reduced need for human demonstrations.
Abstract
Supervised fine-tuning (SFT) has become the de facto post-training strategy for large vision-language-action (VLA) models, but its reliance on costly human demonstrations limits scalability and generalization. We propose Probe, Learn, Distill (PLD), a three-stage plug-and-play framework that improves VLAs through residual reinforcement learning (RL) and distribution-aware data collection. In Stage 1, we train lightweight residual actors to probe failure regions of the VLA generalist. In Stage 2, we use a hybrid rollout scheme that aligns collected trajectories with the generalist's deployment distribution while capturing recovery behaviors. In Stage 3, we distill the curated trajectories back into the generalist with standard SFT. PLD achieves near-saturated 99% task success on LIBERO, over 50% gains in SimplerEnv, and 100% success on real-world Franka and YAM arm manipulation tasks. Ablations show that residual probing and distribution-aware replay are key to collecting deployment-aligned data that improves both seen and unseen tasks, offering a scalable path toward self-improving VLA models.
