Our new X account is live! Follow @wizwand_team for updates
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
247
Long-form Video UnderstandingEgoSchema
Accuracy60.7
38
Streaming Video UnderstandingStreamingBench
Real-Time69.22
33
Multi-modal Video EvaluationVideoMME--
30
Real-time visual perception and backward tracingOVO-Bench
Real-Time Score57.33
24
Online Video Question AnsweringStreamingBench
Overall Performance (OP)74.39
20
Streaming Video UnderstandingRVS-Movie
Accuracy61.6
16
Streaming Video UnderstandingRVS-Ego
Accuracy63.7
13
Instructional Video AnalysisCOIN
Step Top-1 Acc59.9
5
Streaming Video Question AnsweringRVS-Ego
Accuracy64.2
3
Showing 10 of 10 rows

Other info

Follow for update