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

Adaptive Keyframe Sampling for Long Video Understanding

About

Multimodal large language models (MLLMs) have enabled open-world visual understanding by injecting visual input as extra tokens into large language models (LLMs) as contexts. However, when the visual input changes from a single image to a long video, the above paradigm encounters difficulty because the vast amount of video tokens has significantly exceeded the maximal capacity of MLLMs. Therefore, existing video-based MLLMs are mostly established upon sampling a small portion of tokens from input data, which can cause key information to be lost and thus produce incorrect answers. This paper presents a simple yet effective algorithm named Adaptive Keyframe Sampling (AKS). It inserts a plug-and-play module known as keyframe selection, which aims to maximize the useful information with a fixed number of video tokens. We formulate keyframe selection as an optimization involving (1) the relevance between the keyframes and the prompt, and (2) the coverage of the keyframes over the video, and present an adaptive algorithm to approximate the best solution. Experiments on two long video understanding benchmarks validate that Adaptive Keyframe Sampling improves video QA accuracy (beyond strong baselines) upon selecting informative keyframes. Our study reveals the importance of information pre-filtering in video-based MLLMs. Code is available at https://github.com/ncTimTang/AKS.

Xi Tang, Jihao Qiu, Lingxi Xie, Yunjie Tian, Jianbin Jiao, Qixiang Ye• 2025

Related benchmarks

TaskDatasetResultRank
Long Video UnderstandingLongVideoBench
Score58.3
248
Video UnderstandingVideoMME--
248
Video Question AnsweringVideoMME
Accuracy65.3
210
Long Video UnderstandingLongVideoBench (val)
Accuracy57.14
210
Video Question AnsweringLongVideoBench--
180
Long Video UnderstandingMLVU
Score65.5
154
Video UnderstandingVideo-MME
Overall Score67.98
96
Video Question AnsweringLongVideoBench (val)
Accuracy59.3
55
Video Question AnsweringVideo-MME
Accuracy (Average, wo/ Subtitle)58.4
48
Video Question AnsweringVideoMME 16 (test)
Medium Length Score69.89
45
Showing 10 of 33 rows

Other info

Code

Follow for update