paper-with-me

Papers

Actional-Structural Graph Convolutional Networks for Skeleton-based Action Recognition

2019-04-26 · CVPR 2019 6 · Maosen Li, Siheng Chen, Xu Chen, Ya zhang, Yan-Feng Wang, Qi Tian

Action recognition with skeleton data has recently attracted much attention in computer vision. Previous studies are mostly based on fixed skeleton graphs, only capturing local physical dependencies among joints, which may miss implicit joint correlations. To capture richer dependencies, we introduce an encoder-decoder structure, called A-link inference module, to capture action-specific latent dependencies, i.e. actional links, directly from actions. We also extend the existing skeleton graphs to represent higher-order dependencies, i.e. structural links. Combing the two types of links into a generalized skeleton graph, we further propose the actional-structural graph convolution network (AS-GCN), which stacks actional-structural graph convolution and temporal convolution as a basic building block, to learn both spatial and temporal features for action recognition. A future pose prediction head is added in parallel to the recognition head to help capture more detailed action patterns through self-supervision. We validate AS-GCN in action recognition using two skeleton data sets, NTU-RGB+D and Kinetics. The proposed AS-GCN achieves consistently large improvement compared to the state-of-the-art methods. As a side product, AS-GCN also shows promising results for future pose prediction.

📄 PDF Abstract BibTeX arXiv:1904.12659

Code (1)

limaosen0/AS-GCN 공식 구현 pytorch

Tasks

Action RecognitionDecoderPose PredictionSkeleton Based Action RecognitionTemporal Action Localization

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 제목 키워드 기반

A Semantics-Guided Graph Convolutional Network for Skeleton-Based Action Recognition

2020-05-01 · ICIAI 2020: Proceedings of the 2020 the 4th International Conference on Innovation in Artificial Intelligence 2020 5 · Xiaolu Ding, Kai Yang, Wai Chen

Action recognition with skeleton data is a challenging task in computer vision. Graph convolutional networks (GCNs), which directly model the human body skeletons as the graph structure, have achieved remarkable performa…

Action RecognitionSkeleton Based Action Recognition

A Skeleton-aware Graph Convolutional Network for Human-Object Interaction Detection

2022-07-11 · Manli Zhu, Edmond S. L. Ho, Hubert P. H. Shum

Detecting human-object interactions is essential for comprehensive understanding of visual scenes. In particular, spatial connections between humans and objects are important cues for reasoning interactions. To this end,…

Human-Object Interaction DetectionObject

Symbiotic Graph Neural Networks for 3D Skeleton-based Human Action Recognition and Motion Prediction

2019-10-05 · Maosen Li, Siheng Chen, Xu Chen, Ya zhang 외

3D skeleton-based action recognition and motion prediction are two essential problems of human activity understanding. In many previous works: 1) they studied two tasks separately, neglecting internal correlations; 2) th…

Action Recognitionmotion predictionSkeleton Based Action RecognitionTemporal Action Localization

Skeleton-Based Action Recognition with Spatial-Structural Graph Convolution

2024-07-31 · Jingyao Wang, Emmanuel Bergeret, Issam Falih

Human Activity Recognition (HAR) is a field of study that focuses on identifying and classifying human activities. Skeleton-based Human Activity Recognition has received much attention in recent years, where Graph Convol…

Action RecognitionActivity RecognitionHuman Activity RecognitionSkeleton Based Action Recognition

Hierarchically Decomposed Graph Convolutional Networks for Skeleton-Based Action Recognition

2022-08-23 · ICCV 2023 1 · Jungho Lee, Minhyeok Lee, Dogyoon Lee, Sangyoun Lee

Graph convolutional networks (GCNs) are the most commonly used methods for skeleton-based action recognition and have achieved remarkable performance. Generating adjacency matrices with semantically meaningful edges is p…

Action RecognitionSkeleton Based Action Recognition