Learning Graph Convolutional Network for Skeleton-Based Human Action Recognition by Neural Searching
Abstract
Human action recognition from skeleton data, fuelled by the Graph Convolutional Network (GCN) with its powerful capability of modeling non-Euclidean data, has attracted lots of attention. However, many existing GCNs provide a pre-defined graph structure and share it through the entire network, which can loss implicit joint correlations especially for the higher-level features. Besides, the mainstream spectral GCN is approximated by one-order hop such that higher-order connections are not well involved. All of these require huge efforts to design a better GCN architecture. To address these problems, we turn to Neural Architecture Search (NAS) and propose the first automatically designed GCN for this task. Specifically, we explore the spatial-temporal correlations between nodes and build a search space with multiple dynamic graph modules. Besides, we introduce multiple-hop modules and expect to break the limitation of representational capacity caused by one-order approximation. Moreover, a corresponding sampling- and memory-efficient evolution strategy is proposed to search in this space. The resulted architecture proves the effectiveness of the higher-order approximation and the layer-wise dynamic graph modules. To evaluate the performance of the searched model, we conduct extensive experiments on two very large scale skeleton-based action recognition datasets. The results show that our model gets the state-of-the-art results in term of given metrics.
Cite
Text
Peng et al. "Learning Graph Convolutional Network for Skeleton-Based Human Action Recognition by Neural Searching." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I03.5652Markdown
[Peng et al. "Learning Graph Convolutional Network for Skeleton-Based Human Action Recognition by Neural Searching." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/peng2020aaai-learning/) doi:10.1609/AAAI.V34I03.5652BibTeX
@inproceedings{peng2020aaai-learning,
title = {{Learning Graph Convolutional Network for Skeleton-Based Human Action Recognition by Neural Searching}},
author = {Peng, Wei and Hong, Xiaopeng and Chen, Haoyu and Zhao, Guoying},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2020},
pages = {2669-2676},
doi = {10.1609/AAAI.V34I03.5652},
url = {https://mlanthology.org/aaai/2020/peng2020aaai-learning/}
}