CVNov 13, 2021

A Central Difference Graph Convolutional Operator for Skeleton-Based Action Recognition

arXiv:2111.06995v151 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses action recognition for video analysis, offering an incremental improvement by enhancing existing graph convolutional networks with a faster, parameter-free operator.

The paper tackles skeleton-based action recognition by proposing a central difference graph convolutional operator (CDGC) that aggregates both node and gradient information without extra parameters, achieving improved performance on NTU RGB+D datasets.

This paper proposes a new graph convolutional operator called central difference graph convolution (CDGC) for skeleton based action recognition. It is not only able to aggregate node information like a vanilla graph convolutional operation but also gradient information. Without introducing any additional parameters, CDGC can replace vanilla graph convolution in any existing Graph Convolutional Networks (GCNs). In addition, an accelerated version of the CDGC is developed which greatly improves the speed of training. Experiments on two popular large-scale datasets NTU RGB+D 60 & 120 have demonstrated the efficacy of the proposed CDGC. Code is available at https://github.com/iesymiao/CD-GCN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes