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

Constructing Stronger and Faster Baselines for Skeleton-based Action Recognition

About

One essential problem in skeleton-based action recognition is how to extract discriminative features over all skeleton joints. However, the complexity of the recent State-Of-The-Art (SOTA) models for this task tends to be exceedingly sophisticated and over-parameterized. The low efficiency in model training and inference has increased the validation costs of model architectures in large-scale datasets. To address the above issue, recent advanced separable convolutional layers are embedded into an early fused Multiple Input Branches (MIB) network, constructing an efficient Graph Convolutional Network (GCN) baseline for skeleton-based action recognition. In addition, based on such the baseline, we design a compound scaling strategy to expand the model's width and depth synchronously, and eventually obtain a family of efficient GCN baselines with high accuracies and small amounts of trainable parameters, termed EfficientGCN-Bx, where "x" denotes the scaling coefficient. On two large-scale datasets, i.e., NTU RGB+D 60 and 120, the proposed EfficientGCN-B4 baseline outperforms other SOTA methods, e.g., achieving 91.7% accuracy on the cross-subject benchmark of NTU 60 dataset, while being 3.15x smaller and 3.21x faster than MS-G3D, which is one of the best SOTA methods. The source code in PyTorch version and the pretrained models are available at https://github.com/yfsong0709/EfficientGCNv1.

Yi-Fan Song, Zhang Zhang, Caifeng Shan, Liang Wang• 2021

Related benchmarks

TaskDatasetResultRank
Action RecognitionNTU RGB+D 120 (X-set)
Accuracy89.1
661
Action RecognitionNTU RGB+D (Cross-View)
Accuracy96.1
609
Action RecognitionNTU RGB+D 60 (Cross-View)
Accuracy96.1
575
Action RecognitionNTU RGB+D (Cross-subject)
Accuracy92.1
474
Action RecognitionNTU RGB+D 60 (X-sub)
Accuracy92.1
467
Action RecognitionNTU RGB+D X-sub 120
Accuracy88.7
377
Action RecognitionNTU RGB-D Cross-Subject 60
Accuracy91.7
305
Skeleton-based Action RecognitionNTU RGB+D 120 (X-set)
Top-1 Accuracy89.1
184
Action RecognitionNTU RGB+D 120 Cross-Subject
Accuracy88.7
183
Action RecognitionNTU RGB+D X-View 60
Accuracy94.9
172
Showing 10 of 18 rows

Other info

Code

Follow for update