paper-with-me

Papers

Skeleton-Split Framework using Spatial Temporal Graph Convolutional Networks for Action Recogntion

2021-11-04 · Motasem Alsawadi, Miguel Rio

There has been a dramatic increase in the volume of videos and their related content uploaded to the internet. Accordingly, the need for efficient algorithms to analyse this vast amount of data has attracted significant research interest. An action recognition system based upon human body motions has been proven to interpret videos contents accurately. This work aims to recognize activities of daily living using the ST-GCN model, providing a comparison between four different partitioning strategies: spatial configuration partitioning, full distance split, connection split, and index split. To achieve this aim, we present the first implementation of the ST-GCN framework upon the HMDB-51 dataset. We have achieved 48.88 % top-1 accuracy by using the connection split partitioning approach. Through experimental simulation, we show that our proposals have achieved the highest accuracy performance on the UCF-101 dataset using the ST-GCN framework than the state-of-the-art approach. Finally, accuracy of 73.25 % top-1 is achieved by using the index split partitioning strategy.

📄 PDF Abstract BibTeX arXiv:2111.03106

Code (2)

malswadi/skeleton-ucf-hmdb 공식 구현
malswadi/skeleton_ucf_hmdb 공식 구현

Tasks

Action Recognition

Similar Papers 제목 키워드 기반

Skeleton Split Strategies for Spatial Temporal Graph Convolution Networks

2021-08-03 · Motasem S. Alsawadi, Miguel Rio

A skeleton representation of the human body has been proven to be effective for this task. The skeletons are presented in graphs form-like. However, the topology of a graph is not structured like Euclidean-based data. Th…

Improving Skeleton-based Action Recognition with Interactive Object Information

2025-01-09 · Hao Wen, Ziqian Lu, Fengli Shen, Zhe-Ming Lu 외

Human skeleton information is important in skeleton-based action recognition, which provides a simple and efficient way to describe human pose. However, existing skeleton-based methods focus more on the skeleton, ignorin…

Action RecognitionData Augmentationgraph constructionObject+1

Dynamic Spatial-temporal Hypergraph Convolutional Network for Skeleton-based Action Recognition

2023-02-17 · Shengqin Wang, Yongji Zhang, Hong Qi, Minghao Zhao 외

Skeleton-based action recognition relies on the extraction of spatial-temporal topological information. Hypergraphs can establish prior unnatural dependencies for the skeleton. However, the existing methods only focus on…

Action RecognitionSkeleton Based Action Recognition

Spatial-Temporal Graph Mamba for Music-Guided Dance Video Synthesis

2025-07-09 · Hao Tang, Ling Shao, Zhenyu Zhang, Luc Van Gool 외 arxiv

We propose a novel spatial-temporal graph Mamba (STG-Mamba) for the music-guided dance video synthesis task, i.e., to translate the input music to a dance video. STG-Mamba consists of two translation mappings: music-to-s…

Two-person Graph Convolutional Network for Skeleton-based Human Interaction Recognition

2022-08-12 · Zhengcen Li, Yueran Li, Linlin Tang, Tong Zhang 외

Graph convolutional networks (GCNs) have been the predominant methods in skeleton-based human action recognition, including human-human interaction recognition. However, when dealing with interaction sequences, current G…

Action ClassificationAction RecognitionHuman-Human Interaction RecognitionHuman Interaction Recognition+2