English

No frame left behind: Full Video Action Recognition

Computer Vision and Pattern Recognition 2021-03-30 v1

Abstract

Not all video frames are equally informative for recognizing an action. It is computationally infeasible to train deep networks on all video frames when actions develop over hundreds of frames. A common heuristic is uniformly sampling a small number of video frames and using these to recognize the action. Instead, here we propose full video action recognition and consider all video frames. To make this computational tractable, we first cluster all frame activations along the temporal dimension based on their similarity with respect to the classification task, and then temporally aggregate the frames in the clusters into a smaller number of representations. Our method is end-to-end trainable and computationally efficient as it relies on temporally localized clustering in combination with fast Hamming distances in feature space. We evaluate on UCF101, HMDB51, Breakfast, and Something-Something V1 and V2, where we compare favorably to existing heuristic frame sampling methods.

Keywords

Cite

@article{arxiv.2103.15395,
  title  = {No frame left behind: Full Video Action Recognition},
  author = {Xin Liu and Silvia L. Pintea and Fatemeh Karimi Nejadasl and Olaf Booij and Jan C. van Gemert},
  journal= {arXiv preprint arXiv:2103.15395},
  year   = {2021}
}

Comments

Accepted to CVPR 2021

R2 v1 2026-06-24T00:38:19.645Z