Probablistic Restoration with Adaptive Noise Sampling for 3D Human Pose Estimation
Xianzhou Zeng, Hao Qin, Ming Kong, Luyuan Chen, Qiang Zhu
TL;DR
This work tackles the ill-posed nature of 2D-to-3D pose lifting and the sensitivity to 2D detection errors in 3D HPE by introducing PRPose, a framework that converts lightweight SH-HPE models into multi-hypothesis estimators. PRPose comprises two modules: a SH-HPE backbone and a Weakly Supervised Adaptive Noise Learning (WS-ANL) module that learns per-joint adaptive noise to generate multiple plausible 2D inputs, which are then mapped to multiple 3D poses via the SH-HPE model. By using weak supervision from pseudo-labels based on SH-HPE errors, the method estimates adaptive variances per joint and samples S augmented 2D poses, achieving diverse, realistic hypotheses with substantially higher efficiency than generative MH-HPE approaches. Experiments on Human3.6M and MPI-INF-3DHP demonstrate competitive accuracy with major speedups (over 100× in some configurations) and good generalization to new scenes, highlighting the practical impact of extending lightweight SH-HPE models to the MH-HPE setting. The approach offers a flexible pathway to scalable, real-time multi-hypothesis 3D pose estimation across diverse environments.
Abstract
The accuracy and robustness of 3D human pose estimation (HPE) are limited by 2D pose detection errors and 2D to 3D ill-posed challenges, which have drawn great attention to Multi-Hypothesis HPE research. Most existing MH-HPE methods are based on generative models, which are computationally expensive and difficult to train. In this study, we propose a Probabilistic Restoration 3D Human Pose Estimation framework (PRPose) that can be integrated with any lightweight single-hypothesis model. Specifically, PRPose employs a weakly supervised approach to fit the hidden probability distribution of the 2D-to-3D lifting process in the Single-Hypothesis HPE model and then reverse-map the distribution to the 2D pose input through an adaptive noise sampling strategy to generate reasonable multi-hypothesis samples effectively. Extensive experiments on 3D HPE benchmarks (Human3.6M and MPI-INF-3DHP) highlight the effectiveness and efficiency of PRPose. Code is available at: https://github.com/xzhouzeng/PRPose.
