SOTAVerified

Probabilistic Monocular 3D Human Pose Estimation with Normalizing Flows

2021-07-29ICCV 2021Code Available1· sign in to hype

Tom Wehrbein, Marco Rudolph, Bodo Rosenhahn, Bastian Wandt

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

3D human pose estimation from monocular images is a highly ill-posed problem due to depth ambiguities and occlusions. Nonetheless, most existing works ignore these ambiguities and only estimate a single solution. In contrast, we generate a diverse set of hypotheses that represents the full posterior distribution of feasible 3D poses. To this end, we propose a normalizing flow based method that exploits the deterministic 3D-to-2D mapping to solve the ambiguous inverse 2D-to-3D problem. Additionally, uncertain detections and occlusions are effectively modeled by incorporating uncertainty information of the 2D detector as condition. Further keys to success are a learned 3D pose prior and a generalization of the best-of-M loss. We evaluate our approach on the two benchmark datasets Human3.6M and MPI-INF-3DHP, outperforming all comparable methods in most metrics. The implementation is available on GitHub.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Human3.6MProbabilistic Monocular (T=200)Average MPJPE (mm)44.3Unverified
Human3.6MProbabilistic Monocular (T=1)Average MPJPE (mm)61.8Unverified
MPI-INF-3DHPProbabilistic MonocularPCK84.3Unverified

Reproductions