paper-with-me

Papers

An Efficient Streaming Video Understanding Framework with Agentic Control

2026-05-18 · Jinming Liu, Jianguo Huang, Zhaoyang Jia, Jiahao Li, Xiaoyi Zhang, Zongyu Guo, Bin Li, Wenjun Zeng, Yan Lu, Xin Jin 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, forcing a trade-off: fast models fail on complex queries, while always-on heavy models violate real-time constraints and overcomplicate simple queries. Rather than fixing these decisions upfront, we propose R3-Streaming (Remember, Respond, Reason), which formulates streaming video understanding as a cascaded control problem: for each query, the system compresses memory, judges response readiness, and routes computation sequentially, so that each downstream decision builds on progressively refined information states. To optimize this pipeline, we introduce an age-aware forgetting policy for memory compression, as aggressively compressing historical frames can yield substantial performance gains. For compute routing, we propose TB-GRPO, a target-balanced reinforcement learning objective that routes hard queries to a stronger model while preventing mode collapse. Extensive evaluations demonstrate that R3-Streaming achieves state-of-the-art results among streaming MLLMs, reaching 57.92 on OVO-Bench and 76.36 on StreamingBench, while reducing visual token usage by 95 to 96 percent.

📄 PDF Abstract BibTeX arXiv:2605.17921

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

EventMemAgent: Hierarchical Event-Centric Memory for Online Video Understanding with Adaptive Tool Use

2026-02-17 · Siwei Wen, Zhangcheng Wang, Xingjian Zhang, Lei Huang 외 arxiv

Online video understanding requires models to perform continuous perception and long-range reasoning within potentially infinite visual streams. Its fundamental challenge lies in the conflict between the unbounded nature…

Reinforcement Learning

Visual Agentic Memory: Enabling Online Long Video Understanding via Online Indexing, Hierarchical Memory, and Agentic Retrieval

2026-05-15 · Aiden Yiliu Li, Nels Numan, Anthony Steed arxiv

Long video understanding requires more than large context windows. It also needs a memory mechanism that decides what visual evidence to retain, keeps it searchable over long horizons, and grounds later reasoning in reco…

Don't Pause: Streaming Video-Language Synchrony for Online Video Understanding

2026-06-05 · Zhenyu Yang, Kairui Zhang, Shengsheng Qian, Weiming Dong 외 arxiv

Online Video Large Language Models (Video-LLMs) have advanced toward seamless human-AI interaction through frame-by-frame processing and proactive responding. However, a critical challenge remains in streaming scenarios:…

LynnReal-Omni: Native multi-modal Video Generation for Agentic Visual Workflows

2026-09-14 · Xiaofeng Mao, Peijia Lin, Shaohao Rui, Yibo Zhang 외 hf

Video diffusion models are stochastic and hard to control: precise content often requires repeated sampling without guaranteed success, and long-horizon scenes drift in appearance, interactions, and temporal coherence. A…

Instruction FollowingVideo RestorationVideo Generation

Em-Garde: A Propose-Match Framework for Proactive Streaming Video Understanding

2026-03-19 · Yikai Zheng, Xin Ding, Yifan Yang, Shiqi Jiang 외 arxiv

Recent advances in Streaming Video Understanding has enabled a new interaction paradigm where models respond proactively to user queries. Current proactive VideoLLMs rely on per-frame triggering decision making, which su…

Decision Making