English

Scalable Frame Sampling for Video Classification: A Semi-Optimal Policy Approach with Reduced Search Space

Computer Vision and Pattern Recognition 2025-10-21 v5

Abstract

Given a video with TT frames, frame sampling is a task to select NTN \ll T frames, so as to maximize the performance of a fixed video classifier. Not just brute-force search, but most existing methods suffer from its vast search space of (TN)\binom{T}{N}, especially when NN gets large. To address this challenge, we introduce a novel perspective of reducing the search space from O(TN)O(T^N) to O(T)O(T). Instead of exploring the entire O(TN)O(T^N) space, our proposed semi-optimal policy selects the top NN frames based on the independently estimated value of each frame using per-frame confidence, significantly reducing the computational complexity. We verify that our semi-optimal policy can efficiently approximate the optimal policy, particularly under practical settings. Additionally, through extensive experiments on various datasets and model architectures, we demonstrate that learning our semi-optimal policy ensures stable and high performance regardless of the size of NN and TT.

Keywords

Cite

@article{arxiv.2409.05260,
  title  = {Scalable Frame Sampling for Video Classification: A Semi-Optimal Policy Approach with Reduced Search Space},
  author = {Junho Lee and Jeongwoo Shin and Seung Woo Ko and Seongsu Ha and Joonseok Lee},
  journal= {arXiv preprint arXiv:2409.05260},
  year   = {2025}
}
R2 v1 2026-06-28T18:37:59.177Z