English

Sample Less, Learn More: Efficient Action Recognition via Frame Feature Restoration

Computer Vision and Pattern Recognition 2023-07-28 v1 Multimedia

Abstract

Training an effective video action recognition model poses significant computational challenges, particularly under limited resource budgets. Current methods primarily aim to either reduce model size or utilize pre-trained models, limiting their adaptability to various backbone architectures. This paper investigates the issue of over-sampled frames, a prevalent problem in many approaches yet it has received relatively little attention. Despite the use of fewer frames being a potential solution, this approach often results in a substantial decline in performance. To address this issue, we propose a novel method to restore the intermediate features for two sparsely sampled and adjacent video frames. This feature restoration technique brings a negligible increase in computational requirements compared to resource-intensive image encoders, such as ViT. To evaluate the effectiveness of our method, we conduct extensive experiments on four public datasets, including Kinetics-400, ActivityNet, UCF-101, and HMDB-51. With the integration of our method, the efficiency of three commonly used baselines has been improved by over 50%, with a mere 0.5% reduction in recognition accuracy. In addition, our method also surprisingly helps improve the generalization ability of the models under zero-shot settings.

Keywords

Cite

@article{arxiv.2307.14866,
  title  = {Sample Less, Learn More: Efficient Action Recognition via Frame Feature Restoration},
  author = {Harry Cheng and Yangyang Guo and Liqiang Nie and Zhiyong Cheng and Mohan Kankanhalli},
  journal= {arXiv preprint arXiv:2307.14866},
  year   = {2023}
}

Comments

13 pages. Code and pretrained weight will be released at https://github.com/xaCheng1996/SLLM

R2 v1 2026-06-28T11:41:51.417Z