CVJul 26, 2021

Channel-wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition

arXiv:2107.12213v2883 citations
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in graph convolutional networks for action recognition, offering an incremental but effective refinement to enhance feature aggregation.

The paper tackles the problem of graph topology in skeleton-based action recognition by proposing CTR-GC, a method that dynamically learns channel-wise topologies, resulting in state-of-the-art performance on datasets like NTU RGB+D with notable improvements.

Graph convolutional networks (GCNs) have been widely used and achieved remarkable results in skeleton-based action recognition. In GCNs, graph topology dominates feature aggregation and therefore is the key to extracting representative features. In this work, we propose a novel Channel-wise Topology Refinement Graph Convolution (CTR-GC) to dynamically learn different topologies and effectively aggregate joint features in different channels for skeleton-based action recognition. The proposed CTR-GC models channel-wise topologies through learning a shared topology as a generic prior for all channels and refining it with channel-specific correlations for each channel. Our refinement method introduces few extra parameters and significantly reduces the difficulty of modeling channel-wise topologies. Furthermore, via reformulating graph convolutions into a unified form, we find that CTR-GC relaxes strict constraints of graph convolutions, leading to stronger representation capability. Combining CTR-GC with temporal modeling modules, we develop a powerful graph convolutional network named CTR-GCN which notably outperforms state-of-the-art methods on the NTU RGB+D, NTU RGB+D 120, and NW-UCLA datasets.

Code Implementations2 repos
Foundations

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

Your Notes