Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SkateFormer: Skeletal-Temporal Transformer for Human Action Recognition

About

Skeleton-based action recognition, which classifies human actions based on the coordinates of joints and their connectivity within skeleton data, is widely utilized in various scenarios. While Graph Convolutional Networks (GCNs) have been proposed for skeleton data represented as graphs, they suffer from limited receptive fields constrained by joint connectivity. To address this limitation, recent advancements have introduced transformer-based methods. However, capturing correlations between all joints in all frames requires substantial memory resources. To alleviate this, we propose a novel approach called Skeletal-Temporal Transformer (SkateFormer) that partitions joints and frames based on different types of skeletal-temporal relation (Skate-Type) and performs skeletal-temporal self-attention (Skate-MSA) within each partition. We categorize the key skeletal-temporal relations for action recognition into a total of four distinct types. These types combine (i) two skeletal relation types based on physically neighboring and distant joints, and (ii) two temporal relation types based on neighboring and distant frames. Through this partition-specific attention strategy, our SkateFormer can selectively focus on key joints and frames crucial for action recognition in an action-adaptive manner with efficient computation. Extensive experiments on various benchmark datasets validate that our SkateFormer outperforms recent state-of-the-art methods.

Jeonghyeok Do, Munchurl Kim• 2024

Related benchmarks

TaskDatasetResultRank
Action RecognitionNTU RGB+D 120 (X-set)
Accuracy88.5
661
Action RecognitionNTU RGB+D 60 (X-sub)--
467
Skeleton-based Action RecognitionNTU RGB+D (Cross-View)
Accuracy97.8
213
Skeleton-based Action RecognitionNTU RGB+D 120 (X-set)
Top-1 Accuracy91.4
184
Skeleton-based Action RecognitionNTU RGB+D 60 (X-View)--
126
Skeleton-based Action RecognitionNTU-RGB+D 120 (X-Sub)
Accuracy89.8
63
Skeleton-based Action RecognitionNW-UCLA--
44
Skeleton Action RecognitionNTU RGB+D Cross-Subject (Xsub) 120--
29
Skeleton-based Action RecognitionNTU-RGB+D (X-Sub)
Accuracy93.5
21
Skeleton-based Action RecognitionNTU RGB+D X-Sub60
Top-1 Acc (E1)92.6
16
Showing 10 of 17 rows

Other info

Code

Follow for update