English

StreamVLA: Breaking the Reason-Act Cycle via Completion-State Gating

Robotics 2026-02-10 v2

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.

Keywords

Cite

@article{arxiv.2602.01100,
  title  = {StreamVLA: Breaking the Reason-Act Cycle via Completion-State Gating},
  author = {Tongqing Chen and Hang Wu and Jiasen Wang and Xiaotao Li and Lu Fang},
  journal= {arXiv preprint arXiv:2602.01100},
  year   = {2026}
}
R2 v1 2026-07-01T09:30:00.304Z