paper-with-me

Papers

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 the joints when used for skeleton representations or disregard the local temporal patterns of the local joint movements in skeleton sequence modeling, while GCN-based methods often neglect the need for pose-specific representations. To address these problems, we propose a new method that exploits the graph modeling capability of GCN to represent each skeleton with multiple graphs of different orders, incorporated with a newly introduced Graph Order Attention module that dynamically emphasizes the most representative orders for each joint. The resulting spatial features of the sequence are further processed using a proposed temporal Body Aware Transformer that models the global body feature dependencies in the sequence with awareness of the local inter-skeleton feature dependencies of joints. Given that our 3D pose output aligns with the central 2D pose in the sequence, we improve the self-attention mechanism to be aware of the central pose while diminishing its focus gradually towards the first and the last poses. Extensive experiments on Human3.6m, MPIINF-3DHP, and HumanEva-I datasets demonstrate the effectiveness of the proposed method. Code and models are made available on Github.

📄 PDF Abstract BibTeX arXiv:2505.01003

Code (1)

adjkamel/goa_bat 공식 구현 pytorch

Tasks

3D Human Pose EstimationPose Estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

STGFormer: Spatio-Temporal GraphFormer for 3D Human Pose Estimation in Video

2024-07-14 · Yang Liu, Zhiyong Zhang

The current methods of video-based 3D human pose estimation have achieved significant progress; however, they continue to confront the significant challenge of depth ambiguity. To address this limitation, this paper pres…

3D Human Pose EstimationPose Estimation

Conditional Directed Graph Convolution for 3D Human Pose Estimation

2021-07-16 · WenBo Hu, Changgong Zhang, Fangneng Zhan, Lei Zhang 외

Graph convolutional networks have significantly improved 3D human pose estimation by representing the human skeleton as an undirected graph. However, this representation fails to reflect the articulated characteristic of…

3D Human Pose EstimationPose Estimation

Spatial Shortcut Network for Human Pose Estimation

2019-04-05 · Te Qi, Bayram Bayramli, Usman Ali, Qinchuan Zhang 외

Like many computer vision problems, human pose estimation is a challenging problem in that recognizing a body part requires not only information from local area but also from areas with large spatial distance. In order t…

Pose Estimation

Learning Dynamical Human-Joint Affinity for 3D Pose Estimation in Videos

2021-09-15 · Junhao Zhang, Yali Wang, Zhipeng Zhou, Tianyu Luan 외

Graph Convolution Network (GCN) has been successfully used for 3D human pose estimation in videos. However, it is often built on the fixed human-joint affinity, according to human skeleton. This may reduce adaptation cap…

3D Human Pose Estimation3D Pose EstimationPose Estimation

A3GC-IP: Attention-Oriented Adjacency Adaptive Recurrent Graph Convolutions for Human Pose Estimation from Sparse Inertial Measurements

2021-07-23 · Patrik Puchert, Timo Ropinski

Conventional methods for human pose estimation either require a high degree of instrumentation, by relying on many inertial measurement units (IMUs), or constraint the recording space, by relying on extrinsic cameras. Th…

Data AugmentationGraph LearningPose Estimation