StreamArena: Toward Continuous, Interactive, and Long-Horizon Agentic Streaming Video Understanding

From short clips to always-on multimodal agents

Xichen Zhang1,2,*Guankai Li2,*Yinghao Zhu3Shijian Wang2Sitong Wu4Shaozuo Yu4Meng Chu1Yuan Lu2Jiaya Jia1,†
1 HKUST2 Xiaohongshu Inc.3 The University of Hong Kong4 The Chinese University of Hong Kong

* Equal contribution  ·  Corresponding author

Evaluating agents that never stop watching

StreamArena moves streaming-video evaluation beyond short clips and multiple-choice shortcuts toward continuous, causal, and interactive understanding.

Overview of StreamArena dataset statistics and its four evaluated capabilities
StreamArena covers seven real-world video domains and four capabilities, with every query and supporting evidence segment causally timestamped.

Why StreamArena?

Real-world multimodal agents must continuously ingest unbounded audio and video, remember what happened long ago, interact at low latency, and decide when to use tools or speak proactively. Existing benchmarks usually test only fragments of this behavior.

StreamArena provides full-length streams and open-ended tasks under strict causal access, exposing the trade-off between responsive interaction and persistent multimodal understanding.

Highlights

  • Hour-scale streams instead of isolated short clips.
  • Open-ended answers without answer-option cues.
  • Dual temporal grounding for queries and evidence.
  • Four deployment capabilities evaluated together.
243Full-length videos
88.8 minAverage duration
3,646Validated open-ended tasks
7Real-world domains

Continuous video understanding as a system

Deploying autonomous multimodal agents in continuous, real-world environments requires them to ingest unbounded audio-visual streams and maintain hour-scale memory. Yet current evaluations predominantly rely on brief clips and multiple-choice formats, where recent-frame baselines and language shortcuts can hide fundamental limitations.

We introduce StreamArena, a benchmark for hour-scale, interactive streaming video understanding. It contains 243 full-length videos averaging 88.8 minutes and 3,646 rigorously annotated, open-ended question-answer pairs spanning real-time perception, historical retrospection, proactive interaction, and multimodal tool utilization.

We further propose StreamMind, a two-tier architecture that assigns latency-critical interaction and monitoring to frontend workers while backend workers asynchronously build persistent multimodal memory, retrieve historical evidence, and perform external search. StreamMind leads streaming baselines across all four capabilities while reducing query-to-answer latency through persistent state reuse.

Four capabilities for always-on agents

Each capability targets a distinct failure mode that static, turn-based evaluation cannot fully reveal.

01RTP

Real-Time Perception

Reason over synchronized audio and video while events are still unfolding.

263 tasks
02HR

Historical Retrospection

Retrieve distant evidence from an hour-scale stream without seeing the future.

877 tasks
03TOOL

Multimodal Tool Use

Ground visible entities, identify information gaps, and search beyond memory.

1,732 tasks
04PRO

Proactive Interaction

Monitor future conditions and speak at the right moment without a new prompt.

774 tasks
01Draft

PhD-level annotators create multi-turn tasks.

02Cross-validate

Two annotators independently answer and correct.

03Blind audit

A third annotator verifies content and timestamps.

What StreamArena evaluates together

Existing benchmarks typically isolate one or two streaming abilities. StreamArena combines hour-scale video, causal access, multimodal input, dialogue, proactive triggering, and external tools in one protocol.

Comparison with existing video-understanding benchmarks
BenchmarkVenueAnno.AnswerQ/VidDur. (min)LongStreamOmniMTPro.Tool
Offline long / omni-modal video benchmarks
Video-MMECVPR ’25ManualMC317.0
LongVideoBenchNeurIPS ’24ManualMC27.9
MLVUCVPR ’25ManualMixed215.5
Online / streaming video benchmarks
StreamingBench‡ICLR ’25HybridMC59.7
OVO-Bench‡CVPR ’25HybridMixed43.5
OVBenchCVPR ’25HybridMC115.5
RTV-BenchNeurIPS ’25HybridMC818.2
OST-BenchNeurIPS ’25HybridMixed7N/A
Proactive / duplex streaming benchmarks
OmniMMICVPR ’25ManualMixed25.4
QIVD (Qualcomm)ICLR ’26ManualOpen10.09
Ours
StreamArenaManualOpen≈1588.8

