TSGCNeXt: Dynamic-Static Multi-Graph Convolution for Efficient Skeleton-Based Action Recognition with Long-term Learning Potential
Dongjingdin Liu, Pengpeng Chen, Miao Yao, Yijing Lu, Zijie Cai, Yuxin Tian

TL;DR
TSGCNeXt introduces a simplified, efficient multi-graph convolutional network for skeleton-based action recognition, significantly improving speed and accuracy on large-scale datasets by modeling long-term temporal features.
Contribution
It proposes a novel Dynamic-Static Separate Multi-graph Convolution mechanism and a training acceleration method, enhancing long-term skeleton sequence learning and computational efficiency.
Findings
Outperforms existing methods on NTU RGB+D 60 and 120 datasets.
Achieves state-of-the-art accuracy with multi-stream fusion.
Speeds up dynamic graph learning by 55.08%.
Abstract
Skeleton-based action recognition has achieved remarkable results in human action recognition with the development of graph convolutional networks (GCNs). However, the recent works tend to construct complex learning mechanisms with redundant training and exist a bottleneck for long time-series. To solve these problems, we propose the Temporal-Spatio Graph ConvNeXt (TSGCNeXt) to explore efficient learning mechanism of long temporal skeleton sequences. Firstly, a new graph learning mechanism with simple structure, Dynamic-Static Separate Multi-graph Convolution (DS-SMG) is proposed to aggregate features of multiple independent topological graphs and avoid the node information being ignored during dynamic convolution. Next, we construct a graph convolution training acceleration mechanism to optimize the back-propagation computing of dynamic graph learning with 55.08\% speed-up. Finally,…
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 · Context-Aware Activity Recognition Systems
MethodsConvNeXt · Convolution · Graph Convolutional Network
