Efficient Video Sampling: Pruning Temporally Redundant Tokens for Faster VLM Inference
Natan Bagrov, Eugene Khvedchenia, Borys Tymchenko, Shay Aharon, Lior Kadoch, Tomer Keren, Ofri Masad, Yonatan Geifman, Ran Zilberstein, Tuomas Rintamaki, Matthieu Le, Andrew Tao
TL;DR
Efficient Video Sampling (EVS) tackles the token-count explosion in video-enabled vision-language models by pruning temporally static patches, reducing the input token burden without architectural changes or retraining. It offers two pruning pathways—RGB-space and embedding-space—and supports position-preserving versus sequential token IDs, enabling flexible deployment. A light uptraining phase with stochastic pruning rates further improves robustness across compression levels and preserves performance across a range of $q$ at inference. EVS yields substantial TTFT and KV-cache reductions, enabling longer video contexts and faster inference while maintaining semantic fidelity, making scalable video-language understanding more practical for real-world applications.
Abstract
Vision-language models (VLMs) have recently expanded from static image understanding to video reasoning, but their scalability is fundamentally limited by the quadratic cost of processing dense frame sequences. Long videos often exceed the token budget of modern language models, leading to severe context limitations and latency issues. We introduce Efficient Video Sampling (EVS), a simple, plug-and-play method for reducing token redundancy in videos by identifying and pruning temporally static patches -- spatial regions that remain unchanged across consecutive frames. EVS preserves positional identity, requires no architectural changes or retraining. We show that EVS substantially reduces token count while maintaining semantic fidelity, enabling faster inference and longer input sequences. Applied at inference time, EVS reduces large language model (LLM) time-to-first-token (TTFT) by up to 4x with minimal accuracy loss. When combined with an uptraining phase using stochastic pruning rates, EVS yields models that are robust to varying compression levels and retain full performance under aggressive pruning. Extensive experiments demonstrate that EVS consistently improves efficiency-accuracy trade-offs, unlocking scalable video-language understanding without sacrificing quality.
