paper-with-me

홈 › Papers

BlockGCN: Redefine Topology Awareness for Skeleton-Based Action Recognition

2024-01-01 · CVPR 2024 1 · Yuxuan Zhou, Xudong Yan, Zhi-Qi Cheng, Yan Yan, Qi Dai, Xian-Sheng Hua

Graph Convolutional Networks (GCNs) have long set the state-of-the-art in skeleton-based action recognition leveraging their ability to unravel the complex dynamics of human joint topology through the graph's adjacency matrix. However an inherent flaw has come to light in these cutting-edge models: they tend to optimize the adjacency matrix jointly with the model weights. This process while seemingly efficient causes a gradual decay of bone connectivity data resulting in a model indifferent to the very topology it sought to represent. To remedy this we propose a two-fold strategy: (1) We introduce an innovative approach that encodes bone connectivity by harnessing the power of graph distances to describe the physical topology; we further incorporate action-specific topological representation via persistent homology analysis to depict systemic dynamics. This preserves the vital topological nuances often lost in conventional GCNs. (2) Our investigation also reveals the redundancy in existing GCNs for multi-relational modeling which we address by proposing an efficient refinement to Graph Convolutions (GC) - the BlockGC. This significantly reduces parameters while improving performance beyond original GCNs. Our full model BlockGCN establishes new benchmarks in skeleton-based action recognition across all model categories. Its high accuracy and lightweight design most notably on the large-scale NTU RGB+D 120 dataset stand as strong validation of the efficacy of BlockGCN.

📄 PDF Abstract BibTeX

Code (1)

zhouyuxuanyx/blockgcn 공식 구현 pytorch

Tasks

Action RecognitionSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Overcoming Topology Agnosticism: Enhancing Skeleton-Based Action Recognition through Redefined Skeletal Topology Awareness

2023-05-19 · Yuxuan Zhou, Zhi-Qi Cheng, Jun-Yan He, Bin Luo 외

Graph Convolutional Networks (GCNs) have long defined the state-of-the-art in skeleton-based action recognition, leveraging their ability to unravel the complex dynamics of human joint topology through the graph's adjace…

Action RecognitionSkeleton Based Action Recognition

DSTSA-GCN: Advancing Skeleton-Based Gesture Recognition with Semantic-Aware Spatio-Temporal Topology Modeling

2025-01-21 · Hu Cui, Renjing Huang, Ruoyu Zhang, Tessai Hayama

Graph convolutional networks (GCNs) have emerged as a powerful tool for skeleton-based action and gesture recognition, thanks to their ability to model spatial and temporal dependencies in skeleton data. However, existin…

Action RecognitionGesture RecognitionHand Gesture RecognitionSkeleton Based Action Recognition

SpatioTemporal Focus for Skeleton-based Action Recognition

2022-03-31 · Liyu Wu, Can Zhang, Yuexian Zou

Graph convolutional networks (GCNs) are widely adopted in skeleton-based action recognition due to their powerful ability to model data topology. We argue that the performance of recent proposed skeleton-based action rec…

Action RecognitionSkeleton Based Action Recognition

Topological Symmetry Enhanced Graph Convolution for Skeleton-Based Action Recognition

2024-11-19 · Zeyu Liang, Hailun Xia, Naichuan Zheng, Huan Xu

Skeleton-based action recognition has achieved remarkable performance with the development of graph convolutional networks (GCNs). However, most of these methods tend to construct complex topology learning mechanisms whi…

Action RecognitionSkeleton Based Action Recognition

KGS-GCN: Kinematics-Driven Gaussian Splatting and Probabilistic Topology for Skeleton-Based Action Recognition

2026-03-16 · Yuhan Chen, Yicui Shi, Guofa Li, Liping Zhang 외 arxiv

Skeleton-based action recognition is widely applied in sensor-based systems, including human-computer interaction and intelligent surveillance. However, typical sensors produce sparse and discrete joint coordinates, ofte…

Computational EfficiencyAction Recognition