English

VideoLightFormer: Lightweight Action Recognition using Transformers

Computer Vision and Pattern Recognition 2021-11-19 v2 Machine Learning

Abstract

Efficient video action recognition remains a challenging problem. One large model after another takes the place of the state-of-the-art on the Kinetics dataset, but real-world efficiency evaluations are often lacking. In this work, we fill this gap and investigate the use of transformers for efficient action recognition. We propose a novel, lightweight action recognition architecture, VideoLightFormer. In a factorized fashion, we carefully extend the 2D convolutional Temporal Segment Network with transformers, while maintaining spatial and temporal video structure throughout the entire model. Existing methods often resort to one of the two extremes, where they either apply huge transformers to video features, or minimal transformers on highly pooled video features. Our method differs from them by keeping the transformer models small, but leveraging full spatiotemporal feature structure. We evaluate VideoLightFormer in a high-efficiency setting on the temporally-demanding EPIC-KITCHENS-100 and Something-Something-V2 (SSV2) datasets and find that it achieves a better mix of efficiency and accuracy than existing state-of-the-art models, apart from the Temporal Shift Module on SSV2.

Keywords

Cite

@article{arxiv.2107.00451,
  title  = {VideoLightFormer: Lightweight Action Recognition using Transformers},
  author = {Raivo Koot and Haiping Lu},
  journal= {arXiv preprint arXiv:2107.00451},
  year   = {2021}
}

Comments

Rejected at NeurIPS 2021. Paper withdrawn from arxiv

R2 v1 2026-06-24T03:48:24.168Z