paper-with-me

Papers

Skeletal Human Action Recognition using Hybrid Attention based Graph Convolutional Network

2022-07-12 · Hao Xing, Darius Burschka

In skeleton-based action recognition, Graph Convolutional Networks model human skeletal joints as vertices and connect them through an adjacency matrix, which can be seen as a local attention mask. However, in most existing Graph Convolutional Networks, the local attention mask is defined based on natural connections of human skeleton joints and ignores the dynamic relations for example between head, hands and feet joints. In addition, the attention mechanism has been proven effective in Natural Language Processing and image description, which is rarely investigated in existing methods. In this work, we proposed a new adaptive spatial attention layer that extends local attention map to global based on relative distance and relative angle information. Moreover, we design a new initial graph adjacency matrix that connects head, hands and feet, which shows visible improvement in terms of action recognition accuracy. The proposed model is evaluated on two large-scale and challenging datasets in the field of human activities in daily life: NTU-RGB+D and Kinetics skeleton. The results demonstrate that our model has strong performance on both dataset.

📄 PDF Abstract BibTeX arXiv:2207.05493

Code (1)

xh20/HAGCN 공식 구현 pytorch

Tasks

Action RecognitionImage DescriptionSkeleton Based Action RecognitionTemporal Action Localization

Similar Papers 제목 키워드 기반

SkateFormer: Skeletal-Temporal Transformer for Human Action Recognition

2024-03-14 · Jeonghyeok Do, Munchurl Kim

Skeleton-based action recognition, which classifies human actions based on the coordinates of joints and their connectivity within skeleton data, is widely utilized in various scenarios. While Graph Convolutional Network…

Action RecognitionHuman Interaction RecognitionSkeleton Based Action Recognition

Hypergraph Transformer for Skeleton-based Action Recognition

2022-11-17 · Yuxuan Zhou, Zhi-Qi Cheng, Chao Li, Yanwen Fang 외

Skeleton-based action recognition aims to recognize human actions given human joint coordinates with skeletal interconnections. By defining a graph with joints as vertices and their natural connections as edges, previous…

Action RecognitionSkeleton Based Action Recognition

Decoupled Spatial-Temporal Attention Network for Skeleton-Based Action Recognition

2020-07-07 · Lei Shi, Yifan Zhang, Jian Cheng, Hanqing Lu

Dynamic skeletal data, represented as the 2D/3D coordinates of human joints, has been widely studied for human action recognition due to its high-level semantic information and environmental robustness. However, previous…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Skeleton-Based Action Recognition Using Spatio-Temporal LSTM Network with Trust Gates

2017-06-26 · Jun Liu, Amir Shahroudy, Dong Xu, Alex C. Kot 외

Skeleton-based human action recognition has attracted a lot of research attention during the past few years. Recent works attempted to utilize recurrent neural networks to model the temporal dependencies between the 3D p…

Action RecognitionOne-Shot 3D Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

HDBN: A Novel Hybrid Dual-branch Network for Robust Skeleton-based Action Recognition

2024-04-24 · Jinfu Liu, Baiqiao Yin, Jiaying Lin, Jiajun Wen 외

Skeleton-based action recognition has gained considerable traction thanks to its utilization of succinct and robust skeletal representations. Nonetheless, current methodologies often lean towards utilizing a solitary bac…

Action RecognitionSkeleton Based Action Recognition