Think-Clip-Sample: Slow-Fast Frame Selection for Video Understanding
Wenhui Tan, Ruihua Song, Jiaze Li, Jianzhong Ju, Zhenbo Luo
TL;DR
The paper tackles the problem of long-form video understanding under the computational constraints of multi-modal LLMs. It proposes Think-Clip-Sample (TCS), a training-free framework consisting of Multi-Query Reasoning to generate diverse queries and Clip-level Slow-Fast Sampling to allocate frames within informative clips while preserving global context. Empirical results on MLVU, LongVideoBench, and VideoMME show up to $6.9%$ accuracy gains and over 50% inference-time reductions on baseline MLLMs such as Qwen2-VL-7B and MiMo-VL-7B, validating both effectiveness and efficiency. The approach advances long-video understanding in resource-constrained settings and suggests future work to integrate audio and speech signals.
Abstract
Recent progress in multi-modal large language models (MLLMs) has significantly advanced video understanding. However, their performance on long-form videos remains limited by computational constraints and suboptimal frame selection. We present Think-Clip-Sample (TCS), a training-free framework that enhances long video understanding through two key components: (i) Multi-Query Reasoning, which generates multiple queries to capture complementary aspects of the question and video; and (ii) Clip-level Slow-Fast Sampling, which adaptively balances dense local details and sparse global context. Extensive experiments on MLVU, LongVideoBench, and VideoMME demonstrate that TCS consistently improves performance across different MLLMs, boosting up to 6.9% accuracy, and is capable of achieving comparable accuracy with 50% fewer inference time cost, highlighting both efficiency and efficacy of TCS on long video understanding.
