Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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.

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

Related benchmarks

TaskDatasetResultRank
Video UnderstandingMVBench
Accuracy56.83
563
Streaming Video UnderstandingStreamingBench--
259
Video Question AnsweringEgoSchema (Full)
Accuracy60.7
241
Long Video UnderstandingMLVU
Accuracy55.01
205
Long Video UnderstandingVideoMME--
89
Video Question AnsweringLongVideoBench (val)
Accuracy55.8
87
Long-form Video UnderstandingEgoSchema
Accuracy60.7
67
Long Video UnderstandingMLVU (dev)--
63
Video Question AnsweringVideo-MME without subtitles
Accuracy (Overall)58.3
46
Multi-modal Video EvaluationVideoMME--
42
Showing 10 of 31 rows

Other info

Follow for update