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

VideoRAG: Retrieval-Augmented Generation over Video Corpus

About

Retrieval-Augmented Generation (RAG) is a powerful strategy for improving the factual accuracy of models by retrieving external knowledge relevant to queries and incorporating it into the generation process. However, existing approaches primarily focus on text, with some recent advancements considering images, and they largely overlook videos, a rich source of multimodal knowledge capable of representing contextual details more effectively than any other modality. While very recent studies explore the use of videos in response generation, they either predefine query-associated videos without retrieval or convert videos into textual descriptions losing multimodal richness. To tackle these, we introduce VideoRAG, a framework that not only dynamically retrieves videos based on their relevance with queries but also utilizes both visual and textual information. The operation of VideoRAG is powered by recent Large Video Language Models (LVLMs), which enable the direct processing of video content to represent it for retrieval and the seamless integration of retrieved videos jointly with queries for response generation. Also, inspired by that the context size of LVLMs may not be sufficient to process all frames in extremely long videos and not all frames are equally important, we introduce a video frame selection mechanism to extract the most informative subset of frames, along with a strategy to extract textual information from videos (as it can aid the understanding of video content) when their subtitles are not available. We experimentally validate the effectiveness of VideoRAG, showcasing that it is superior to relevant baselines. Code is available at https://github.com/starsuzi/VideoRAG.

Soyeong Jeong, Kangsan Kim, Jinheon Baek, Sung Ju Hwang• 2025

Related benchmarks

TaskDatasetResultRank
Long Video UnderstandingMLVU--
205
Long-form Video UnderstandingLongVideoBench
Accuracy65.4
135
Video Question AnsweringLVBench
Accuracy23.8
108
Document Visual Question AnsweringSlideVQA
Accuracy0.355
53
General Text Question AnsweringHotpotQA
Accuracy62
51
Long Video QAVideo-MME
Average Score75.7
41
Multi-robot cooperative Visual Question AnsweringCoopSR Habitat
Success Rate (T1)39.13
25
Multi-robot cooperative Visual Question AnsweringCoopSR iGibson
T1 Score0.6778
25
Video Question AnsweringMA-EgoQA
SI Score27.13
23
Multimodal Document Question AnsweringMMLongBench
Accuracy18.2
19
Showing 10 of 17 rows

Other info

Follow for update