Think Proprioceptively: Embodied Visual Reasoning for VLA Manipulation
Fangyuan Wang, Peng Zhou, Jiaming Qi, Shipeng Lyu, David Navarro-Alarcon, Guodong Guo
TL;DR
This work introduces ThinkProprio, a proprioception-grounded VLA policy that tokenizes robot state into the VLM embedding space and fuses it with the instruction for early visual reasoning. By guiding visual token selection with both instruction and discretized proprioception, ThinkProprio achieves state-aware feature retention, enabling aggressive token reduction without sacrificing task performance. Empirical results on CALVIN and LIBERO show competitive or superior task success, especially in long-horizon settings, while delivering substantial latency and compute savings. The approach demonstrates that proprioceptive grounding can meaningfully shape perceptual reasoning in multimodal robotics, with practical benefits for real-time control and efficiency.
Abstract
Vision-language-action (VLA) models typically inject proprioception only as a late conditioning signal, which prevents robot state from shaping instruction understanding and from influencing which visual tokens are attended throughout the policy. We introduce ThinkProprio, which converts proprioception into a sequence of text tokens in the VLM embedding space and fuses them with the task instruction at the input. This early fusion lets embodied state participate in subsequent visual reasoning and token selection, biasing computation toward action-critical evidence while suppressing redundant visual tokens. In a systematic ablation over proprioception encoding, state entry point, and action-head conditioning, we find that text tokenization is more effective than learned projectors, and that retaining roughly 15% of visual tokens can match the performance of using the full token set. Across CALVIN, LIBERO, and real-world manipulation, ThinkProprio matches or improves over strong baselines while reducing end-to-end inference latency over 50%.
