🤖 AI Summary
Vision-language-action (VLA) models typically rely on expert demonstrations, lack mechanisms for self-correction from failures, and suffer from low sample efficiency when deployed in real-world robotic reinforcement learning (RL). Method: This paper proposes WMPO—a World Model-based Policy Optimization framework—that constructs a pixel-level world model aligned with pre-trained VLA visual-linguistic features, enabling policy optimization without real-world interaction. Building upon this, we introduce GRPO (Guided Reinforcement Policy Optimization), an online algorithm that performs efficient end-to-end policy learning within simulation. Contribution/Results: WMPO breaks from conventional offline training paradigms, supporting self-correction, cross-task generalization, and continual learning. Experiments demonstrate significant improvements in both sample efficiency and task performance over state-of-the-art offline VLA methods—on both simulated and physical robots.
📝 Abstract
Vision-Language-Action (VLA) models have shown strong potential for general-purpose robotic manipulation, but their reliance on expert demonstrations limits their ability to learn from failures and perform self-corrections. Reinforcement learning (RL) addresses these through self-improving interactions with the physical environment, but suffers from high sample complexity on real robots. We introduce World-Model-based Policy Optimization (WMPO), a principled framework for on-policy VLA RL without interacting with the real environment. In contrast to widely used latent world models, WMPO focuses on pixel-based predictions that align the"imagined"trajectories with the VLA features pretrained with web-scale images. Crucially, WMPO enables the policy to perform on-policy GRPO that provides stronger performance than the often-used off-policy methods. Extensive experiments in both simulation and real-robot settings demonstrate that WMPO (i) substantially improves sample efficiency, (ii) achieves stronger overall performance, (iii) exhibits emergent behaviors such as self-correction, and (iv) demonstrates robust generalization and lifelong learning capabilities.