Search papers, labs, and topics across Lattice.
This paper introduces a query-conditioned keyframe sampling framework for long-form video understanding with MLLMs, grounded in information bottleneck theory. They formulate keyframe selection as maximizing the conditional mutual information between selected frames and the query, and decompose this objective for efficient frame-level scoring. A query-conditioned evidence scoring network, trained with a contrastive objective, estimates evidential importance, leading to improved performance on long-form video QA benchmarks under tight token budgets.
Forget semantic relevance: this new keyframe sampling method, driven by information bottleneck theory, significantly boosts MLLM performance on long-form video understanding tasks.
Multimodal Large Language Models (MLLMs) have shown strong performance on video question answering, but their application to long-form videos is constrained by limited context length and computational cost, making keyframe sampling essential. Existing approaches typically rely on semantic relevance or reinforcement learning, which either fail to capture evidential clues or suffer from inefficient combinatorial optimization. In this work, we propose an evidence-driven keyframe sampling framework grounded in information bottleneck theory. We formulate keyframe selection as maximizing the conditional mutual information between selected frames and the query, providing a principled objective that reflects each frame's contribution to answering the question. To make this objective tractable, we exploit its structure to derive a decomposed optimization that reduces subset selection to independent frame-level scoring. We further introduce a query-conditioned evidence scoring network trained with a contrastive objective to estimate evidential importance efficiently. Experiments on long-form video understanding benchmarks show that our method consistently outperforms prior sampling strategies under strict token budgets, while significantly improving training efficiency.