VLAW: Iterative Co-Improvement of Vision-Language-Action Policy and World Model
Yanjiang Guo, Tony Lee, Lucy Xiaoyang Shi, Jianyu Chen, Percy Liang, Chelsea Finn
TL;DR
VLAW presents an iterative, data-efficient framework that co-improves a vision-language-action policy and an action-conditioned world model. By grounding the world model with limited real-world rollouts and generating large-scale synthetic trajectories, the method enables stable supervised fine-tuning of the VLA policy with a reward model to identify successful trajectories. Real-robot experiments on the DROID platform demonstrate significant performance gains across multiple contact-rich tasks, including large absolute improvements and benefits from synthetic data. The approach provides a scalable path for improving generalist robotic policies with limited real data, while connecting to regularized RL through a weighted-projection perspective. Overall, VLAW demonstrates the value of iteratively refining world models and policies using real data to expand capabilities in physically complex manipulation tasks.
Abstract
The goal of this paper is to improve the performance and reliability of vision-language-action (VLA) models through iterative online interaction. Since collecting policy rollouts in the real world is expensive, we investigate whether a learned simulator-specifically, an action-conditioned video generation model-can be used to generate additional rollout data. Unfortunately, existing world models lack the physical fidelity necessary for policy improvement: they are predominantly trained on demonstration datasets that lack coverage of many different physical interactions (particularly failure cases) and struggle to accurately model small yet critical physical details in contact-rich object manipulation. We propose a simple iterative improvement algorithm that uses real-world roll-out data to improve the fidelity of the world model, which can then, in turn, be used to generate supplemental synthetic data for improving the VLA model. In our experiments on a real robot, we use this approach to improve the performance of a state-of-the-art VLA model on multiple downstream tasks. We achieve a 39.2% absolute success rate improvement over the base policy and 11.6% improvement from training with the generated synthetic rollouts. Videos can be found at this anonymous website: https://sites.google.com/view/vla-w
