Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning to Reconstruct 3D Human Pose and Shape via Model-fitting in the Loop

About

Model-based human pose estimation is currently approached through two different paradigms. Optimization-based methods fit a parametric body model to 2D observations in an iterative manner, leading to accurate image-model alignments, but are often slow and sensitive to the initialization. In contrast, regression-based methods, that use a deep network to directly estimate the model parameters from pixels, tend to provide reasonable, but not pixel accurate, results while requiring huge amounts of supervision. In this work, instead of investigating which approach is better, our key insight is that the two paradigms can form a strong collaboration. A reasonable, directly regressed estimate from the network can initialize the iterative optimization making the fitting faster and more accurate. Similarly, a pixel accurate fit from iterative optimization can act as strong supervision for the network. This is the core of our proposed approach SPIN (SMPL oPtimization IN the loop). The deep network initializes an iterative optimization routine that fits the body model to 2D joints within the training loop, and the fitted estimate is subsequently used to supervise the network. Our approach is self-improving by nature, since better network estimates can lead the optimization to better solutions, while more accurate optimization fits provide better supervision for the network. We demonstrate the effectiveness of our approach in different settings, where 3D ground truth is scarce, or not available, and we consistently outperform the state-of-the-art model-based pose estimation approaches by significant margins. The project website with videos, results, and code can be found at https://seas.upenn.edu/~nkolot/projects/spin.

Nikos Kolotouros, Georgios Pavlakos, Michael J. Black, Kostas Daniilidis• 2019

Related benchmarks

TaskDatasetResultRank
3D Human Pose EstimationMPI-INF-3DHP (test)
PCK92.5
559
3D Human Pose EstimationHuman3.6M (test)--
547
3D Human Pose Estimation3DPW (test)
PA-MPJPE46
505
Pose EstimationCOCO (val)
AP13
319
3D Human Pose EstimationHuman3.6M (Protocol 2)--
315
3D Human Mesh Recovery3DPW (test)
PA-MPJPE56.2
264
3D Human Pose EstimationHuman3.6M Protocol 1 (test)--
183
3D Human Pose EstimationHuman3.6M (subjects 9 and 11)--
180
3D Human Pose EstimationHuman3.6M--
160
3D Human Pose and Shape Estimation3DPW (test)
MPJPE-PA59
158
Showing 10 of 149 rows
...

Other info

Code

Follow for update