StreamPI: Streaming Multimodal Temporal Modeling for Vision-Language-Action Models

Zhe Liu, Jinghua Hou, Yuxiang Lu, Zhenya Yang, Xianzhe Fan, Junwei Luo, Junyi Li, Ruihua Han, Zhi Hou, Hengshuang Zhao

arXiv:2608.26067 · 2026-08-27 공개 · arXiv · PDF

vision-language-action robot-manipulation temporal-modeling multimodal-fusion causal-attention streaming-inference llm-backbone libero-benchmark

Abstract

Vision-Language-Action (VLA) models have demonstrated effectiveness in robot manipulation, yet state-of-the-art models such as pi0.5 operate under a single-frame paradigm, limiting their ability to retain past observations and develop precise spatial perception. In this paper, we propose StreamPI, a streaming multimodal temporal modeling framework that equips single-frame VLA with temporal reasoning capability without introducing any additional parameters. One core design is instruction-anchored temporal modeling. It treats each (visual observation, language instruction) pair as an atomic temporal unit: bidirectional attention within each pair enables cross-modal fusion, while causal attention across pairs preserves autoregressive streaming inference. This ensures the language instruction serves as a persistent semantic anchor throughout task execution. To bridge the gap between synchronous training and asynchronous real-robot deployment, we introduce a andom-interval streaming training strategy: a proper inter-frame interval (e.g., every 3 frames) enables faster and smoother action execution. Beyond this, randomizing the interval further improves robustness to frame-timing perturbations, supporting asynchronous deployment in practice. Furthermore, by leveraging the length extrapolation capability of the LLM backbone, StreamPI seamlessly inherits pretrained single-frame weights and supports flexible single-frame and multi-frame inference. Experiments on real-robot tasks spanning memory-dependent and precise perception scenarios, as well as the simulation benchmark LIBERO, demonstrate that StreamPI outperforms pi0.5 across diverse tasks.

한국어 요약

한 줄 요약

StreamPI는 기존 단일 프레임 VLA 모델에 시간 정보를 추가하면서 추가 파라미터 없이 실시간 추론을 가능하게 하는 스트리밍 멀티모달 시간 모델링 프레임워크이다.

핵심 기여도

핵심 아이디어

StreamPI는 단일 프레임 VLA 모델이 시간 정보를 활용할 수 있도록 설계된 스트리밍 멀티모달 시간 모델링 프레임워크이다. 핵심 아이디어는 각 (시각 관측, 언어 지시) 쌍을 **원자적 시간 단위**로 취급하는 **instruction-anchored temporal modeling**이다. 이는 각 쌍 내에서 **bidirectional attention**을 통해 cross-modal 퓨전을 수행하고, 쌍 간에는 **causal attention**을 통해 자동 회귀적 스트리밍 추론을 유지한다. 이로 인해 언어 지시가 작업 실행 중 지속적으로 유지되어 **instruction forgetting** 문제를 해결한다. 또한, **random-interval streaming training** 전략은 학습 시 다양한 프레임 간격을 노출시켜 실제 로봇 배포 시 비동기적 환경에 대한 견고함을 높인다.

기술적 접근법

주요 결과

의의 및 한계

StreamPI는 기존 단일 프레임 VLA 모델의 시간 정보 처리 한계를 극복하고, 비동기적 환경에서의 실시간 추론을 가능하게 하여 로봇 조작 분야에서 실용성을 높인다. 특히, **instruction-anchored modeling**은 지시가 지속적으로 유지되어 복잡한 작업 수행에 유리하다. 또한, **random-interval training**은 실제 로봇 배포 시 다양한 프레임 간격에 대한 견고함을 제공한다. 그러나, **π0.5**와 같은 강력한 단일 프레임 모델을 기반으로 하기 때문에, 시간 정보를 완전히 새로운 방식으로 학습하는 모델과 비교하면 **flexibility** 측면에서 한계가 있을 수 있다.

실용적 활용

StreamPI는 **로봇 조작** 분야에서 특히 유용하다. 특히, **memory-dependent task** (예: 다이내믹한 대상 잡기) 및 **spatial-precision task** (예: 정밀한 물체 배치)에서 효과적으로 활용될 수 있다. 또한, **비동기적 환경**에서의 실시간 추론이 필요한 **실제 로봇 배포** 시나리오에도 적합하다.