paper-with-me

홈 › Papers

Recurring the Transformer for Video Action Recognition

2022-01-01 · CVPR 2022 1 · Jiewen Yang, Xingbo Dong, Liujun Liu, Chao Zhang, Jiajun Shen, Dahai Yu

Existing video understanding approaches, such as 3D convolutional neural networks and Transformer-Based methods, usually process the videos in a clip-wise manner. Hence huge GPU memory is needed, and fixed-length video clips are usually required. We introduce a novel Recurrent Vision Transformer (RViT) framework for spatial-temporal representation learning to achieve the video action recognition task. Specifically, the proposed RViT is equipped with an attention gate which is utilized to build interaction between current frame input and previous hidden state, thus aggregating the global level inter-frame features through the hidden state. RViT is executed recurrently to process a video clip by giving the current frame and previous hidden state. The RViT can capture both spatial and temporal features because of the attention gate and recurrent execution. Besides, the proposed RViT can work on both fixed-length and variant-length video clips properly without requiring large GPU memory thanks to the frame by frame processing flow. Our experiment results verify that RViT can achieve state-of-the-art performance on various datasets for the video recognition task. Specifically, RViT can achieve a top-1 accuracy of 81.5% on Kinetics-400, 92.31% on Jester, 67.9% on Something-Something-V2, and an mAP accuracy of 66.1% on Charades.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionGPURepresentation LearningTemporal Action LocalizationVideo RecognitionVideo Understanding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Dark Transformer: A Video Transformer for Action Recognition in the Dark

2024-06-25 · Anwaar Ulhaq

Recognizing human actions in adverse lighting conditions presents significant challenges in computer vision, with wide-ranging applications in visual surveillance and nighttime driving. Existing methods tackle action rec…

Action ClassificationAction Recognition

Co-training Transformer with Videos and Images Improves Action Recognition

2021-12-14 · BoWen Zhang, Jiahui Yu, Christopher Fifty, Wei Han 외

In learning action recognition, models are typically pre-trained on object recognition with images, such as ImageNet, and later fine-tuned on target action recognition with videos. This approach has achieved good empiric…

Action ClassificationAction RecognitionAction Recognition In VideosObject Recognition+1

Evaluating Transformers for Lightweight Action Recognition

2021-11-18 · Raivo Koot, Markus Hennerbichler, Haiping Lu

In video action recognition, transformers consistently reach state-of-the-art accuracy. However, many models are too heavyweight for the average researcher with limited hardware resources. In this work, we explore the li…

Action RecognitionTemporal Action Localization

Towards Training Stronger Video Vision Transformers for EPIC-KITCHENS-100 Action Recognition

2021-06-09 · Ziyuan Huang, Zhiwu Qing, Xiang Wang, Yutong Feng 외

With the recent surge in the research of vision transformers, they have demonstrated remarkable potential for various challenging computer vision applications, such as image recognition, point cloud classification as wel…

Action RecognitionPoint Cloud ClassificationPredictionVideo Understanding

VideoLightFormer: Lightweight Action Recognition using Transformers

2021-07-01 · Raivo Koot, Haiping Lu

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…

Action RecognitionTemporal Action Localization