StreamVLA: Breaking the Reason-Act Cycle via Completion-State Gating
Hang Wu, Tongqing Chen, Jiasen Wang, Xiaotao Li, Lu Fang
TL;DR
StreamVLA tackles the latency-accuracy trade-off in long-horizon robotic manipulation by unifying slow planning and fast control within a single backbone and introducing a future-completion imagination head plus a lock-and-gated mechanism. The model gates heavy autoregressive reasoning to sub-task transitions, using a visually imagined completion state as a stable goal anchor to guide low-latency control and maintain task coherence. Empirical results show state-of-the-art performance on LIBERO (98.5% success) with a 48% latency reduction, strong robustness to dynamic interference, and real-world success across challenging tasks. The approach offers a scalable path for deploying large multimodal models in real-time robotic systems and points to future work integrating tactile feedback and other modalities.
Abstract
Long-horizon robotic manipulation requires bridging the gap between high-level planning (System 2) and low-level control (System 1). Current Vision-Language-Action (VLA) models often entangle these processes, performing redundant multimodal reasoning at every timestep, which leads to high latency and goal instability. To address this, we present StreamVLA, a dual-system architecture that unifies textual task decomposition, visual goal imagination, and continuous action generation within a single parameter-efficient backbone. We introduce a "Lock-and-Gated" mechanism to intelligently modulate computation: only when a sub-task transition is detected, the model triggers slow thinking to generate a textual instruction and imagines the specific visual completion state, rather than generic future frames. Crucially, this completion state serves as a time-invariant goal anchor, making the policy robust to execution speed variations. During steady execution, these high-level intents are locked to condition a Flow Matching action head, allowing the model to bypass expensive autoregressive decoding for 72% of timesteps. This hierarchical abstraction ensures sub-goal focus while significantly reducing inference latency. Extensive evaluations demonstrate that StreamVLA achieves state-of-the-art performance, with a 98.5% success rate on the LIBERO benchmark and robust recovery in real-world interference scenarios, achieving a 48% reduction in latency compared to full-reasoning baselines.
