paper-with-me

Papers

What Should a Streaming Video Model Remember?

2026-06-15 · Haonan Ge, Yiwei Wang, Hang Wu, Yujun Cai arxiv

Streaming video understanding models must answer queries at any moment during an ongoing stream, using only what they have observed so far and under fixed memory and computation budgets. Existing methods address this by adding memory banks, retrieval modules, or visual token compression to preserve long-range history. However, strong recent-window baselines show that indiscriminate history injection can dilute current-scene perception, suggesting that the key challenge is not whether to use memory, but how to allocate it selectively. We formulate this as budgeted online latent evidence allocation and propose \textbf{SelectStream}, a selective latent-memory framework that keeps the current observation directly visible to a frozen VLM while exposing historical information only through a compact, query-conditioned evidence budget. Three coordinated mechanisms govern when to write, what to preserve, and how to retrieve: surprise-driven adaptive windowing, priority-preserving consolidation, and query-conditioned graph reasoning over a fixed-capacity latent memory graph. Retrieved evidence is calibrated and injected as latent tokens for answer generation, without replaying frames or growing the context with stream length. Experimental results show that SelectStream achieves strong online streaming performance and preserves general video understanding, reaching 82.67\% on StreamingBench, 67.03\% on OVO-Bench, and 74.4\% average accuracy on offline video benchmarks, while outperforming strong recent-window baselines and prior streaming memory methods.

📄 PDF Abstract BibTeX arXiv:2606.16353

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Generation

Similar Papers 제목 키워드 기반

Watch, Remember, Reason: Human-View Video Understanding with MLLMs

2026-06-05 · Jiahao Meng, Yue Tan, Qi Xu, Kuan Gao 외 arxiv

Video understanding is being rapidly transformed by multimodal large language models (MLLMs), as research moves from short clips to long, multimodal, and knowledge-intensive video scenarios. These scenarios require model…

Episodic Memory Reader: Learning What to Remember for Question Answering from Streaming Data

2019-03-14 · ACL 2019 7 · Moonsu Han, Minki Kang, Hyunwoo Jung, Sung Ju Hwang

We consider a novel question answering (QA) task where the machine needs to read from large streaming data (long documents or videos) without knowing when the questions will be given, which is difficult to solve with exi…

Question AnsweringReading ComprehensionSchedulingTriviaQA

An Efficient Streaming Video Understanding Framework with Agentic Control

2026-05-18 · Jinming Liu, Jianguo Huang, Zhaoyang Jia, Jiahao Li 외 arxiv

Streaming video requires handling dynamic information density under strict latency budgets. Yet, existing methods typically employ static strategies, such as fixed memory compression or reliance on a single model, forcin…

Reinforcement Learning

Dynamic Hub-and-Spoke Memory for Streaming Video Understanding

2026-08-31 · Xinru Jiang, Lin Zhao, Xi Xiao, Yunbei Zhang 외 arxiv

Streaming video understanding requires answering questions at arbitrary times over a continuously growing visual stream. The central challenge is to compactly remember long-range history while effectively retrieving ques…

Active Learning for Online Recognition of Human Activities from Streaming Videos

2016-04-11 · Rocco De Rosa, Ilaria Gori, Fabio Cuzzolin, Barbara Caputo 외

Recognising human activities from streaming videos poses unique challenges to learning algorithms: predictive models need to be scalable, incrementally trainable, and must remain bounded in size even when the data stream…

Active Learning