A Semantic and Motion-Aware Spatiotemporal Transformer Network for Action Detection
Matthew Korban, Peter Youngs, Scott T. Acton
TL;DR
This work tackles spatiotemporal action detection in untrimmed videos by introducing a semantic-and-motion-aware transformer (SMAST) that explicitly models interactions between persons and objects across space and motion. A motion-aware 2D positional encoding, a multi-feature selective semantic attention mechanism, and a sequence-based temporal attention are integrated to capture dynamic spatiotemporal variations and heterogeneous frame dependencies. The approach achieves state-of-the-art results on AVA v2.2, AVA v2.1, UCF101-24, and EPIC-Kitchens, demonstrating improved modeling of action semantics and temporal structure. The method emphasizes selective, multi-feature interactions and motion memory to enhance efficiency and accuracy in complex, real-world videos.
Abstract
This paper presents a novel spatiotemporal transformer network that introduces several original components to detect actions in untrimmed videos. First, the multi-feature selective semantic attention model calculates the correlations between spatial and motion features to model spatiotemporal interactions between different action semantics properly. Second, the motion-aware network encodes the locations of action semantics in video frames utilizing the motion-aware 2D positional encoding algorithm. Such a motion-aware mechanism memorizes the dynamic spatiotemporal variations in action frames that current methods cannot exploit. Third, the sequence-based temporal attention model captures the heterogeneous temporal dependencies in action frames. In contrast to standard temporal attention used in natural language processing, primarily aimed at finding similarities between linguistic words, the proposed sequence-based temporal attention is designed to determine both the differences and similarities between video frames that jointly define the meaning of actions. The proposed approach outperforms the state-of-the-art solutions on four spatiotemporal action datasets: AVA 2.2, AVA 2.1, UCF101-24, and EPIC-Kitchens.
