paper-with-me

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 performance. However, current architectures of GCNs are limited to the small receptive field of convolution filters, only capturing local physical dependencies among joints and using all skeleton data indiscriminately. To address these limitations and to achieve a flexible graph representation of the skeleton features, we propose a novel semantics-guided graph convolutional network (Sem-GCN) for skeleton-based action recognition. Three types of semantic graph modules (structural graph extraction module, actional graph inference module and attention graph iteration module) are employed in Sem-GCN to aggregate L-hop joint neighbors' information, to capture action-specific latent dependencies and to distribute importance level. Combing these semantic graphs into a generalized skeleton graph, we further propose the semantics-guided graph convolution block, which stacks semantic graph convolution and temporal convolution, to learn both semantic and temporal features for action recognition. Experimental results demonstrate the effectiveness of our proposed model on the widely used NTU and Kinetics datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
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 제목 키워드 기반

Pose-Guided Graph Convolutional Networks for Skeleton-Based Action Recognition

2022-10-10 · Han Chen, Yifan Jiang, Hanseok Ko

Graph convolutional networks (GCNs), which can model the human body skeletons as spatial and temporal graphs, have shown remarkable potential in skeleton-based action recognition. However, in the existing GCN-based metho…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

DD-GCN: Directed Diffusion Graph Convolutional Network for Skeleton-based Human Action Recognition

2023-08-24 · Chang Li, Qian Huang, Yingchi Mao

Graph Convolutional Networks (GCNs) have been widely used in skeleton-based human action recognition. In GCN-based methods, the spatio-temporal graph is fundamental for capturing motion patterns. However, existing approa…

Action RecognitionTemporal Action Localization

Multi-Scale Semantics-Guided Neural Networks for Efficient Skeleton-Based Human Action Recognition

2021-11-07 · Pengfei Zhang, Cuiling Lan, Wenjun Zeng, Junliang Xing 외

Skeleton data is of low dimension. However, there is a trend of using very deep and complicated feedforward neural networks to model the skeleton sequence without considering the complexity in recent year. In this paper,…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Semantics-Guided Neural Networks for Efficient Skeleton-Based Human Action Recognition

2019-04-02 · CVPR 2020 6 · Pengfei Zhang, Cuiling Lan, Wen-Jun Zeng, Junliang Xing 외

Skeleton-based human action recognition has attracted great interest thanks to the easy accessibility of the human skeleton data. Recently, there is a trend of using very deep feedforward neural networks to model the 3D …

Action RecognitionComputational EfficiencySkeleton Based Action RecognitionTemporal Action Localization

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