◐ denotes partial proactive support through separate queries rather than continuous monitoring. ‡ marks benchmarks with documented recency shortcuts. Values follow the paper comparison table.

StreamMind: responsive interaction, persistent memory

A two-tier architecture keeps interaction responsive while long-horizon cognition runs asynchronously.

StreamMind architecture with frontend workers, backend workers, and persistent multimodal memory
StreamMind separates continuous ingestion, proactive monitoring, memory construction, historical recall, and external search into independently scheduled workers.
01

Responsive frontend

The Front Worker answers from recent context, delegates retrieval, or launches independent Monitor Workers for future conditions.

02

Persistent memory

The Memory Writer organizes events hierarchically while preserving entity relations and retrievable key frames.

03

Evidence-driven backend

Router, Recall, and Search Workers coordinate historical evidence and external information without blocking live interaction.

Stronger coverage, lower response latency

StreamMind ranks first among evaluated streaming systems on every target capability.

Accuracy across four streaming capabilities

Category averages from the full paper table, in percent.

Main StreamArena results
ClassMethodRTP ↑HR ↑Tool ↑Pro. ↑
HumanHuman (streaming)91.863.495.291.5
OfflineQwen3.5-397B-A17B44.141.562.2
OfflineMiMo-V2.538.035.847.9
OfflineKimi-K2.647.943.860.9
OfflineGemini 3.5 Flash†51.351.470.8
OfflineQwen3.5-Omni†41.835.849.4
Recent windowAURA‡28.122.73.7
Recent windowMiniCPM-o-4.5‡22.19.817.17.5
Text summaryVST‡24.021.2
Internal compressionStreamForest17.914.4
Internal compressionThinkStream8.07.51.81.2
OursStreamMind44.534.956.111.6

HR is question-weighted across four evidence-to-query gaps; Pro. is weighted across three monitoring horizons. † closed-source model; ‡ author-finetuned backbone; — unsupported or not applicable.

Mean query-to-answer latency

Accuracy and mean latency in seconds.

Accuracy and mean latency in seconds
MethodACC ↑RTP ↓HR ↓Tool ↓
Gemini 3.5 Flash†63.186.9123.9139.5
Kimi-K2.654.5162.8187.9128.2
Qwen3.5-397B-A17B54.283.8117.462.8
Qwen3.5-Omni†44.650.856.4103.7
MiMo-V2.543.3224.5266.5187.4
StreamMind48.612.930.728.1

Experimental findings

  • Recent-window methods are responsive but cannot recover distant evidence once it leaves the context window.
  • Text summaries extend temporal coverage but discard visual details required by open-ended questions.
  • Persistent multimodal memory and explicit retrieval remain effective across all four historical time-gap buckets.
  • Proactive monitoring and reactive question answering benefit from distinct execution paths.

Streaming intelligence needs more than long context.

StreamArena evaluates the complete loop of continuous perception, long-horizon memory, tool use, and proactive interaction. StreamMind shows that separating real-time interaction from asynchronous multimodal memory is a promising path toward practical always-on agents.

01

Evaluation

Hour-scale streams, open-ended questions, timestamped evidence, and causal access expose shortcuts hidden by short clips and answer choices.

02

Architecture

Decoupling the responsive frontend from asynchronous memory, recall, monitoring, and search improves all four target capabilities.

03

What remains

Hour-scale recall, proactive monitoring, smaller backbones, and continuous-processing efficiency remain concrete open directions.

Cite StreamArena

BibTeX
@misc{zhang2026streamarenacontinuousinteractivelonghorizon,
  title={StreamArena: Toward Continuous, Interactive, and Long-Horizon Agentic Streaming Video Understanding},
  author={Xichen Zhang and Guankai Li and Yinghao Zhu and Shijian Wang and Sitong Wu and Shaozuo Yu and Meng Chu and Yuan Lu and Jiaya Jia},
  year={2026},
  eprint={2608.05703},
  archivePrefix={arXiv},
  primaryClass={cs.CV},
  url={https://arxiv.org/abs/2608.05703},
}