Avi: Action from Volumetric Inference
Harris Song, Long Le
TL;DR
Avi reframes robotic action generation as a 3D volumetric inference problem, leveraging a 3D multi-modal language model to predict delta point clouds conditioned on natural language and scene geometry. Actions are derived not by token prediction but through classical geometric optimization, specifically ICP, to align predicted and target volumes and obtain executable trajectories via inverse kinematics. The approach introduces location quantization to extend 3D MLLMs like ShapeLLM-Omni to object-level grounding, improving spatial robustness under occlusion and viewpoint changes. Preliminary experiments on drawer-closing tasks demonstrate semantically consistent, physically realizable action rollouts and highlight the potential of 3D vision-language reasoning as a scalable foundation for robust robotic systems.
Abstract
We propose Avi, a novel 3D Vision-Language-Action (VLA) architecture that reframes robotic action generation as a problem of 3D perception and spatial reasoning, rather than low-level policy learning. While existing VLA models primarily operate on 2D visual inputs and are trained end-to-end on task-specific action policies, Avi leverages 3D point clouds and language-grounded scene understanding to compute actions through classical geometric transformations. Most notably, Avi does not train on previous action tokens, rather, we build upon a 3D Multi-modal Large Language Model (MLLM) to generate the next point cloud and explicitly calculate the actions through classical transformations. This approach enables generalizable behaviors that are robust to occlusions, camera pose variations, and changes in viewpoint. By treating the robotic decision-making process as a structured reasoning task over 3D representations, Avi bridges the gap between high-level language instructions and low-level actuation without requiring opaque policy learning. Our preliminary results highlight the potential of 3D vision-language reasoning as a foundation for scalable, robust robotic systems. Check it out at https://avi-3drobot.github.io/.
