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

Semantics-Guided Neural Networks for Efficient Skeleton-Based Human Action Recognition

About

Skeleton-based human action recognition has attracted great interest thanks to the easy accessibility of the human skeleton data. Recently, there is a trend of using very deep feedforward neural networks to model the 3D coordinates of joints without considering the computational efficiency. In this paper, we propose a simple yet effective semantics-guided neural network (SGN) for skeleton-based action recognition. We explicitly introduce the high level semantics of joints (joint type and frame index) into the network to enhance the feature representation capability. In addition, we exploit the relationship of joints hierarchically through two modules, i.e., a joint-level module for modeling the correlations of joints in the same frame and a framelevel module for modeling the dependencies of frames by taking the joints in the same frame as a whole. A strong baseline is proposed to facilitate the study of this field. With an order of magnitude smaller model size than most previous works, SGN achieves the state-of-the-art performance on the NTU60, NTU120, and SYSU datasets. The source code is available at https://github.com/microsoft/SGN.

Pengfei Zhang, Cuiling Lan, Wenjun Zeng, Junliang Xing, Jianru Xue, Nanning Zheng• 2019

Related benchmarks

TaskDatasetResultRank
Action RecognitionNTU RGB+D 120 (X-set)
Accuracy84.9
661
Action RecognitionNTU RGB+D (Cross-View)
Accuracy94.5
609
Action RecognitionNTU RGB+D 60 (Cross-View)
Accuracy94.5
575
Action RecognitionNTU RGB+D (Cross-subject)
Accuracy89
474
Action RecognitionNTU RGB+D 60 (X-sub)
Accuracy89.4
467
Action RecognitionNTU RGB+D X-sub 120
Accuracy82.9
377
Action RecognitionNTU RGB-D Cross-Subject 60
Accuracy89
305
Skeleton-based Action RecognitionNTU 60 (X-sub)
Accuracy89.2
220
Skeleton-based Action RecognitionNTU RGB+D (Cross-View)
Accuracy94.5
213
Skeleton-based Action RecognitionNTU RGB+D 120 (X-set)
Top-1 Accuracy81.5
184
Showing 10 of 33 rows

Other info

Code

Follow for update