Spatio-Temporal Inception Graph Convolutional Networks for Skeleton-Based Action Recognition
Zhen Huang, Xu Shen, Xinmei Tian, Houqiang Li, Jianqiang Huang and, Xian-Sheng Hua

TL;DR
This paper introduces a novel spatio-temporal inception graph convolutional network that effectively captures multi-scale features for skeleton-based action recognition, outperforming existing methods with fewer parameters and computational costs.
Contribution
It proposes a modular GCN architecture with split-transform-merge strategy to incorporate multi-scale spatial and temporal information in skeleton-based action recognition.
Findings
Outperforms state-of-the-art methods significantly
Uses only 1/5 of parameters and 1/10 of FLOPs of previous models
Achieves superior accuracy on benchmark datasets
Abstract
Skeleton-based human action recognition has attracted much attention with the prevalence of accessible depth sensors. Recently, graph convolutional networks (GCNs) have been widely used for this task due to their powerful capability to model graph data. The topology of the adjacency graph is a key factor for modeling the correlations of the input skeletons. Thus, previous methods mainly focus on the design/learning of the graph topology. But once the topology is learned, only a single-scale feature and one transformation exist in each layer of the networks. Many insights, such as multi-scale information and multiple sets of transformations, that have been proven to be very effective in convolutional neural networks (CNNs), have not been investigated in GCNs. The reason is that, due to the gap between graph-structured skeleton data and conventional image/video data, it is very…
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 · Anomaly Detection Techniques and Applications · Gait Recognition and Analysis
MethodsGraph Convolutional Networks
