paper-with-me

홈 › Papers

Streaming Video Question-Answering with In-context Video KV-Cache Retrieval

2025-03-01 · Shangzhe Di, Zhelun Yu, Guanghao Zhang, Haoyuan Li, Tao Zhong, Hao Cheng, Bolin Li, Wanggui He, Fangxun Shu, Hao Jiang

We propose ReKV, a novel training-free approach that enables efficient streaming video question-answering (StreamingVQA), by seamlessly integrating with existing Video Large Language Models (Video-LLMs). Traditional VideoQA systems struggle with long videos, as they must process entire videos before responding to queries, and repeat this process for each new question. In contrast, our approach analyzes long videos in a streaming manner, allowing for prompt responses as soon as user queries are received. Building on a common Video-LLM, we first incorporate a sliding-window attention mechanism, ensuring that input frames attend to a limited number of preceding frames, thereby reducing computational overhead. To prevent information loss, we store processed video key-value caches (KV-Caches) in RAM and disk, reloading them into GPU memory as needed. Additionally, we introduce a retrieval method that leverages an external retriever or the parameters within Video-LLMs to retrieve only query-relevant KV-Caches, ensuring both efficiency and accuracy in question answering. ReKV enables the separation of video encoding and question-answering across different processes and GPUs, significantly enhancing the efficiency of StreamingVQA. Through comprehensive experimentation, we validate the efficacy and practicality of our approach, which significantly boosts efficiency and enhances applicability over existing VideoQA models.

📄 PDF Abstract BibTeX arXiv:2503.00540

Code (1)

becomebright/rekv 공식 구현 pytorch

Tasks

GPUQuestion AnsweringRetrievalVideo Question Answering

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

StreamMem: Query-Agnostic KV Cache Memory for Streaming Video Understanding

2025-08-21 · Yanlai Yang, Zhuokai Zhao, Satya Narayan Shukla, Aashu Singh 외 arxiv

Multimodal large language models (MLLMs) have made significant progress in visual-language reasoning, but their ability to efficiently handle long videos remains limited. Despite recent advances in long-context MLLMs, st…

Video Question Answering

Streaming Video Instruction Tuning

2025-12-24 · Jiaer Xia, Peixian Chen, Mengdan Zhang, Xing Sun 외 arxiv

We present Streamo, a real-time streaming video LLM that serves as a general-purpose interactive assistant. Unlike existing online video models that focus narrowly on question answering or captioning, Streamo performs a …

Action UnderstandingQuestion Answering

CogStream: Context-guided Streaming Video Question Answering

2025-06-12 · Zicheng Zhao, Kangyu Wang, Shijie Li, Rui Qian 외

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 al…

Question AnsweringVideo Question Answering

Recurrent Attention-based Token Selection for Efficient Streaming Video-LLMs

2025-10-20 · Vaggelis Dorovatas, Soroush Seifi, Gunshi Gupta, Rahaf Aljundi arxiv

Video Large Language Models (Video-LLMs) excel at understanding videos in-context, provided they have full access to the video when answering queries. However, these models face challenges in streaming scenarios where ho…

Question Answering

AURA: Always-On Understanding and Real-Time Assistance via Video Streams

2026-04-05 · Xudong Lu, Yang Bo, Jinpeng Chen, Shuhan Li 외 arxiv

Video Large Language Models (VideoLLMs) have achieved strong performance on many video understanding tasks, but most existing systems remain offline and are not well-suited for live video streams that require continuous …

Question Answering