Share your thoughts, 1 month free Claude Pro on usSee more
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)
Accuracy91.4
717
Action RecognitionNTU RGB+D (Cross-View)
Accuracy97.8
652
Action RecognitionNTU RGB+D (Cross-subject)
Accuracy93.5
500
Action RecognitionNTU RGB+D 60 (X-sub)--
467
Action RecognitionNTU-60 (xsub)
Accuracy93.5
223
Action RecognitionNTU RGB+D 120 Cross-Subject
Accuracy89.8
222
Skeleton-based Action RecognitionNTU RGB+D (Cross-View)
Accuracy97.8
213
Action RecognitionNTU-120 (cross-subject (xsub))
Accuracy89.8
211
Action RecognitionNTU 120 (Cross-Setup)
Accuracy91.4
203
Skeleton-based Action RecognitionNTU RGB+D 120 (X-set)
Top-1 Accuracy91.4
184
Showing 10 of 28 rows

Other info

Code

Follow for update