From Frames to Clips: Training-free Adaptive Key Clip Selection for Long-Form Video Understanding
Guangyu Sun, Archit Singhal, Burak Uzkent, Mubarak Shah, Chen Chen, Garin Kessler
TL;DR
Long-form video understanding is hindered by excessive visual tokens that exceed language model context windows. The paper introduces Frames-to-Clips (F2C), a training-free framework that selects anchor key frames and expands them into temporally coherent key clips with adaptive resolution under a fixed token budget, balancing clip length and spatial detail. Empirical results on Video-MME, LongVideoBench, and MLVU show that F2C consistently surpasses uniform sampling and other baselines, with notable gains in motion-sensitive and reasoning tasks, and improved token efficiency. This approach provides a practical, scalable pathway to leverage Video LLMs for real-world long-form video tasks without requiring model retraining.
Abstract
Video Large Language Models (VLMs) have achieved strong performance on various vision-language tasks, yet their practical use is limited by the massive number of visual tokens produced from raw video frames, which quickly exhausts the model's context window. Existing solutions mitigate this issue by selecting a sparse set of frames, but such frame-wise selection discards essential temporal dynamics in long-form videos, leading to suboptimal reasoning about motion and event continuity. In this work, we systematically examine the role of temporal information and show that extending selection from isolated key frames to temporally coherent key clips improves video understanding. To maintain a fixed computational budget while accommodating the larger token footprint of clips, we introduce frame resolution as a controllable factor in frame selection, enabling a trade-off between spatial resolution and clip length. Building on this idea, we propose an adaptive clip length module that dynamically balances these factors to ensure a constant token count per video. Experiments on three long-form video benchmarks demonstrate that our training-free approach, F2C, outperforms uniform sampling by up to 8.1%, 5.6%, and 10.3% on Video-MME, LongVideoBench, and MLVU, respectively. These results highlight the importance of preserving temporal coherence in frame selection and provide a practical pathway for scaling VLMs to real-world video understanding applications. Project webpage is available at https://guangyusun.com/f2c .
