paper-with-me

Papers

Temporal Decoupling Graph Convolutional Network for Skeleton-based Gesture Recognition

2023-05-01 · IEEE Transactions on Multimedia 2023 5 · Jinfu Liu, Xinshun Wang, Can Wang, Yuan Gao, Mengyuan Liu

Skeleton-based gesture recognition methods have achieved high success using Graph Convolutional Network (GCN), which commonly uses an adjacency matrix to model the spatial topology of skeletons. However, previous methods use the same adjacency matrix for skeletons from different frames, which limits the flexibility of GCN to model temporal information. To solve this problem, we propose a Temporal Decoupling Graph Convolutional Network (TD-GCN), which applies different adjacency matrices for skeletons from different frames. The main steps of each convolution layer in our proposed TD-GCN are as follows. To extract deep spatiotemporal information from skeleton joints, we first extract high-level spatiotemporal features from skeleton data. Then, channel-dependent and temporal-dependent adjacency matrices corresponding to different channels and frames are calculated to capture the spatiotemporal dependencies between skeleton joints. Finally, to fuse topology information from neighbor skeleton joints, spatiotemporal features of skeleton joints are fused based on channel-dependent and temporal-dependent adjacency matrices. To the best of our knowledge, we are the first to use temporal-dependent adjacency matrices for temporal-sensitive topology learning from skeleton joints. The proposed TD-GCN effectively improves the modeling ability of GCN and achieves state-of-the-art results on gesture datasets including SHREC'17 Track and DHG-14/28. Our code is available at: https://github.com/liujf69/TD-GCN-Gesture .

📄 PDF Abstract BibTeX

Code (1)

liujf69/TD-GCN-Gesture pytorch

Tasks

Gesture RecognitionHand Gesture RecognitionSkeleton Based Action Recognition

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…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

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

Skeleton-Based Intake Gesture Detection With Spatial-Temporal Graph Convolutional Networks

2025-04-14 · Chunzhuo Wang, Zhewen Xue, T. Sunil Kumar, Guido Camps 외

Overweight and obesity have emerged as widespread societal challenges, frequently linked to unhealthy eating patterns. A promising approach to enhance dietary monitoring in everyday life involves automated detection of f…

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

Part-based Graph Convolutional Network for Action Recognition

2018-09-13 · Kalpit Thakkar, P. J. Narayanan

Human actions comprise of joint motion of articulated body parts or `gestures'. Human skeleton is intuitively represented as a sparse graph with joints as nodes and natural connections between them as edges. Graph convol…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

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