CVAIJun 12, 2025

CogStream: Context-guided Streaming Video Question Answering

arXiv:2506.10516v25 citationsh-index: 9Has Code
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem for video large language models by proposing a new task and dataset, representing an incremental improvement in handling streaming video scenarios.

The paper tackles the computational burden and distraction from irrelevant context in streaming video reasoning by introducing the CogStream task and a baseline model, CogReasoner, which achieves effective performance as demonstrated in experiments.

Despite advancements in Video Large Language Models (Vid-LLMs) improving multimodal understanding, challenges persist in streaming video reasoning due to its reliance on contextual information. Existing paradigms feed all available historical contextual information into Vid-LLMs, resulting in a significant computational burden for visual data processing. Furthermore, the inclusion of irrelevant context distracts models from key details. This paper introduces a challenging task called Context-guided Streaming Video Reasoning (CogStream), which simulates real-world streaming video scenarios, requiring models to identify the most relevant historical contextual information to deduce answers for questions about the current stream. To support CogStream, we present a densely annotated dataset featuring extensive and hierarchical question-answer pairs, generated by a semi-automatic pipeline. Additionally, we present CogReasoner as a baseline model. It efficiently tackles this task by leveraging visual stream compression and historical dialogue retrieval. Extensive experiments prove the effectiveness of this method. The project is released on https://github.com/LiamZhao326/CogStream.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes