paper-with-me

홈 › Papers

Learning Graph Convolutional Network for Skeleton-based Human Action Recognition by Neural Searching

2019-11-11 · Wei Peng, Xiaopeng Hong, Haoyu Chen, Guoying Zhao

Human action recognition from skeleton data, fueled by the Graph Convolutional Network (GCN), has attracted lots of attention, due to its powerful capability of modeling non-Euclidean structure data. However, many existing GCN methods provide a pre-defined graph and fix it through the entire network, which can loss implicit joint correlations. Besides, the mainstream spectral GCN is approximated by one-order hop, thus higher-order connections are not well involved. Therefore, huge efforts are required to explore a better GCN architecture. To address these problems, we turn to Neural Architecture Search (NAS) and propose the first automatically designed GCN for skeleton-based action recognition. Specifically, we enrich the search space by providing multiple dynamic graph modules after fully exploring the spatial-temporal correlations between nodes. Besides, we introduce multiple-hop modules and expect to break the limitation of representational capacity caused by one-order approximation. Moreover, a sampling- and memory-efficient evolution strategy is proposed to search an optimal architecture for this task. The resulted architecture proves the effectiveness of the higher-order approximation and the dynamic graph modeling mechanism with temporal interactions, which is barely discussed before. To evaluate the performance of the searched model, we conduct extensive experiments on two very large scaled datasets and the results show that our model gets the state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:1911.04131

Code (1)

xiaoiker/GCN-NAS pytorch

Tasks

Action RecognitionNeural Architecture SearchSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Graph Edge Convolutional Neural Networks for Skeleton Based Action Recognition

2018-05-16 · Xikun Zhang, Chang Xu, Xinmei Tian, DaCheng Tao

This paper investigates body bones from skeleton data for skeleton based action recognition. Body joints, as the direct result of mature pose estimation technologies, are always the key concerns of traditional action rec…

Action RecognitionPose EstimationSkeleton Based Action RecognitionTemporal Action Localization

Unifying Graph Embedding Features with Graph Convolutional Networks for Skeleton-based Action Recognition

2020-03-06 · Dong Yang, Monica Mengqi Li, Hong Fu, Jicong Fan 외

Combining skeleton structure with graph convolutional networks has achieved remarkable performance in human action recognition. Since current research focuses on designing basic graph for representing skeleton data, thes…

Action RecognitionGraph EmbeddingSkeleton Based Action RecognitionTemporal Action Localization

Progressive Spatio-Temporal Graph Convolutional Network for Skeleton-Based Human Action Recognition

2020-11-11 · Negar Heidari, Alexandros Iosifidis

Graph convolutional networks (GCNs) have been very successful in skeleton-based human action recognition where the sequence of skeletons is modeled as a graph. However, most of the GCN-based methods in this area train a …

Action RecognitionTemporal Action Localization

Part-based Graph Convolutional Network for Action Recognition

2018-09-13 · Kalpit Thakkar, P. J. Narayanan

Human actions comprise of joint motion of articulated body parts or `gestures'. Human skeleton is intuitively represented as a sparse graph with joints as nodes and natural connections between them as edges. Graph convol…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Pose-Guided Graph Convolutional Networks for Skeleton-Based Action Recognition

2022-10-10 · Han Chen, Yifan Jiang, Hanseok Ko

Graph convolutional networks (GCNs), which can model the human body skeletons as spatial and temporal graphs, have shown remarkable potential in skeleton-based action recognition. However, in the existing GCN-based metho…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization