Towards Effective and Efficient Long Video Understanding of Multimodal Large Language Models via One-shot Clip Retrieval
Tao Chen, Shaobo Ju, Qiong Wu, Chenxin Fang, Kun Zhang, Jun Peng, Hui Li, Yiyi Zhou, Rongrong Ji
TL;DR
This paper tackles the memory bottleneck of processing long videos with multimodal LLMs by introducing OneClip-RAG, a plug-and-play framework that uses query-guided video clips as external knowledge to augment reasoning. It unifies clip chunking and cross-modal retrieval in a single pipeline and pairs it with a coarse-to-fine instruction-tuning regime, aided by the SynLongVideo dataset designed to improve instruction following in clip-based retrieval. Across five MLLMs and multiple long-video benchmarks, OneClip-RAG yields substantial accuracy gains and notable efficiency improvements, including hour-long video understanding in minutes on a single GPU. The proposed approach advances practical long-video understanding by reducing computational overhead while retaining semantic coherence, making it feasible for real-world deployment.
Abstract
Due to excessive memory overhead, most Multimodal Large Language Models (MLLMs) can only process videos of limited frames. In this paper, we propose an effective and efficient paradigm to remedy this shortcoming, termed One-shot video-Clip based Retrieval AuGmentation (OneClip-RAG). Compared with existing video RAG methods, OneClip-RAG makes full use of the merits of video clips for augmented video understanding in terms of both knowledge integrity and semantic coherence. Besides, it is also equipped with a novel query-guided video chunking algorithm that can unify clip chunking and cross-modal retrieval in one processing step, avoiding redundant computations. To improve instruction following, we further propose a new dataset called SynLongVideo and design a progressive training regime for OneClip-RAG. OneClip-RAG is plugged into five recent MLLMs and validated on a set of long-video benchmarks. Experimental results not only show the obvious performance gains by OneClip-RAG over MLLMs, e.g., boosting InternLV2 8B and Qwen2-VL 7B to the level of GPT-4o on MLVU, but also show its superior efficiency in handling long videos. e.g., enabling LLaVA-Video understand up to an hour of videos in less than 2.2 minutes on a single 4090 GPU.
