Dynamic GCN: Context-enriched Topology Learning for Skeleton-based Action Recognition
Fanfan Ye, Shiliang Pu, Qiaoyong Zhong, Chao Li, Di Xie, and Huiming Tang

TL;DR
This paper introduces Dynamic GCN, a novel approach that automatically learns skeleton topology for action recognition, achieving state-of-the-art results with fewer computational resources by incorporating a lightweight Contextencoding Network (CeN).
Contribution
The paper proposes Dynamic GCN with CeN, enabling adaptive graph topologies for each input, which improves efficiency and accuracy in skeleton-based action recognition.
Findings
Dynamic GCN outperforms existing methods in accuracy.
CeN adds only ~7% extra FLOPs to the baseline.
Achieves state-of-the-art results on NTU-RGB+D, NTU-RGB+D 120, and Skeleton-Kinetics.
Abstract
Graph Convolutional Networks (GCNs) have attracted increasing interests for the task of skeleton-based action recognition. The key lies in the design of the graph structure, which encodes skeleton topology information. In this paper, we propose Dynamic GCN, in which a novel convolutional neural network named Contextencoding Network (CeN) is introduced to learn skeleton topology automatically. In particular, when learning the dependency between two joints, contextual features from the rest joints are incorporated in a global manner. CeN is extremely lightweight yet effective, and can be embedded into a graph convolutional layer. By stacking multiple CeN-enabled graph convolutional layers, we build Dynamic GCN. Notably, as a merit of CeN, dynamic graph topologies are constructed for different input samples as well as graph convolutional layers of various depths. Besides, three alternative…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Gait Recognition and Analysis · Anomaly Detection Techniques and Applications
MethodsGraph Convolutional Network
