Revisiting Embodied Chain-of-Thought for Generalizable Robot Manipulation
About
Embodied chain-of-thought (CoT) aims to bridge linguistic reasoning and robotic control, but its effective form and integration strategy remain underexplored. In this paper, we revisit embodied CoT for vision-language-action (VLA) models at large scale. We construct the largest embodied CoT corpus to date, comprising 978,743 trajectories, 226.3M samples, and 2592.5 hours of robot data. Through extensive experiments, we find that effective embodied CoT should ground high-level semantic understanding into concrete action guidance, such as end-effector movement descriptions and image-space trajectories, while high-level reasoning alone brings only marginal gains. We further show that explicit CoT does not scale reliably when used as an autoregressive action prefix, as it suffers from compounding inference errors and unstable reasoning-action coupling. To address these limitations, we propose ERVLA, a VLA model that uses embodied CoT as representation-shaping supervision rather than mandatory test-time reasoning. ERVLA is trained with a reasoning-dropout strategy, enabling the model to absorb rich reasoning traces during training while predicting actions directly without CoT decoding during inference. This design improves scalability with increasing pre-training data and avoids autoregressive instability. ERVLA achieves state-of-the-art performance on LIBERO-Plus with an 86.9% success rate and reaches 53.2% success rate on VLABench, demonstrating strong out-of-distribution generalization. In real-robot experiments, ERVLA further outperforms competitive state-of-the-art baselines, especially on tasks requiring semantic disambiguation and long-horizon execution.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Robotic Manipulation | LIBERO-Plus | Language Understanding Score87.1 | 414 | |
| Embodied Task Execution | VLABench In-dist. | Progress Score (PS)81.1 | 10 | |
| Embodied Task Execution | VLABench Cross Category | Primitive Success (PS)61 | 10 | |
| Embodied Task Execution | VLABench Instruction | Progress Score (PS)70.2 | 10 | |
| Embodied Task Execution | VLABench Avg. | Progress Score (PS)65.9 | 10 | |
| Embodied Task Execution | VLABench Commonsense | Progress Score (PS)55 | 10 | |
| Robot Manipulation | Real-world Distractors tier | Success Rate44 | 10 | |
| Embodied Task Execution | VLABench Texture | Progress Score (PS)62.3 | 9 | |
| Robot Manipulation | Real-world Semantic tier | Success Rate42 | 5 | |
| Robot Manipulation | Real-world Long-horizon tier | Success Rate38 | 5 |