ManiPose: Manifold-Constrained Multi-Hypothesis 3D Human Pose Estimation
Cédric Rommel, Victor Letzelter, Nermin Samet, Renaud Marlet, Matthieu Cord, Patrick Pérez, Eduardo Valle
TL;DR
ManiPose tackles depth ambiguity in monocular 3D human pose estimation by combining multi-hypothesis lifting with a pose manifold constraint, producing multiple plausible 3D poses per 2D input while ensuring the poses lie on a consistent, rigid-skeleton manifold. It employs two disentangled modules for segment lengths and joint rotations, uses 6D rotation representations, and decodes via forward kinematics, all within a winner-takes-all plus score-based multi-choice learning framework. The work provides formal arguments showing that single-hypothesis regression cannot simultaneously minimize MPJPE and guarantee pose consistency, and demonstrates that a small number of hypotheses on the pose manifold achieves superior pose consistency with competitive MPJPE on Human3.6M and MPI-INF-3DHP. Empirically, ManiPose outperforms state-of-the-art methods in pose consistency by a large margin while remaining highly competitive on conventional accuracy metrics, suggesting substantial practical gains for stable, plausible 3D pose reconstructions in real-world video. The combination of theoretical insights, ablations, and strong cross-dataset results highlights the importance of modeling depth ambiguity with manifold-constrained multi-hypothesis predictions in 3D human pose estimation.
Abstract
We propose ManiPose, a manifold-constrained multi-hypothesis model for human-pose 2D-to-3D lifting. We provide theoretical and empirical evidence that, due to the depth ambiguity inherent to monocular 3D human pose estimation, traditional regression models suffer from pose-topology consistency issues, which standard evaluation metrics (MPJPE, P-MPJPE and PCK) fail to assess. ManiPose addresses depth ambiguity by proposing multiple candidate 3D poses for each 2D input, each with its estimated plausibility. Unlike previous multi-hypothesis approaches, ManiPose forgoes generative models, greatly facilitating its training and usage. By constraining the outputs to lie on the human pose manifold, ManiPose guarantees the consistency of all hypothetical poses, in contrast to previous works. We showcase the performance of ManiPose on real-world datasets, where it outperforms state-of-the-art models in pose consistency by a large margin while being very competitive on the MPJPE metric.
