Multi-hop graph transformer network for 3D human pose estimation
Zaedul Islam, A. Ben Hamza
TL;DR
This paper tackles 2D-to-3D pose estimation in videos under occlusion and depth ambiguity by introducing MGT-Net, a spatio-temporal model that fuses graph attention with multi-hop graph convolutions and dilated convolutions. The architecture comprises skeleton embedding, a graph attention block with a learnable adjacency, and a multi-hop GCN block that disentanbles neighborhoods to capture long-range dependencies efficiently. Through extensive experiments on Human3.6M and MPI-INF-3DHP, MGT-Net achieves competitive MPJPE and PA-MPJPE while maintaining a small parameter footprint, and demonstrates strong generalization across datasets. The work shows meaningful improvements over several baselines and highlights the value of integrating graph-structured processing with transformer-style attention for robust 3D pose estimation.
Abstract
Accurate 3D human pose estimation is a challenging task due to occlusion and depth ambiguity. In this paper, we introduce a multi-hop graph transformer network designed for 2D-to-3D human pose estimation in videos by leveraging the strengths of multi-head self-attention and multi-hop graph convolutional networks with disentangled neighborhoods to capture spatio-temporal dependencies and handle long-range interactions. The proposed network architecture consists of a graph attention block composed of stacked layers of multi-head self-attention and graph convolution with learnable adjacency matrix, and a multi-hop graph convolutional block comprised of multi-hop convolutional and dilated convolutional layers. The combination of multi-head self-attention and multi-hop graph convolutional layers enables the model to capture both local and global dependencies, while the integration of dilated convolutional layers enhances the model's ability to handle spatial details required for accurate localization of the human body joints. Extensive experiments demonstrate the effectiveness and generalization ability of our model, achieving competitive performance on benchmark datasets.
