One Ranking, Any Budget: Matryoshka Evidence-to-Context Frame Selection for Long-Video Understanding

📅 2026-08-06
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limitations of existing long video frame selection methods, which struggle to adapt to dynamic computational budgets and cannot reuse previously computed results. The authors formulate the problem as a Matryoshka ranking task and propose a training-free, reusable frame ranking mechanism that generates a single priority sequence: its short prefixes emphasize query-relevant evidence, while longer prefixes progressively expand temporal context and preserve visual diversity, enabling arbitrary budget truncation. By integrating sparse video indexing, probing, local scaling, and a greedy strategy, the method efficiently produces nested frame sequences. Evaluated across four benchmarks and six budget settings, it improves average accuracy by 3.77 percentage points over uniform sampling—matching state-of-the-art performance—while reducing end-to-end selection latency by 47.37–51.19%.
📝 Abstract
Frame selection is essential for applying Large Multimodal Models (LMMs) to long videos due to severe frame redundancy and limited context windows. Since the appropriate frame budget varies with the downstream LMM, reasoning demands, and latency constraints, a practical selector should serve multiple budgets. However, existing methods typically optimize an isolated frame subset for each predefined budget: when the budget changes, previously selected evidence may be replaced rather than progressively augmented. Ranking frames by a fixed score would allow prefix reuse across budgets, but it ignores the distinct roles of different ranking positions. In this paper, we formulate long-video frame selection as a Matryoshka ranking problem: constructing a single priority sequence whose small prefixes concentrate query-conditioned evidence, while progressively larger prefixes preserve this evidence and add broader temporal context. Efficiently constructing such a ranking is itself challenging, as densely sampling long videos and evaluating frame-query relevance incurs substantial overhead. We therefore introduce Matryoshka Evidence-to-Context (MEC) Frame Selection, a training-free framework that builds a reusable sparse video index, discovers candidates through sparse probing and local zooming, and greedily constructs a position-adaptive ranking: early positions emphasize evidence; later positions progressively favor temporal coverage while preserving visual diversity. A single ranking can thus be truncated to any target budget without rerunning the selector. Across four benchmarks and six frame budgets, MEC improves average accuracy over uniform sampling by 3.77 percentage points, matches strong state-of-the-art selectors, and reduces end-to-end selection latency by 47.37-51.19%.
Problem

Research questions and friction points this paper is trying to address.

frame selection
long-video understanding
budget-adaptive
Matryoshka ranking
Large Multimodal Models
Innovation

Methods, ideas, or system contributions that make the work stand out.

Matryoshka ranking
frame selection
long-video understanding
budget-adaptive
training-free