Overview
Field: Computer Vision / Robotics Authors: Jiaming Liu, Qingpo Wuwu, Nuowei Han Published: 2025-07-09 arXiv: 2507.06837
Abstract (translated)
Recently, Vision-Language-Action (VLA) models have demonstrated strong generalization across diverse tasks. However, effective robotic manipulation in physical environments fundamentally requires geometric understanding and spatial reasoning. While some VLA approaches attempt to incorporate 3D information, they are constrained by limited data availability and geometric information loss in current 3D encoding pipelines, and fail to jointly capture 3D geometry and temporally structured actions in dynamic environments.
To address these limitations, the authors introduce Lift3D-VLA, a unified VLA framework that equips models with explicit 3D point cloud reasoning and enables temporally coherent action generation:
1. Enhanced 2D model-lifting strategy — building upon the previous Lift3D work, 3D points are aligned geometrically with pretrained 2D positional embeddings, enabling the VLA visual encoder to encode point clouds directly while minimizing spatial information loss. 2. Geometry-Centric Masked Autoencoding (GC-MAE) — a dual-objective self-supervised framework that reconstructs the current point cloud while simultaneously predicting its future geometric evolution, allowing the 2D visual encoder to internalize 3D structure and physical dynamics. 3. Hierarchical temporal action modeling — leverages multi-layer collaboration within the LLM to predict action chunks with temporally consistent predictions.
Results
Across 22 simulated tasks and 8 real-world manipulation tasks:
- MetaWorld: +10.8% average success rate over previous best VLA methods
- RLBench: +11.1% average success rate over previous best VLA methods
- Real world: +4 percentage points over the strongest real-world baseline
- Improved generalization to out-of-distribution perturbations
- Paper: https://arxiv.org/abs/2507.06837