CVMar 26

GIFT: Global Irreplaceability Frame Targeting for Efficient Video Understanding

arXiv:2603.2507298.32 citationsh-index: 11
AI Analysis

This addresses efficiency issues in video understanding for AI applications, though it is incremental as it builds on existing keyframe selection methods.

The paper tackled the high computational cost of video large language models by proposing GIFT, a training-free framework for selecting keyframes based on irreplaceability, which improved performance by up to 12.5% on long-form video benchmarks compared to uniform sampling.

Video Large Language Models (VLMs) have achieved remarkable success in video understanding, but the significant computational cost from processing dense frames severely limits their practical application. Existing methods alleviate this by selecting keyframes, but their greedy decision-making, combined with a decoupled evaluation of relevance and diversity, often falls into local optima and results in erroneously selecting irrelevant noise frames. To address these challenges, we propose GIFT: Global Irreplaceability Frame Targeting, a novel training-free framework that selects frames by assessing their intrinsic irreplaceability. Specifically, we first introduce Directed Diversity to quantify a frame's uniqueness conditioned on relevance, which allows us to formulate a unified irreplaceability score. Subsequently, our Budget-Aware Refinement strategy employs a adaptive iterative process that first secures a core set of frames with the highest irreplaceability, and then shifts its priority to building crucial temporal context around these selections as the budget expands. Extensive experiments demonstrate that GIFT achieves a maximum average improvement of 12.5% across long-form video benchmarks on LLaVA-Video-7B compared to uniform sampling.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes