Multi-Scale Spatial Temporal Graph Convolutional Network for Skeleton-Based Action Recognition
Zhan Chen, Sicheng Li, Bing Yang, Qinghan Li, Hong Liu

TL;DR
This paper introduces a multi-scale spatial-temporal graph convolutional network that effectively captures long-range dependencies in skeleton-based action recognition, significantly improving performance on benchmark datasets.
Contribution
It proposes novel multi-scale spatial and temporal graph convolution modules that enlarge receptive fields without extra parameters, enhancing the modeling of long-range dependencies.
Findings
Achieves state-of-the-art results on NTU RGB+D, NTU-120 RGB+D, and Kinetics-Skeleton datasets.
Enlarges receptive fields for better long-range dependency modeling.
Improves action recognition accuracy significantly.
Abstract
Graph convolutional networks have been widely used for skeleton-based action recognition due to their excellent modeling ability of non-Euclidean data. As the graph convolution is a local operation, it can only utilize the short-range joint dependencies and short-term trajectory but fails to directly model the distant joints relations and long-range temporal information that are vital to distinguishing various actions. To solve this problem, we present a multi-scale spatial graph convolution (MS-GC) module and a multi-scale temporal graph convolution (MT-GC) module to enrich the receptive field of the model in spatial and temporal dimensions. Concretely, the MS-GC and MT-GC modules decompose the corresponding local graph convolution into a set of sub-graph convolution, forming a hierarchical residual architecture. Without introducing additional parameters, the features will be processed…
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
Taxonomy
TopicsHuman Pose and Action Recognition · Gait Recognition and Analysis · Anomaly Detection Techniques and Applications
MethodsConvolution
