paper-with-me

Papers

Multi-Scale Spatial Temporal Graph Convolutional Network for Skeleton-Based Action Recognition

2022-06-27 · Zhan Chen, Sicheng Li, Bing Yang, Qinghan Li, Hong Liu

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 with a series of sub-graph convolutions, and each node could complete multiple spatial and temporal aggregations with its neighborhoods. The final equivalent receptive field is accordingly enlarged, which is capable of capturing both short- and long-range dependencies in spatial and temporal domains. By coupling these two modules as a basic block, we further propose a multi-scale spatial temporal graph convolutional network (MST-GCN), which stacks multiple blocks to learn effective motion representations for action recognition. The proposed MST-GCN achieves remarkable performance on three challenging benchmark datasets, NTU RGB+D, NTU-120 RGB+D and Kinetics-Skeleton, for skeleton-based action recognition.

📄 PDF Abstract BibTeX arXiv:2206.13028

Code (1)

czhaneva/mst-gcn 공식 구현 pytorch

Tasks

3D Action RecognitionAction RecognitionSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Multi-scale spatial–temporal convolutional neural network for skeleton-based action recognition

2023-05-12 · journal 2023 5 · Qin Cheng, Jun Cheng, Ziliang Ren, Qieshi Zhang 외

The skeleton data convey significant information for action recognition since they can robustly against cluttered backgrounds and illumination variation. In recent years, due to the limited ability to extract spatial–tem…

Action RecognitionSkeleton Based Action Recognition

Multi-Scale Spatial-Temporal Self-Attention Graph Convolutional Networks for Skeleton-based Action Recognition

2024-04-03 · Ikuo Nakamura

Skeleton-based gesture recognition methods have achieved high success using Graph Convolutional Network (GCN). In addition, context-dependent adaptive topology as a neighborhood vertex information and attention mechanism…

Action RecognitionGesture RecognitionSkeleton Based Action Recognition

Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition

2020-03-31 · CVPR 2020 6 · Ziyu Liu, Hongwen Zhang, Zhenghao Chen, Zhiyong Wang 외

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 aggr…

3D Action RecognitionAction RecognitionLong-range modelingSkeleton Based Action Recognition

Spatio-Temporal Multi-Subgraph GCN for 3D Human Motion Prediction

2024-12-31 · Jiexin Wang, Yiju Guo, Bing Su

Human motion prediction (HMP) involves forecasting future human motion based on historical data. Graph Convolutional Networks (GCNs) have garnered widespread attention in this field for their proficiency in capturing rel…

Human motion predictionmotion predictionTransfer Learning

Adaptive Spatial-Temporal Inception Graph Convolutional Networks for Multi-step Spatial-Temporal Network Data Forecasting

2021-01-01 · Xing Wang, Lin Zhu, Juan Zhao, Zhou Xu 외

Spatial-temporal data forecasting is of great importance for industries such as telecom network operation and transportation management. However, spatial-temporal data is inherent with complex spatial-temporal correlatio…

Management