Search papers, labs, and topics across Lattice.
The paper analyzes Vision-Language-Action (VLA) models, finding that sensitivity to visual tokens decreases in deeper layers during action generation. To address this, they propose DeepVision-VLA, a Vision-Language Mixture-of-Transformers (VL-MoT) framework that injects multi-level visual features into deeper layers of the VLA backbone. They further introduce Action-Guided Visual Pruning (AGVP) to prune irrelevant visual tokens, achieving state-of-the-art performance with 9.0% and 7.5% improvements on simulated and real-world tasks, respectively.
VLA models lose sight of visual cues as they generate actions, but injecting multi-level visual features into deeper layers and pruning irrelevant tokens can significantly boost performance.
Vision-Language-Action (VLA) models have recently emerged as a promising paradigm for robotic manipulation, in which reliable action prediction critically depends on accurately interpreting and integrating visual observations conditioned on language instructions. Although recent works have sought to enhance the visual capabilities of VLA models, most approaches treat the LLM backbone as a black box, providing limited insight into how visual information is grounded into action generation. Therefore, we perform a systematic analysis of multiple VLA models across different action-generation paradigms and observe that sensitivity to visual tokens progressively decreases in deeper layers during action generation. Motivated by this observation, we propose \textbf{DeepVision-VLA}, built on a \textbf{Vision-Language Mixture-of-Transformers (VL-MoT)} framework. This framework enables shared attention between the vision foundation model and the VLA backbone, injecting multi-level visual features from the vision expert into deeper layers of the VLA backbone to enhance visual representations for precise and complex manipulation. In addition, we introduce \textbf{Action-Guided Visual Pruning (AGVP)}, which leverages shallow-layer attention to prune irrelevant visual tokens while preserving task-relevant ones, reinforcing critical visual cues for manipulation with minimal computational overhead. DeepVision-VLA outperforms prior state-of-the-art methods by 9.0\% and 7.5\% on simulated and real-world tasks, respectively, providing new insights for the design of visually enhanced VLA models.