paper-with-me

Papers

3D Human Pose Estimation with Spatial and Temporal Transformers

2021-03-18 · ICCV 2021 10 · Ce Zheng, Sijie Zhu, Matias Mendieta, Taojiannan Yang, Chen Chen, Zhengming Ding

Transformer architectures have become the model of choice in natural language processing and are now being introduced into computer vision tasks such as image classification, object detection, and semantic segmentation. However, in the field of human pose estimation, convolutional architectures still remain dominant. In this work, we present PoseFormer, a purely transformer-based approach for 3D human pose estimation in videos without convolutional architectures involved. Inspired by recent developments in vision transformers, we design a spatial-temporal transformer structure to comprehensively model the human joint relations within each frame as well as the temporal correlations across frames, then output an accurate 3D human pose of the center frame. We quantitatively and qualitatively evaluate our method on two popular and standard benchmark datasets: Human3.6M and MPI-INF-3DHP. Extensive experiments show that PoseFormer achieves state-of-the-art performance on both datasets. Code is available at \url{https://github.com/zczcwh/PoseFormer}

📄 PDF Abstract BibTeX arXiv:2103.10455

Code (3)

zczcwh/PoseFormer 공식 구현 pytorch
thuxyz19/test pytorch
zczcwh/DL-HPE

Tasks

3D Human Pose Estimationimage-classificationImage ClassificationMonocular 3D Human Pose Estimationobject-detectionObject DetectionPose EstimationSemantic Segmentation

Similar Papers 제목 키워드 기반

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

2024-01-30 · Jianbin Jiao, Xina Cheng, WeiJie Chen, Xiaoting Yin 외

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, su…

3D Human Pose EstimationPose EstimationScene Understanding

HSTFormer: Hierarchical Spatial-Temporal Transformers for 3D Human Pose Estimation

2023-01-18 · Xiaoye Qian, YouBao Tang, Ning Zhang, Mei Han 외

Transformer-based approaches have been successfully proposed for 3D human pose estimation (HPE) from 2D pose sequence and achieved state-of-the-art (SOTA) performance. However, current SOTAs have difficulties in modeling…

3D Human Pose EstimationPose Estimation

StarPose: 3D Human Pose Estimation via Spatial-Temporal Autoregressive Diffusion

2025-08-04 · Haoxin Yang, Weihong Chen, Xuemiao Xu, Cheng Xu 외 arxiv

Monocular 3D human pose estimation remains a challenging task due to inherent depth ambiguities and occlusions. Compared to traditional methods based on Transformers or Convolutional Neural Networks (CNNs), recent diffus…

Monocular 3D Human Pose Estimation

PoseMamba: Monocular 3D Human Pose Estimation with Bidirectional Global-Local Spatio-Temporal State Space Model

2024-08-07 · Yunlong Huang, Junshuo Liu, Ke Xian, Robert Caiming Qiu

Transformers have significantly advanced the field of 3D human pose estimation (HPE). However, existing transformer-based methods primarily use self-attention mechanisms for spatio-temporal modeling, leading to a quadrat…

3D Human Pose EstimationLong-range modelingMambaMonocular 3D Human Pose Estimation+1

PSVT: End-to-End Multi-person 3D Pose and Shape Estimation with Progressive Video Transformers

2023-03-16 · CVPR 2023 1 · Zhongwei Qiu, Yang Qiansheng, Jian Wang, Haocheng Feng 외

Existing methods of multi-person video 3D human Pose and Shape Estimation (PSE) typically adopt a two-stage strategy, which first detects human instances in each frame and then performs single-person PSE with temporal mo…

3D human pose and shape estimation3D Human Pose EstimationDecoder