Evo-0: Vision-Language-Action Model with Implicit Spatial Understanding
Tao Lin, Gen Li, Yilei Zhong, Yanwen Zou, Yuxin Du, Jiting Liu, Encheng Gu, Bo Zhao
TL;DR
The paper tackles the有限 spatial understanding of Vision-Language-Action (VLA) systems by introducing Evo-0, a plug-and-play architecture that implicitly encodes 3D geometry through a Visual Geometry Grounded Transformer (VGGT) spatial encoder. By cross-attentively fusing VGGT 3D tokens with standard 2D visual tokens and keeping the Vision-Language Model frozen (with LoRA adapters), Evo-0 delivers depth-aware representations from RGB images alone and improves policy learning. Extensive simulations on RLBench tasks, real-world experiments, and robustness tests demonstrate consistent, substantial gains over strong baselines, including better precision in tight spatial tasks and resilience to disturbances. The approach offers a practical, sensor-light path to richer spatial grounding in robotic manipulation with broad applicability in real-world settings.
Abstract
Vision-Language-Action (VLA) models have emerged as a promising framework for enabling generalist robots capable of perceiving, reasoning, and acting in the real world. These models usually build upon pretrained Vision-Language Models (VLMs), which excel at semantic understanding due to large-scale image and text pretraining. However, existing VLMs typically lack precise spatial understanding capabilities, as they are primarily tuned on 2D image-text pairs without 3D supervision. To address this limitation, recent approaches have incorporated explicit 3D inputs such as point clouds or depth maps, but this necessitates additional depth sensors or pre-trained depth estimation models, which may yield defective results. In contrast, our work introduces a plug-and-play module that implicitly incorporates 3D geometry features into VLA models by leveraging an off-the-shelf visual geometry foundation model. This integration provides the model with depth-aware visual representations, improving its ability to understand the geometric structure of the scene and the spatial relationships among objects from RGB images alone. We evaluate our method on a set of spatially challenging tasks in both simulation and the real world. Extensive evaluations show that our method significantly improves the performance of state-of-the-art VLA models across diverse scenarios.
