English

Towards Precise 3D Human Pose Estimation with Multi-Perspective Spatial-Temporal Relational Transformers

Computer Vision and Pattern Recognition 2024-03-26 v2 Robotics Image and Video Processing

Abstract

3D human pose estimation captures the human joint points in three-dimensional space while keeping the depth information and physical structure. That is essential for applications that require precise pose information, such as human-computer interaction, scene understanding, and rehabilitation training. Due to the challenges in data collection, mainstream datasets of 3D human pose estimation are primarily composed of multi-view video data collected in laboratory environments, which contains rich spatial-temporal correlation information besides the image frame content. Given the remarkable self-attention mechanism of transformers, capable of capturing the spatial-temporal correlation from multi-view video datasets, we propose a multi-stage framework for 3D sequence-to-sequence (seq2seq) human pose detection. Firstly, the spatial module represents the human pose feature by intra-image content, while the frame-image relation module extracts temporal relationships and 3D spatial positional relationship features between the multi-perspective images. Secondly, the self-attention mechanism is adopted to eliminate the interference from non-human body parts and reduce computing resources. Our method is evaluated on Human3.6M, a popular 3D human pose detection dataset. Experimental results demonstrate that our approach achieves state-of-the-art performance on this dataset. The source code will be available at https://github.com/WUJINHUAN/3D-human-pose.

Keywords

Cite

@article{arxiv.2401.16700,
  title  = {Towards Precise 3D Human Pose Estimation with Multi-Perspective Spatial-Temporal Relational Transformers},
  author = {Jianbin Jiao and Xina Cheng and Weijie Chen and Xiaoting Yin and Hao Shi and Kailun Yang},
  journal= {arXiv preprint arXiv:2401.16700},
  year   = {2024}
}

Comments

Accepted to IJCNN 2024. The source code will be available at https://github.com/WUJINHUAN/3D-human-pose

R2 v1 2026-06-28T14:31:07.071Z