VLA-R1: Enhancing Reasoning in Vision-Language-Action Models
Angen Ye, Zeyu Zhang, Boyuan Wang, Xiaofeng Wang, Dapeng Zhang, Zheng Zhu
TL;DR
VLA-R1 addresses the lack of explicit, step-by-step reasoning in Vision-Language-Action models by combining chain-of-thought supervision with reinforcement learning from verifiable rewards (GRPO). It introduces a high-quality VLA-CoT-13K dataset and a data engine to align reasoning with affordance and trajectory annotations, enabling robust reasoning and execution across in-domain, out-of-domain, simulation, and real-robot settings. Empirical results show notable gains in affordance localization and trajectory accuracy, with state-of-the-art performance in OOD scenarios and practical viability on real robots. The work promises to narrow the gap between reasoning quality and action execution in embodied AI and provides resources for future research.
Abstract
Vision-Language-Action (VLA) models aim to unify perception, language understanding, and action generation, offering strong cross-task and cross-scene generalization with broad impact on embodied AI. However, current VLA models often lack explicit step-by-step reasoning, instead emitting final actions without considering affordance constraints or geometric relations. Their post-training pipelines also rarely reinforce reasoning quality, relying primarily on supervised fine-tuning with weak reward design. To address these challenges, we present VLA-R1, a reasoning-enhanced VLA that integrates Reinforcement Learning from Verifiable Rewards (RLVR) with Group Relative Policy Optimization (GRPO) to systematically optimize both reasoning and execution. Specifically, we design an RLVR-based post-training strategy with verifiable rewards for region alignment, trajectory consistency, and output formatting, thereby strengthening reasoning robustness and execution accuracy. Moreover, we develop VLA-CoT-13K, a high-quality dataset that provides chain-of-thought supervision explicitly aligned with affordance and trajectory annotations. Furthermore, extensive evaluations on in-domain, out-of-domain, simulation, and real-robot platforms demonstrate that VLA-R1 achieves superior generalization and real-world performance compared to prior VLA methods. We plan to release the model, code, and dataset following the publication of this work. Code: https://github.com/GigaAI-research/VLA-R1. Website: https://gigaai-research.github.io/VLA-R1.
