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

Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition

About

In skeleton-based action recognition, graph convolutional networks (GCNs), which model the human body skeletons as spatiotemporal graphs, have achieved remarkable performance. However, in existing GCN-based methods, the topology of the graph is set manually, and it is fixed over all layers and input samples. This may not be optimal for the hierarchical GCN and diverse samples in action recognition tasks. In addition, the second-order information (the lengths and directions of bones) of the skeleton data, which is naturally more informative and discriminative for action recognition, is rarely investigated in existing methods. In this work, we propose a novel two-stream adaptive graph convolutional network (2s-AGCN) for skeleton-based action recognition. The topology of the graph in our model can be either uniformly or individually learned by the BP algorithm in an end-to-end manner. This data-driven method increases the flexibility of the model for graph construction and brings more generality to adapt to various data samples. Moreover, a two-stream framework is proposed to model both the first-order and the second-order information simultaneously, which shows notable improvement for the recognition accuracy. Extensive experiments on the two large-scale datasets, NTU-RGBD and Kinetics-Skeleton, demonstrate that the performance of our model exceeds the state-of-the-art with a significant margin.

Lei Shi, Yifan Zhang, Jian Cheng, Hanqing Lu• 2018

Related benchmarks

TaskDatasetResultRank
Action RecognitionNTU RGB+D 120 (X-set)
Accuracy85.4
661
Action RecognitionNTU RGB+D (Cross-View)
Accuracy95.1
609
Action RecognitionNTU RGB+D 60 (Cross-View)
Accuracy95.1
575
Action RecognitionNTU RGB+D (Cross-subject)
Accuracy88.5
474
Action RecognitionNTU RGB+D 60 (X-sub)
Accuracy88.5
467
Action RecognitionKinetics-400
Top-1 Acc36.1
413
Action RecognitionNTU RGB+D X-sub 120
Accuracy84
377
Action RecognitionNTU RGB-D Cross-Subject 60
Accuracy88.5
305
Skeleton-based Action RecognitionNTU 60 (X-sub)
Accuracy91.5
220
Skeleton-based Action RecognitionNTU RGB+D (Cross-View)
Accuracy95.3
213
Showing 10 of 69 rows

Other info

Code

Follow for update