Share your thoughts, 1 month free Claude Pro on usSee more
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
717
Action RecognitionNTU RGB+D (Cross-View)
Accuracy95.1
652
Action RecognitionNTU RGB+D 60 (Cross-View)
Accuracy95.1
588
Action RecognitionNTU RGB+D (Cross-subject)
Accuracy88.5
500
Action RecognitionKinetics-400
Top-1 Acc36.1
481
Action RecognitionNTU RGB+D 60 (X-sub)
Accuracy88.5
467
Action RecognitionNTU RGB+D X-sub 120
Accuracy84
430
Action RecognitionNTU RGB-D Cross-Subject 60
Accuracy88.5
336
Action RecognitionNTU-60 (xsub)
Accuracy88.5
223
Action RecognitionNTU RGB+D 120 Cross-Subject
Accuracy82.9
222
Showing 10 of 76 rows
...

Other info

Code

Follow for update