Interaction-aware Spatio-temporal Pyramid Attention Networks for Action Classification
Yang Du, Chunfeng Yuan, Bing Li, Lili Zhao, Yangxi Li and, Weiming Hu

TL;DR
This paper introduces an interaction-aware spatio-temporal pyramid attention network that leverages multi-scale features and local feature interactions to improve action classification accuracy in videos.
Contribution
It proposes a novel interaction-aware self-attention mechanism inspired by PCA and integrates multi-scale spatial pyramid features into CNNs for enhanced action recognition.
Findings
Achieves state-of-the-art results on UCF101 and HMDB51 datasets.
Effectively models local feature interactions and multi-scale information.
Extends to spatio-temporal attention for video analysis.
Abstract
Local features at neighboring spatial positions in feature maps have high correlation since their receptive fields are often overlapped. Self-attention usually uses the weighted sum (or other functions) with internal elements of each local feature to obtain its weight score, which ignores interactions among local features. To address this, we propose an effective interaction-aware self-attention model inspired by PCA to learn attention maps. Furthermore, since different layers in a deep network capture feature maps of different scales, we use these feature maps to construct a spatial pyramid and then utilize multi-scale information to obtain more accurate attention scores, which are used to weight the local features in all spatial positions of feature maps to calculate attention maps. Moreover, our spatial pyramid attention is unrestricted to the number of its input feature maps so it…
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 · Advanced Neural Network Applications · Anomaly Detection Techniques and Applications
MethodsPrincipal Components Analysis
