UAOR: Uncertainty-aware Observation Reinjection for Vision-Language-Action Models
Jiabing Yang, Yixiang Chen, Yuan Xu, Peiyan Li, Xiangnan Wu, Zichen Wen, Bowen Fang, Tao Yu, Zhengbo Zhang, Yingda Li, Kai Wang, Jing Liu, Nianfeng Liu, Yan Huang, Liang Wang
TL;DR
UAOR presents a training-free, plug-in approach for Vision-Language-Action models that combats perceptual forgetting by reinjecting observation features into the next FFN layer when layer-wise action entropy indicates high uncertainty. By treating FFNs as key-value memories and using Action Entropy $u_t^{(\ell)}$ with threshold $\gamma$, UAOR restores observation influence during inference, reducing action uncertainty via information-theoretic mechanisms and improving the Information Bottleneck objective. Theoretical guarantees are complemented by extensive experiments across LIBERO, SIMPLER, CALVIN, and real-world robotic tasks, showing consistent performance gains with minimal overhead and without extra observation priors or training. This makes UAOR a practical, generalizable enhancement for diverse VLA architectures and robotics applications, enabling more reliable manipulation with modest computational cost.
Abstract
Vision-Language-Action (VLA) models leverage pretrained Vision-Language Models (VLMs) as backbones to map images and instructions to actions, demonstrating remarkable potential for generalizable robotic manipulation. To enhance performance, existing methods often incorporate extra observation cues (e.g., depth maps, point clouds) or auxiliary modules (e.g., object detectors, encoders) to enable more precise and reliable task execution, yet these typically require costly data collection and additional training. Inspired by the finding that Feed-Forward Network (FFN) in language models can act as "key-value memory", we propose Uncertainty-aware Observation Reinjection (UAOR), an effective, training-free and plug-and-play module for VLA models. Specifically, when the current language model layer exhibits high uncertainty, measured by Action Entropy, it reinjects key observation information into the next layer's Feed-Forward Network (FFN) through attention retrieval. This mechanism helps VLAs better attend to observations during inference, enabling more confident and faithful action generation. Comprehensive experiments show that our method consistently improves diverse VLA models across simulation and real-world tasks with minimal overhead. Notably, UAOR eliminates the need for additional observation cues or modules, making it a versatile and practical plug-in for existing VLA pipelines. The project page is at https://uaor.jiabingyang.cn.
