paper-with-me

Papers

Adaptive Hyper-Graph Convolution Network for Skeleton-based Human Action Recognition with Virtual Connections

2024-11-22 · Youwei Zhou, Tianyang Xu, Cong Wu, XiaoJun Wu, Josef Kittler

The shared topology of human skeletons motivated the recent investigation of graph convolutional network (GCN) solutions for action recognition. However, the existing GCNs rely on the binary connection of two neighbouring vertices (joints) formed by an edge (bone), overlooking the potential of constructing multi-vertex convolution structures. In this paper we address this oversight and explore the merits of a hyper-graph convolutional network (Hyper-GCN) to achieve the aggregation of rich semantic information conveyed by skeleton vertices. In particular, our Hyper-GCN adaptively optimises multi-scale hyper-graphs during training, revealing the action-driven multi-vertex relations. Besides, virtual connections are often designed to support efficient feature aggregation, implicitly extending the spectrum of dependencies within the skeleton. By injecting virtual connections into hyper-graphs, the semantic clues of diverse action categories can be highlighted. The results of experiments conducted on the NTU-60, NTU-120, and NW-UCLA datasets, demonstrate the merits of our Hyper-GCN, compared to the state-of-the-art methods. Specifically, we outperform the existing solutions on NTU-120, achieving 90.2\% and 91.4\% in terms of the top-1 recognition accuracy on X-Sub and X-Set.

📄 PDF Abstract BibTeX arXiv:2411.14796

Code (0)

등록된 구현이 없습니다.

Tasks

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

Dynamic Hypergraph Convolutional Networks for Skeleton-Based Action Recognition

2021-12-20 · Jinfeng Wei, Yunxin Wang, Mengli Guo, Pei Lv 외

Graph convolutional networks (GCNs) based methods have achieved advanced performance on skeleton-based action recognition task. However, the skeleton graph cannot fully represent the motion information contained in skele…

Action RecognitionSkeleton Based Action Recognition

Autoregressive Adaptive Hypergraph Transformer for Skeleton-based Activity Recognition

2024-11-08 · Abhisek Ray, Ayush Raj, Maheshkumar H. Kolekar

Extracting multiscale contextual information and higher-order correlations among skeleton sequences using Graph Convolutional Networks (GCNs) alone is inadequate for effective action classification. Hypergraph convolutio…

Action ClassificationActivity Recognition

HFGCN:Hypergraph Fusion Graph Convolutional Networks for Skeleton-Based Action Recognition

2025-01-19 · Pengcheng Dong, Wenbo Wan, Huaxiang Zhang, Shuai Li 외

In recent years, action recognition has received much attention and wide application due to its important role in video understanding. Most of the researches on action recognition methods focused on improving the perform…

Action RecognitionRelation ClassificationSkeleton Based Action RecognitionVideo Understanding

Evolving Skeletons: Motion Dynamics in Action Recognition

2025-01-05 · Jushang Qiu, Lei Wang

Skeleton-based action recognition has gained significant attention for its ability to efficiently represent spatiotemporal information in a lightweight format. Most existing approaches use graph-based models to process s…

Action RecognitionHypergraph representationsSkeleton 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