paper-with-me

Papers

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 Convolutional Network (GCN) based method is widely used and has achieved remarkable results. However, the representation of skeleton data and the issue of over-smoothing in GCN still need to be studied. 1). Compared to central nodes, edge nodes can only aggregate limited neighbor information, and different edge nodes of the human body are always structurally related. However, the information from edge nodes is crucial for fine-grained activity recognition. 2). The Graph Convolutional Network suffers from a significant over-smoothing issue, causing nodes to become increasingly similar as the number of network layers increases. Based on these two ideas, we propose a two-stream graph convolution method called Spatial-Structural GCN (SpSt-GCN). Spatial GCN performs information aggregation based on the topological structure of the human body, and structural GCN performs differentiation based on the similarity of edge node sequences. The spatial connection is fixed, and the human skeleton naturally maintains this topology regardless of the actions performed by humans. However, the structural connection is dynamic and depends on the type of movement the human body is performing. Based on this idea, we also propose an entirely data-driven structural connection, which greatly increases flexibility. We evaluate our method on two large-scale datasets, i.e., NTU RGB+D and NTU RGB+D 120. The proposed method achieves good results while being efficient.

📄 PDF Abstract BibTeX arXiv:2407.21525

Code (1)

jingyaojade/SpSt-GCN 공식 구현 pytorch

Tasks

Action RecognitionActivity RecognitionHuman Activity RecognitionSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar 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 외

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

Action RecognitionDecoderPose PredictionSkeleton Based Action Recognition+1

Spatiotemporal graph routing for skeleton-based action recognition

2019-07-17 · Thirty-Third AAAI Conference on Artificial Intelligence, 2019 7 · Bin Li, Xi Li, Zhongfei Zhang, Fei Wu

With the representation effectiveness, skeleton-based human action recognition has received considerable research attention, and has a wide range of real applications. In this area, many existing methods typically rely o…

Action RecognitionClusteringSkeleton Based Action RecognitionTemporal Action Localization

Skeleton-Based Action Recognition with Spatial Reasoning and Temporal Stack Learning

2018-05-07 · ECCV 2018 9 · Chenyang Si, Ya Jing, Wei Wang, Liang Wang 외

Skeleton-based action recognition has made great progress recently, but many problems still remain unsolved. For example, most of the previous methods model the representations of skeleton sequences without abundant spat…

Action RecognitionGraph Neural NetworkHuman-Object Interaction DetectionSkeleton Based Action Recognition+2

A New Representation of Skeleton Sequences for 3D Action Recognition

2017-03-09 · CVPR 2017 7 · Qiuhong Ke, Mohammed Bennamoun, Senjian An, Ferdous Sohel 외

This paper presents a new method for 3D action recognition with skeleton sequences (i.e., 3D trajectories of human skeleton joints). The proposed method first transforms each skeleton sequence into three clips each consi…

3D Action RecognitionAction RecognitionMulti-Task LearningSkeleton Based Action Recognition+1

NeuroPath: Brain-Inspired Dual-Pathway Graph Convolutional Networks for Skeleton-Based Action Recognition

2026-08-18 · Kanglei Zhou, Ruizhi Cai, Hubert P. H. Shum, Frederick W. B. Li 외 arxiv

Skeleton-based action recognition aims to recognize human actions from sequences of human joint coordinates. Most existing Spatial-Temporal Graph Convolutional Networks (STGCNs) have achieved promising results by modelin…

Action Recognition