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

Skeleton-Based Action Recognition with Multi-Stream Adaptive Graph Convolutional Networks

About

Graph convolutional networks (GCNs), which generalize CNNs to more generic non-Euclidean structures, have achieved remarkable performance for skeleton-based action recognition. However, there still exist several issues in the previous GCN-based models. First, the topology of the graph is set heuristically and fixed over all the model layers and input data. This may not be suitable for the hierarchy of the GCN model and the diversity of the data in action recognition tasks. Second, the second-order information of the skeleton data, i.e., the length and orientation of the bones, is rarely investigated, which is naturally more informative and discriminative for the human action recognition. In this work, we propose a novel multi-stream attention-enhanced adaptive graph convolutional neural network (MS-AAGCN) for skeleton-based action recognition. The graph topology in our model can be either uniformly or individually learned based on the input data in an end-to-end manner. This data-driven approach increases the flexibility of the model for graph construction and brings more generality to adapt to various data samples. Besides, the proposed adaptive graph convolutional layer is further enhanced by a spatial-temporal-channel attention module, which helps the model pay more attention to important joints, frames and features. Moreover, the information of both the joints and bones, together with their motion information, are simultaneously modeled in a multi-stream framework, 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• 2019

Related benchmarks

TaskDatasetResultRank
Action RecognitionNTU RGB+D (Cross-View)
Accuracy99
609
Action RecognitionNTU RGB+D 60 (Cross-View)
Accuracy99
575
Action RecognitionNTU RGB+D (Cross-subject)
Accuracy96.1
474
Action RecognitionNTU RGB+D 60 (X-sub)
Accuracy90
467
Action RecognitionNTU RGB-D Cross-Subject 60
Accuracy96.1
305
Skeleton-based Action RecognitionNTU RGB+D (Cross-View)
Accuracy96.2
213
Skeleton-based Action RecognitionNTU RGB+D 120 (X-set)
Top-1 Accuracy84.9
184
Action RecognitionNTU RGB+D X-View 60
Accuracy96.2
172
Skeleton-based Action RecognitionNTU RGB+D 120 Cross-Subject
Top-1 Accuracy82.9
143
Skeleton-based Action RecognitionNTU RGB+D 60 (X-View)
Top-1 Accuracy96.2
126
Showing 10 of 34 rows

Other info

Code

Follow for update