Streaming Video Understanding and Multi-round Interaction with Memory-enhanced Knowledge
Haomiao Xiong, Zongxin Yang, Jiazuo Yu, Yunzhi Zhuge, Lu Zhang, Jiawen Zhu, Huchuan Lu
TL;DR
This work tackles the challenge of real-time, long-sequence streaming video understanding with multi-turn interactions. It introduces StreamChat, a training-free framework that leverages a hierarchical memory system ($M_l$, $M_s$, $M_d$) and a three-thread system scheduler to compress video content and support rapid, multi-round reasoning. A new StreamBench benchmark is proposed to evaluate online streaming performance across diverse video types and six task types with latency metrics. Empirical results show StreamChat achieves real-time processing at 32 FPS with sub-0.9s latency and outperforms prior methods in both online and offline benchmarks, validated by extensive ablations. The work advances practical streaming video understanding with robust memory management and retrieval-driven reasoning, enabling more responsive and context-aware video-language interactions.
Abstract
Recent advances in Large Language Models (LLMs) have enabled the development of Video-LLMs, advancing multimodal learning by bridging video data with language tasks. However, current video understanding models struggle with processing long video sequences, supporting multi-turn dialogues, and adapting to real-world dynamic scenarios. To address these issues, we propose StreamChat, a training-free framework for streaming video reasoning and conversational interaction. $\StreamChat$ leverages a novel hierarchical memory system to efficiently process and compress video features over extended sequences, enabling real-time, multi-turn dialogue. Our framework incorporates a parallel system scheduling strategy that enhances processing speed and reduces latency, ensuring robust performance in real-world applications. Furthermore, we introduce StreamBench, a versatile benchmark that evaluates streaming video understanding across diverse media types and interactive scenarios, including multi-turn interactions and complex reasoning tasks. Extensive evaluations on StreamBench and other public benchmarks demonstrate that StreamChat significantly outperforms existing state-of-the-art models in terms of accuracy and response times, confirming its effectiveness for streaming video understanding. Code is available at StreamChat: https://github.com/hmxiong/StreamChat.
