Selective Perception for Robot: Task-Aware Attention in Multimodal VLA
Young-Chae Son, Jung-Woo Lee, Yoon-Ji Choi, Dae-Kwan Ko, Soo-Chul Lim
TL;DR
This work tackles the inefficiency and noise of static multimodal fusion in Vision-Language-Action robotics by introducing a context-aware Camera Router that dynamically gates information from multiple sensory streams. The router uses wrist-camera input and a task prompt to predict modality relevance, enabling task-driven attention and reduced computation via a gating mechanism. Training combines a Flow-Matching VLA backbone with LoRA fine-tuning, supervised by a routing loss and augmented by a VLM-based auto-labeling pipeline to scale supervision without human labeling. Experiments across three industrial tasks demonstrate substantial gains in success rates and inference efficiency, with VLM-derived labels approaching human labeling quality and offering a viable path to scalable robot learning. The approach promises improved robustness for long-horizon manipulation under resource constraints and lays groundwork for incorporating additional feedback modalities such as force data in future work.
Abstract
In robotics, Vision-Language-Action (VLA) models that integrate diverse multimodal signals from multi-view inputs have emerged as an effective approach. However, most prior work adopts static fusion that processes all visual inputs uniformly, which incurs unnecessary computational overhead and allows task-irrelevant background information to act as noise. Inspired by the principles of human active perception, we propose a dynamic information fusion framework designed to maximize the efficiency and robustness of VLA models. Our approach introduces a lightweight adaptive routing architecture that analyzes the current text prompt and observations from a wrist-mounted camera in real-time to predict the task-relevance of multiple camera views. By conditionally attenuating computations for views with low informational utility and selectively providing only essential visual features to the policy network, Our framework achieves computation efficiency proportional to task relevance. Furthermore, to efficiently secure large-scale annotation data for router training, we established an automated labeling pipeline utilizing Vision-Language Models (VLMs) to minimize data collection and annotation costs. Experimental results in real-world robotic manipulation scenarios demonstrate that the proposed approach achieves significant improvements in both inference efficiency and control performance compared to existing VLA models, validating the effectiveness and practicality of dynamic information fusion in resource-constrained, real-time robot control environments.
