Gate-Shift Networks for Video Action Recognition
Deep 3D CNNs for video action recognition are designed to learn powerful representations in the joint spatio-temporal feature space. In practice however, because of the large number of parameters and computations involved, they may under-perform in the lack of sufficiently large datasets for training them at scale. In this paper we introduce spatial gating in spatial-temporal decomposition of 3D kernels. We implement this concept with Gate-Shift Module (GSM). GSM is lightweight and turns a 2D-CNN into a highly efficient spatio-temporal feature extractor. With GSM plugged in, a 2D-CNN learns to adaptively route features through time and combine them, at almost no additional parameters and computational overhead. We perform an extensive evaluation of the proposed module to study its effectiveness in video action recognition, achieving state-of-the-art results on Something Something-V1 and Diving48 datasets, and obtaining competitive results on EPIC-Kitchens with far less model complexity.
Code (2)
Tasks
Action RecognitionSimilar Papers 제목 키워드 기반
Gate-Shift-Fuse for Video Action Recognition
Convolutional Neural Networks are the de facto models for image recognition. However 3D CNNs, the straight forward extension of 2D CNNs for video recognition, have not achieved the same success on standard action recogni…
Action RecognitionTemporal Action LocalizationVideo RecognitionRubiksNet: Learnable 3D-Shift for Efficient Video Action Recognition
Video action recognition is a complex task dependent on modeling spatial and temporal context. Standard approaches rely on 2D or 3D convolutions to process such context, resulting in expensive operations with millions of…
Action RecognitionTemporal Action LocalizationVideo RecognitionSynthetic-to-Real Domain Adaptation for Action Recognition: A Dataset and Baseline Performances
Human action recognition is a challenging problem, particularly when there is high variability in factors such as subject appearance, backgrounds and viewpoint. While deep neural networks (DNNs) have been shown to perfor…
Action RecognitionDomain AdaptationTemporal Action LocalizationS3Aug: Segmentation, Sampling, and Shift for Action Recognition
Action recognition is a well-established area of research in computer vision. In this paper, we propose S3Aug, a video data augmenatation for action recognition. Unlike conventional video data augmentation methods that i…
Action RecognitionData AugmentationVideo Test-Time Adaptation for Action Recognition
Although action recognition systems can achieve top performance when evaluated on in-distribution test points, they are vulnerable to unanticipated distribution shifts in test data. However, test-time adaptation of video…
Action RecognitionTemporal Action LocalizationTest-time Adaptation