CVAIJan 8, 2022

Spatio-Temporal Tuples Transformer for Skeleton-Based Action Recognition

arXiv:2201.02849v163 citations
AI Analysis

This work addresses a specific bottleneck in action recognition for computer vision applications, representing an incremental improvement over existing Transformer-based methods.

The paper tackles the problem of capturing dependencies between joints across frames in skeleton-based action recognition by proposing a spatio-temporal tuples Transformer (STTFormer) method, which achieves better performance than state-of-the-art methods on two large-scale datasets.

Capturing the dependencies between joints is critical in skeleton-based action recognition task. Transformer shows great potential to model the correlation of important joints. However, the existing Transformer-based methods cannot capture the correlation of different joints between frames, which the correlation is very useful since different body parts (such as the arms and legs in "long jump") between adjacent frames move together. Focus on this problem, A novel spatio-temporal tuples Transformer (STTFormer) method is proposed. The skeleton sequence is divided into several parts, and several consecutive frames contained in each part are encoded. And then a spatio-temporal tuples self-attention module is proposed to capture the relationship of different joints in consecutive frames. In addition, a feature aggregation module is introduced between non-adjacent frames to enhance the ability to distinguish similar actions. Compared with the state-of-the-art methods, our method achieves better performance on two large-scale datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes