CVMar 31, 2020

Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition

arXiv:2003.14111v21051 citations
AI Analysis

This work improves skeleton-based action recognition, which is important for applications like human-computer interaction and surveillance, but it is incremental as it builds on existing graph convolution methods.

The paper tackled the problem of capturing robust movement patterns in skeleton-based action recognition by addressing limitations in long-range joint relationship modeling and cross-spacetime information flow, resulting in a model that outperforms previous state-of-the-art methods on three large-scale datasets.

Spatial-temporal graphs have been widely used by skeleton-based action recognition algorithms to model human action dynamics. To capture robust movement patterns from these graphs, long-range and multi-scale context aggregation and spatial-temporal dependency modeling are critical aspects of a powerful feature extractor. However, existing methods have limitations in achieving (1) unbiased long-range joint relationship modeling under multi-scale operators and (2) unobstructed cross-spacetime information flow for capturing complex spatial-temporal dependencies. In this work, we present (1) a simple method to disentangle multi-scale graph convolutions and (2) a unified spatial-temporal graph convolutional operator named G3D. The proposed multi-scale aggregation scheme disentangles the importance of nodes in different neighborhoods for effective long-range modeling. The proposed G3D module leverages dense cross-spacetime edges as skip connections for direct information propagation across the spatial-temporal graph. By coupling these proposals, we develop a powerful feature extractor named MS-G3D based on which our model outperforms previous state-of-the-art methods on three large-scale datasets: NTU RGB+D 60, NTU RGB+D 120, and Kinetics Skeleton 400.

Code Implementations3 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