菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-09
📄 Abstract - StreamReady: Learning What to Answer and When in Long Streaming Videos

Streaming video understanding often involves time-sensitive scenarios where models need to answer exactly when the supporting visual evidence appears: answering before the evidence reflects speculation, answering after it has passed reduces real-time utility. To capture this behavior, we introduce a readiness-aware formulation of streaming video understanding with the Answer Readiness Score (ARS), a timing-aware objective with asymmetric early and late penalties. When combined with correctness, ARS defines an effective accuracy that measures not just whether a model is right, but whether it answers at the appropriate moment. Building on this formulation, we introduce StreamReady, a framework to unify temporal reasoning with on-time answering through a lightweight readiness mechanism that decides if sufficient evidence has been observed before responding. To evaluate this capability, we further introduce ProReady-QA, a benchmark with annotated answer evidence windows and proactive multi-turn questions across local and global contexts. StreamReady achieves superior performance on ProReady-QA, and consistently outperforms prior methods across eight additional streaming and offline long-video benchmarks, demonstrating robust and broadly generalizable video understanding capability.

顶级标签: video model evaluation benchmark
详细标签: streaming video understanding temporal reasoning answer readiness video question answering timing-aware evaluation 或 搜索:

StreamReady:学习在长流式视频中何时回答以及回答什么 / StreamReady: Learning What to Answer and When in Long Streaming Videos


1️⃣ 一句话总结

这篇论文提出了一个名为StreamReady的新框架,它通过一个轻量级的‘准备就绪’机制,让AI模型在观看长视频流时,不仅能判断内容,还能精准把握回答问题的恰当时机,避免过早猜测或过晚回应,从而在多个视频理解任务上取得了更优表现。

源自 arXiv: 2603.08620