paper-with-me

홈 › Papers

Gate-Shift Networks for Video Action Recognition

2019-12-01 · CVPR 2020 6 · Swathikiran Sudhakaran, Sergio Escalera, Oswald Lanz

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.

📄 PDF Abstract BibTeX arXiv:1912.00381

Code (2)

swathikirans/GSM 공식 구현 tf
Parth27/ActionRecognitionVideos pytorch

Tasks

Action Recognition

Similar Papers 제목 키워드 기반

Gate-Shift-Fuse for Video Action Recognition

2022-03-16 · Swathikiran Sudhakaran, Sergio Escalera, Oswald Lanz

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 Recognition

RubiksNet: Learnable 3D-Shift for Efficient Video Action Recognition

2020-08-01 · ECCV 2020 8 · Linxi Fan, Shyamal Buch, Guanzhi Wang, Ryan Cao 외

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 Recognition

Synthetic-to-Real Domain Adaptation for Action Recognition: A Dataset and Baseline Performances

2023-03-17 · Arun V. Reddy, Ketul Shah, William Paul, Rohita Mocharla 외

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 Localization

S3Aug: Segmentation, Sampling, and Shift for Action Recognition

2023-10-23 · Taiki Sugiura, Toru Tamaki

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 Augmentation

Video Test-Time Adaptation for Action Recognition

2022-11-24 · CVPR 2023 1 · Wei Lin, Muhammad Jehanzeb Mirza, Mateusz Kozinski, Horst Possegger 외

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