🤖 AI Summary
Single-image human mesh recovery (HMR) suffers from two key challenges: depth ambiguity and occlusion-induced misalignment between 2D observations and 3D geometry, as well as poor robustness on in-the-wild images. To address these without requiring 3D ground-truth annotations, this work proposes the first preference-optimized diffusion-based alignment framework for HMR. Our method comprises three core components: (1) a lightweight HMR-Scorer network to generate high-quality preference data; (2) the first application of Direct Preference Optimization (DPO) to HMR, enabling zero-supervision fine-tuning and confidence-driven data cleaning; and (3) preference-guided diffusion generation, which significantly improves geometric consistency and cross-dataset generalization. Extensive experiments demonstrate state-of-the-art performance across multiple in-the-wild benchmarks. Notably, our approach enhances existing HMR models effectively with only a small number of samples, offering a scalable and annotation-free paradigm for robust 3D human pose and shape estimation.
📝 Abstract
Human mesh recovery (HMR) from a single image is inherently ill-posed due to depth ambiguity and occlusions. Probabilistic methods have tried to solve this by generating numerous plausible 3D human mesh predictions, but they often exhibit misalignment with 2D image observations and weak robustness to in-the-wild images. To address these issues, we propose ADHMR, a framework that Aligns a Diffusion-based HMR model in a preference optimization manner. First, we train a human mesh prediction assessment model, HMR-Scorer, capable of evaluating predictions even for in-the-wild images without 3D annotations. We then use HMR-Scorer to create a preference dataset, where each input image has a pair of winner and loser mesh predictions. This dataset is used to finetune the base model using direct preference optimization. Moreover, HMR-Scorer also helps improve existing HMR models by data cleaning, even with fewer training samples. Extensive experiments show that ADHMR outperforms current state-of-the-art methods. Code is available at: https://github.com/shenwenhao01/ADHMR.