TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/TokenHMR: Advancing Human Mesh Recovery with a Tokenized P...

TokenHMR: Advancing Human Mesh Recovery with a Tokenized Pose Representation

Sai Kumar Dwivedi, Yu Sun, Priyanka Patel, Yao Feng, Michael J. Black

2024-04-25CVPR 2024 13D Human Pose EstimationHuman Mesh Recovery
PaperPDFCode(official)

Abstract

We address the problem of regressing 3D human pose and shape from a single image, with a focus on 3D accuracy. The current best methods leverage large datasets of 3D pseudo-ground-truth (p-GT) and 2D keypoints, leading to robust performance. With such methods, we observe a paradoxical decline in 3D pose accuracy with increasing 2D accuracy. This is caused by biases in the p-GT and the use of an approximate camera projection model. We quantify the error induced by current camera models and show that fitting 2D keypoints and p-GT accurately causes incorrect 3D poses. Our analysis defines the invalid distances within which minimizing 2D and p-GT losses is detrimental. We use this to formulate a new loss Threshold-Adaptive Loss Scaling (TALS) that penalizes gross 2D and p-GT losses but not smaller ones. With such a loss, there are many 3D poses that could equally explain the 2D evidence. To reduce this ambiguity we need a prior over valid human poses but such priors can introduce unwanted bias. To address this, we exploit a tokenized representation of human pose and reformulate the problem as token prediction. This restricts the estimated poses to the space of valid poses, effectively providing a uniform prior. Extensive experiments on the EMDB and 3DPW datasets show that our reformulated keypoint loss and tokenization allows us to train on in-the-wild data while improving 3D accuracy over the state-of-the-art. Our models and code are available for research at https://tokenhmr.is.tue.mpg.de.

Results

TaskDatasetMetricValueModel
3D Human Pose Estimation3DPWMPJPE71TokenHMR (SD + ITW + BL)
3D Human Pose Estimation3DPWMPVPE84.6TokenHMR (SD + ITW + BL)
3D Human Pose Estimation3DPWPA-MPJPE44.3TokenHMR (SD + ITW + BL)
Pose Estimation3DPWMPJPE71TokenHMR (SD + ITW + BL)
Pose Estimation3DPWMPVPE84.6TokenHMR (SD + ITW + BL)
Pose Estimation3DPWPA-MPJPE44.3TokenHMR (SD + ITW + BL)
3D3DPWMPJPE71TokenHMR (SD + ITW + BL)
3D3DPWMPVPE84.6TokenHMR (SD + ITW + BL)
3D3DPWPA-MPJPE44.3TokenHMR (SD + ITW + BL)
1 Image, 2*2 Stitchi3DPWMPJPE71TokenHMR (SD + ITW + BL)
1 Image, 2*2 Stitchi3DPWMPVPE84.6TokenHMR (SD + ITW + BL)
1 Image, 2*2 Stitchi3DPWPA-MPJPE44.3TokenHMR (SD + ITW + BL)

Related Papers

Systematic Comparison of Projection Methods for Monocular 3D Human Pose Estimation on Fisheye Images2025-06-24ExtPose: Robust and Coherent Pose Estimation by Extending ViTs2025-06-18PoseGRAF: Geometric-Reinforced Adaptive Fusion for Monocular 3D Human Pose Estimation2025-06-17MetricHMR: Metric Human Mesh Recovery from Monocular Images2025-06-11Learning Pyramid-structured Long-range Dependencies for 3D Human Pose Estimation2025-06-03UPTor: Unified 3D Human Pose Dynamics and Trajectory Prediction for Human-Robot Interaction2025-05-20PoseBench3D: A Cross-Dataset Analysis Framework for 3D Human Pose Estimation2025-05-16ADHMR: Aligning Diffusion-based Human Mesh Recovery via Direct Preference Optimization2025-05-15