paper-with-me

홈 › Papers

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

2024-02-04 · Ti Wang, Mengyuan Liu, Hong Liu, Bin Ren, Yingxuan You, Wenhao Li, Nicu Sebe, Xia Li

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 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 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 two challenging datasets: Human3.6M and MPI-INF-3DHP. Notably, our approach outperforms the previous best result by a large margin of 4.5% on Human3.6M. Our source code will be open-sourced.

📄 PDF Abstract BibTeX arXiv:2402.02339

Code (0)

등록된 구현이 없습니다.

Tasks

3D Human Pose EstimationPose Estimation

Similar Papers 제목 키워드 기반

Uncertainty Awareness on Unsupervised Domain Adaptation for Time Series Data

2025-08-26 · Weide Liu, Xiaoyang Zhong, Lu Wang, Jingwen Hou 외 arxiv

Unsupervised domain adaptation methods seek to generalize effectively on unlabeled test data, especially when encountering the common challenge in time series data that distribution shifts occur between training and test…

Unsupervised Domain Adaptation

Meta-Learned Adaptive Optimization for Robust Human Mesh Recovery with Uncertainty-Aware Parameter Updates

2026-03-27 · Shaurjya Mandal, Nutan Sharma, John Galeotti arxiv

Human mesh recovery from single images remains challenging due to inherent depth ambiguity and limited generalization across domains. While recent methods combine regression and optimization approaches, they struggle wit…

Human Mesh RecoveryDomain Adaptation

Uncertainty-aware Human Motion Prediction

2021-07-08 · Pengxiang Ding, Jianqin Yin

Human motion prediction is essential for tasks such as human motion analysis and human-robot interactions. Most existing approaches have been proposed to realize motion prediction. However, they ignore an important task,…

Human motion predictionmotion predictionPrediction

Aligning LLM Uncertainty with Human Disagreement in Subjectivity Analysis

2026-05-11 · Junyu Lu, Deyi Ji, Xuanyi Liu, Lanyun Zhu 외 arxiv

Large language models for subjectivity analysis are typically trained with aggregated labels, which compress variations in human judgment into a single supervision signal. This paradigm overlooks the intrinsic uncertaint…

Subjectivity Analysis

NADS: Neural Architecture Distribution Search for Uncertainty Awareness

2020-06-11 · ICML 2020 1 · Randy Ardywibowo, Shahin Boluki, Xinyu Gong, Zhangyang Wang 외

Machine learning (ML) systems often encounter Out-of-Distribution (OoD) errors when dealing with testing data coming from a distribution different from training data. It becomes important for ML systems in critical appli…

Out of Distribution (OOD) Detection