GeoVLA: Empowering 3D Representations in Vision-Language-Action Models
Lin Sun, Bin Xie, Yingfei Liu, Hao Shi, Tiancai Wang, Jiale Cao
TL;DR
GeoVLA addresses the limitation of 2D-only inputs in Vision-Language-Action robotics by introducing a dual-path architecture that fuses vision-language embeddings with 3D geometry via a Point Embedding Network (PEN) and a 3D-enhanced Action Expert (3DAE). The framework leverages a diffusion Transformer with Mixture-of-Experts to jointly model visual-language and geometric cues, while a static routing strategy preserves modality balance during training. Empirical results on LIBERO and ManiSkill2 demonstrate state-of-the-art performance in simulation, and real-world experiments show robust 3D perception under height, scale, and viewpoint variations. The work significantly improves spatial reasoning and manipulation reliability in VLA systems, with strong implications for autonomous robotic control in complex environments.
Abstract
Vision-Language-Action (VLA) models have emerged as a promising approach for enabling robots to follow language instructions and predict corresponding actions. However, current VLA models mainly rely on 2D visual inputs, neglecting the rich geometric information in the 3D physical world, which limits their spatial awareness and adaptability. In this paper, we present GeoVLA, a novel VLA framework that effectively integrates 3D information to advance robotic manipulation. It uses a vision-language model (VLM) to process images and language instructions,extracting fused vision-language embeddings. In parallel, it converts depth maps into point clouds and employs a customized point encoder, called Point Embedding Network, to generate 3D geometric embeddings independently. These produced embeddings are then concatenated and processed by our proposed spatial-aware action expert, called 3D-enhanced Action Expert, which combines information from different sensor modalities to produce precise action sequences. Through extensive experiments in both simulation and real-world environments, GeoVLA demonstrates superior performance and robustness. It achieves state-of-the-art results in the LIBERO and ManiSkill2 simulation benchmarks and shows remarkable robustness in real-world tasks requiring height adaptability, scale awareness and viewpoint invariance.
