SCALE: Self-uncertainty Conditioned Adaptive Looking and Execution for Vision-Language-Action Models
Hyeonbeom Choi, Daechul Ahn, Youhan Lee, Taewook Kang, Seongwon Cho, Jonghyun Choi
TL;DR
This work targets robustness in Vision-Language-Action (VLA) robotic systems by addressing perceptual ambiguity and action uncertainty without additional training or verifiers. It introduces SCALE, a training-free, single-pass inference strategy that jointly modulates what the model perceives and what it does, guided by a self-uncertainty score computed from output logits. The core idea uses two references, a low-uncertainty one-hot and a high-uncertainty uniform distribution, to define $u^k_t = D_{KL}(p^k_t\|q^{low}) - D_{KL}(p^k_t\|q^{high})$, which governs both adaptive action decoding via $\tau^k_t = T_{0}\cdot\sigma(u^k_t)$ and adaptive visual attention via $\gamma_t = \kappa^{\tanh(\Delta u_{t-1})}$; these updates occur within a single forward pass. Empirically, SCALE improves state-of-the-art VLAs across multiple backbones (OpenVLA, $\pi_0$-FAST, SpatialVLA) and benchmarks (LIBERO, SIMPLER-WidowX, LIBERO-PRO-Long), outperforming training-based Test-Time Scaling methods while maintaining real-time efficiency. By grounding adaptive perception and action in Self-Uncertainty and Active Inference, SCALE enables robust, real-time robotic control under perceptual ambiguity and environmental variability.
Abstract
Vision-Language-Action (VLA) models have emerged as a promising paradigm for general-purpose robotic control, with test-time scaling (TTS) gaining attention to enhance robustness beyond training. However, existing TTS methods for VLAs require additional training, verifiers, and multiple forward passes, making them impractical for deployment. Moreover, they intervene only at action decoding while keeping visual representations fixed-insufficient under perceptual ambiguity, where reconsidering how to perceive is as important as deciding what to do. To address these limitations, we propose SCALE, a simple inference strategy that jointly modulates visual perception and action based on 'self-uncertainty', inspired by uncertainty-driven exploration in Active Inference theory-requiring no additional training, no verifier, and only a single forward pass. SCALE broadens exploration in both perception and action under high uncertainty, while focusing on exploitation when confident-enabling adaptive execution across varying conditions. Experiments on simulated and real-world benchmarks demonstrate that SCALE improves state-of-the-art VLAs and outperforms existing TTS methods while maintaining single-pass efficiency.
