paper-with-me

Papers

LiveStarPro: Proactive Streaming Video Understanding with Hierarchical Memory for Long-Horizon Streams

2026-06-16 · Zhenyu Yang, Kairui Zhang, Bing Wang, Shengsheng Qian, Changsheng Xu arxiv

Despite the remarkable progress of Video Large Language Models (Video-LLMs), current online architectures still struggle to simultaneously process continuous video streams, decide autonomously when to respond, and preserve long-horizon contextual memory. These obstacles undermine real-time responsiveness and cause severe forgetting throughout prolonged interactions. In this work, we introduce LiveStarPro, a live streaming assistant that is designed for proactive video understanding over long-horizon streams. The design of LiveStarPro rests on three complementary components. The first component is Streaming Verification Decoding (SVeD), an inference framework that identifies the appropriate response timing through single-pass perplexity verification, thereby eliminating the dependency on explicit silence tokens. The second component is Streaming Causal Attention Masks (SCAM), a training strategy that enforces incremental video-language alignment over variable-length streams. The third component is Tree-Structured Hierarchical Memory (TSHM), a recursive memory architecture that organizes evicted historical information into event chains and consequently enables efficient retrieval from effectively unbounded video streams. To facilitate a comprehensive evaluation under realistic online conditions, we further present OmniStarPro, a large-scale benchmark that spans 15 diverse real-world scenarios and that extends to hour-scale streams for the assessment of long-term recall. Extensive experiments demonstrate that LiveStarPro consistently surpasses existing methods, attaining a 28.9% improvement in semantic correctness and an 18.2% reduction in timing error, while its streaming key-value cache further yields a 1.58x inference speedup over the same model without caching. The model and the code are publicly available at https://github.com/sotayang/LiveStarPro.

📄 PDF Abstract BibTeX arXiv:2606.17798

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

StreamAgent: Towards Anticipatory Agents for Streaming Video Understanding

2025-08-03 · Haolin Yang, Feilong Tang, Lingxiao Zhao, Xinlin Zhuang 외 arxiv

Real-time streaming video understanding in domains such as autonomous driving and intelligent surveillance poses challenges beyond conventional offline video processing, requiring continuous perception, proactive decisio…

Semantic RetrievalAutonomous DrivingDecision Making

StreamingClaw Technical Report

2026-03-23 · Jiawei Chen, Zhe Chen, Chaoqun Du, Maokui He 외 arxiv

Emerging applications such as embodied intelligence, AI hardware, autonomous driving, and intelligent cockpits rely on a real-time perception-decision-action closed loop, posing stringent challenges for streaming video u…

Autonomous Driving

StreamBridge: Turning Your Offline Video Large Language Model into a Proactive Streaming Assistant

2025-05-08 · Haibo Wang, Bo Feng, Zhengfeng Lai, Mingze Xu 외

We present StreamBridge, a simple yet effective framework that seamlessly transforms offline Video-LLMs into streaming-capable models. It addresses two fundamental challenges in adapting existing models into online scena…

Language ModelingLanguage ModellingLarge Language ModelStreaming video understanding+1

OmniPro: A Comprehensive Benchmark for Omni-Proactive Streaming Video Understanding

2026-05-18 · Ruixiang Zhao, Jie Yang, Zijie Xin, Tianyi Wang 외 arxiv

Omni-proactive streaming video understanding, i.e., autonomously deciding when to speak and what to say from continuous audio-visual streams, is an emerging capability of omni-modal large language models. Existing benchm…