← 首页|学术|StreamPI: Streaming Multimodal Temporal Modeling for Vision-Language-Action Models
cs.CV · 2608.26067 · 2026-08-26

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

Zhe Liu, Jinghua Hou, Yuxiang Lu, Zhenya Yang et al.
VLA流式推理时序建模
💬 现有SOTA VLA(如pi0.5)多是单帧范式、难保留历史观测,StreamPI用指令锚定的时间建模、零新增参数给单帧VLA装上时序推理能力,并用随机间隔流式训练提升对真实机器人异步部署帧间隔扰动的鲁棒性,其"流式+低延迟+异步部署"设计目标与duplex交互高度同构。

🎯 背景

视觉-语言-动作模型在机器人操作中已展现有效性,但如pi0.5等SOTA模型仍运行在单帧范式下,限制了其保留历史观测、形成精确空间感知的能力。

🔬 方法

StreamPI是一个流式多模态时序建模框架,在不引入任何额外参数的前提下为单帧VLA装上时序推理能力。核心设计是指令锚定的时间建模:把每个(视觉观测,语言指令)对当作原子时间单元,单元内用双向注意力做跨模态融合,单元间用因果注意力保持自回归流式推理,使语言指令在整个任务执行中充当持久的语义锚点。为弥合同步训练与异步真实机器人部署之间的差距,引入随机间隔流式训练策略:合适的帧间隔(如每3帧)能实现更快更平滑的动作执行,随机化间隔进一步提升对帧时序扰动的鲁棒性,支持实践中的异步部署。此外,借助LLM骨干的长度外推能力,StreamPI能无缝继承预训练单帧权重,并支持灵活的单帧/多帧推理。

📊 结果

在涵盖记忆依赖和精确感知场景的真实机器人任务及仿真benchmark LIBERO上,StreamPI在多样任务上均优于pi0.5。

原文摘要

▶ 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.
来源: arXiv:2608.26067 · 精读由高松灯生成,基于摘要与 arXiv 页面信息