English

Uncertainty-Aware Testing-Time Optimization for 3D Human Pose Estimation

Computer Vision and Pattern Recognition 2025-07-29 v2 Artificial Intelligence Machine Learning

Abstract

Although data-driven methods have achieved success in 3D human pose estimation, they often suffer from domain gaps and exhibit limited generalization. In contrast, optimization-based methods excel in fine-tuning for specific cases but are generally inferior to data-driven methods in overall performance. We observe that previous optimization-based methods commonly rely on a projection constraint, which only ensures alignment in 2D space, potentially leading to the overfitting problem. To address this, we propose an Uncertainty-Aware testing-time Optimization (UAO) framework, which keeps the prior information of the pre-trained model and alleviates the overfitting problem using the uncertainty of joints. Specifically, during the training phase, we design an effective 2D-to-3D network for estimating the corresponding 3D pose while quantifying the uncertainty of each 3D joint. For optimization during testing, the proposed optimization framework freezes the pre-trained model and optimizes only a latent state. Projection loss is then employed to ensure the generated poses are well aligned in 2D space for high-quality optimization. Furthermore, we utilize the uncertainty of each joint to determine how much each joint is allowed for optimization. The effectiveness and superiority of the proposed framework are validated through extensive experiments on challenging datasets: Human3.6M, MPI-INF-3DHP, and 3DPW. Notably, our approach outperforms the previous best result by a large margin of 5.5\% on Human3.6M. Code is available at \href{https://github.com/xiu-cs/UAO-Pose3D}{https://github.com/xiu-cs/UAO-Pose3D}.

Keywords

Cite

@article{arxiv.2402.02339,
  title  = {Uncertainty-Aware Testing-Time Optimization for 3D Human Pose Estimation},
  author = {Ti Wang and Mengyuan Liu and Hong Liu and Bin Ren and Yingxuan You and Wenhao Li and Nicu Sebe and Xia Li},
  journal= {arXiv preprint arXiv:2402.02339},
  year   = {2025}
}

Comments

Accepted by IEEE Transactions on Multimedia. Open sourced

R2 v1 2026-06-28T14:37:30.856Z