Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Video-RAG: Visually-aligned Retrieval-Augmented Long Video Comprehension

About

Existing large video-language models (LVLMs) struggle to comprehend long videos correctly due to limited context. To address this problem, fine-tuning long-context LVLMs and employing GPT-based agents have emerged as promising solutions. However, fine-tuning LVLMs would require extensive high-quality data and substantial GPU resources, while GPT-based agents would rely on proprietary models (e.g., GPT-4o). In this paper, we propose Video Retrieval-Augmented Generation (Video-RAG), a training-free and cost-effective pipeline that employs visually-aligned auxiliary texts to help facilitate cross-modality alignment while providing additional information beyond the visual content. Specifically, we leverage open-source external tools to extract visually-aligned information from pure video data (e.g., audio, optical character, and object detection), and incorporate the extracted information into an existing LVLM as auxiliary texts, alongside video frames and queries, in a plug-and-play manner. Our Video-RAG offers several key advantages: (i) lightweight with low computing overhead due to single-turn retrieval; (ii) easy implementation and compatibility with any LVLM; and (iii) significant, consistent performance gains across long video understanding benchmarks, including Video-MME, MLVU, and LongVideoBench. Notably, our model demonstrates superior performance over proprietary models like Gemini-1.5-Pro and GPT-4o when utilized with a 72B model.

Yongdong Luo, Xiawu Zheng, Guilin Li, Shukang Yin, Haojia Lin, Chaoyou Fu, Jinfa Huang, Jiayi Ji, Fei Chao, Jiebo Luo, Rongrong Ji• 2024

Related benchmarks

TaskDatasetResultRank
Video UnderstandingVideoMME
Overall Score77.4
192
Long Video UnderstandingLongVideoBench (val)--
139
Multiple-choice Question AnsweringEgoLifeQA
Average Score30
13
Multiple-choice Video Question AnsweringMLVU (test)
Accuracy73.8
10
Video Question AnsweringVideo-MME Long
Accuracy43.3
8
Showing 5 of 5 rows

Other info

Code

Follow for update