GLaD: Geometric Latent Distillation for Vision-Language-Action Models
Minghao Guo, Meng Cao, Jiachen Tao, Rongtao Xu, Yan Yan, Xiaodan Liang, Ivan Laptev, Xiaojun Chang
TL;DR
The paper tackles the lack of geometric reasoning in Vision-Language-Action models by introducing GLaD, a geometry-aware pretraining framework that distills 3D priors from a frozen VGGT into the LLM-based VLA backbone. GLaD trains with a joint objective that aligns LLM image-token representations with VGGT geometry features, then fine-tunes task-specific components via LoRA. On LIBERO, GLaD achieves 94.1% average success, surpassing UniVLA, and demonstrates enhanced robustness to appearance perturbations in LIBERO-PRO, especially for object-centric tasks. Ablation studies confirm the critical roles of VGGT as geometry encoder, late-stage alignment, and a geometry-informed fusion strategy. Collectively, the results show geometry-aware pretraining can improve spatial reasoning and policy generalization without depth sensors or explicit 3D annotations, advancing robust manipulation in vision-language systems.
Abstract
Most existing Vision-Language-Action (VLA) models rely primarily on RGB information, while ignoring geometric cues crucial for spatial reasoning and manipulation. In this work, we introduce GLaD, a geometry-aware VLA framework that incorporates 3D geometric priors during pretraining through knowledge distillation. Rather than distilling geometric features solely into the vision encoder, we align the LLM's hidden states corresponding to visual tokens with features from a frozen geometry-aware vision transformer (VGGT), ensuring that geometric understanding is deeply integrated into the multimodal representations that drive action prediction. Pretrained on the Bridge dataset with this geometry distillation mechanism, GLaD achieves 94.1% average success rate across four LIBERO task suites, outperforming UniVLA (92.5%) which uses identical pretraining data. These results validate that geometry-aware pretraining enhances spatial reasoning and policy generalization without requiring explicit depth sensors or 3D annotations.
