Effects of Different Attention Mechanisms Applied on 3D Models in Video Classification
Mohammad Rasras, Iuliana Marin, Serban Radu, Irina Mocanu

TL;DR
This study explores how various attention mechanisms affect the performance of 3D CNN models in video classification, emphasizing the importance of temporal features and high-resolution frames.
Contribution
It introduces new attention-augmented variants of 3D CNN models and evaluates their impact on action recognition accuracy using the UCF101 dataset.
Findings
Multi-headed attention improved accuracy to 88.98% on UCF101.
Attention mechanisms influence class-level accuracy differently.
Reducing temporal data affects model performance significantly.
Abstract
Human action recognition has become an important research focus in computer vision due to the wide range of applications where it is used. 3D Resnet-based CNN models, particularly MC3, R3D, and R(2+1)D, have different convolutional filters to extract spatiotemporal features. This paper investigates the impact of reducing the captured knowledge from temporal data, while increasing the resolution of the frames. To establish this experiment, we created similar designs to the three originals, but with a dropout layer added before the final classifier. Secondly, we then developed ten new versions for each one of these three designs. The variants include special attention blocks within their architecture, such as convolutional block attention module (CBAM), temporal convolution networks (TCN), in addition to multi-headed and channel attention mechanisms. The purpose behind that is to observe…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Gait Recognition and Analysis · Context-Aware Activity Recognition Systems
