English

OCSampler: Compressing Videos to One Clip with Single-step Sampling

Computer Vision and Pattern Recognition 2022-01-13 v1

Abstract

In this paper, we propose a framework named OCSampler to explore a compact yet effective video representation with one short clip for efficient video recognition. Recent works prefer to formulate frame sampling as a sequential decision task by selecting frames one by one according to their importance, while we present a new paradigm of learning instance-specific video condensation policies to select informative frames for representing the entire video only in a single step. Our basic motivation is that the efficient video recognition task lies in processing a whole sequence at once rather than picking up frames sequentially. Accordingly, these policies are derived from a light-weighted skim network together with a simple yet effective policy network within one step. Moreover, we extend the proposed method with a frame number budget, enabling the framework to produce correct predictions in high confidence with as few frames as possible. Experiments on four benchmarks, i.e., ActivityNet, Mini-Kinetics, FCVID, Mini-Sports1M, demonstrate the effectiveness of our OCSampler over previous methods in terms of accuracy, theoretical computational expense, actual inference speed. We also evaluate its generalization power across different classifiers, sampled frames, and search spaces. Especially, we achieve 76.9% mAP and 21.7 GFLOPs on ActivityNet with an impressive throughput: 123.9 Videos/s on a single TITAN Xp GPU.

Keywords

Cite

@article{arxiv.2201.04388,
  title  = {OCSampler: Compressing Videos to One Clip with Single-step Sampling},
  author = {Jintao Lin and Haodong Duan and Kai Chen and Dahua Lin and Limin Wang},
  journal= {arXiv preprint arXiv:2201.04388},
  year   = {2022}
}

Comments

Video Understanding, Efficient Action Recognition

R2 v1 2026-06-24T08:47:31.398Z