Topology-aware Convolutional Neural Network for Efficient Skeleton-based Action Recognition
Kailin Xu, Fanfan Ye, Qiaoyong Zhong, Di Xie

TL;DR
This paper introduces Ta-CNN, a pure CNN architecture for skeleton-based action recognition that effectively models topology, achieving competitive results with less complexity than graph convolutional networks.
Contribution
The paper proposes a novel topology-aware CNN architecture with a feature augmentation module and a SkeletonMix strategy, demonstrating that CNNs can effectively model skeleton topology.
Findings
Outperforms existing CNN-based methods on multiple datasets.
Achieves comparable performance to GCN-based methods with less complexity.
Theoretically shows graph convolution as a special case of normal convolution.
Abstract
In the context of skeleton-based action recognition, graph convolutional networks (GCNs) have been rapidly developed, whereas convolutional neural networks (CNNs) have received less attention. One reason is that CNNs are considered poor in modeling the irregular skeleton topology. To alleviate this limitation, we propose a pure CNN architecture named Topology-aware CNN (Ta-CNN) in this paper. In particular, we develop a novel cross-channel feature augmentation module, which is a combo of map-attend-group-map operations. By applying the module to the coordinate level and the joint level subsequently, the topology feature is effectively enhanced. Notably, we theoretically prove that graph convolution is a special case of normal convolution when the joint dimension is treated as channels. This confirms that the topology modeling power of GCNs can also be implemented by using a CNN.…
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 · Advanced Graph Neural Networks · Brain Tumor Detection and Classification
MethodsConvolution
