paper-with-me

홈 › Papers

A Central Difference Graph Convolutional Operator for Skeleton-Based Action Recognition

2021-11-13 · Shuangyan Miao, Yonghong Hou, Zhimin Gao, Mingliang Xu, Wanqing Li

This paper proposes a new graph convolutional operator called central difference graph convolution (CDGC) for skeleton based action recognition. It is not only able to aggregate node information like a vanilla graph convolutional operation but also gradient information. Without introducing any additional parameters, CDGC can replace vanilla graph convolution in any existing Graph Convolutional Networks (GCNs). In addition, an accelerated version of the CDGC is developed which greatly improves the speed of training. Experiments on two popular large-scale datasets NTU RGB+D 60 & 120 have demonstrated the efficacy of the proposed CDGC. Code is available at https://github.com/iesymiao/CD-GCN.

📄 PDF Abstract BibTeX arXiv:2111.06995

Code (1)

iesymiao/cd-gcn 공식 구현 pytorch

Tasks

Action RecognitionSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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 제목 키워드 기반

Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition

2020-03-31 · CVPR 2020 6 · Ziyu Liu, Hongwen Zhang, Zhenghao Chen, Zhiyong Wang 외

Spatial-temporal graphs have been widely used by skeleton-based action recognition algorithms to model human action dynamics. To capture robust movement patterns from these graphs, long-range and multi-scale context aggr…

3D Action RecognitionAction RecognitionLong-range modelingSkeleton Based Action Recognition

3D Human Pose Estimation via Spatial Graph Order Attention and Temporal Body Aware Transformer

2025-05-02 · Kamel Aouaidjia, Aofan Li, WenHao Zhang, Chongsheng Zhang

Nowadays, Transformers and Graph Convolutional Networks (GCNs) are the prevailing techniques for 3D human pose estimation. However, Transformer-based methods either ignore the spatial neighborhood relationships between t…

3D Human Pose EstimationPose Estimation

HAN: An Efficient Hierarchical Self-Attention Network for Skeleton-Based Gesture Recognition

2021-06-25 · Jianbo Liu, Ying Wang, Shiming Xiang, Chunhong Pan

Previous methods for skeleton-based gesture recognition mostly arrange the skeleton sequence into a pseudo picture or spatial-temporal graph and apply deep Convolutional Neural Network (CNN) or Graph Convolutional Networ…

Gesture Recognition

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

Centrality Graph Shift Operators for Graph Neural Networks

2024-11-07 · Yassine Abbahaddou, Fragkiskos D. Malliaros, Johannes F. Lutzeyer, Michalis Vazirgiannis

Graph Shift Operators (GSOs), such as the adjacency and graph Laplacian matrices, play a fundamental role in graph theory and graph representation learning. Traditional GSOs are typically constructed by normalizing the a…

Graph AttentionGraph Neural NetworkGraph Representation LearningRepresentation Learning