paper-with-me

홈 › Papers

Generative Approach for Probabilistic Human Mesh Recovery using Diffusion Models

2023-08-05 · Hanbyel Cho, Junmo Kim

This work focuses on the problem of reconstructing a 3D human body mesh from a given 2D image. Despite the inherent ambiguity of the task of human mesh recovery, most existing works have adopted a method of regressing a single output. In contrast, we propose a generative approach framework, called "Diffusion-based Human Mesh Recovery (Diff-HMR)" that takes advantage of the denoising diffusion process to account for multiple plausible outcomes. During the training phase, the SMPL parameters are diffused from ground-truth parameters to random distribution, and Diff-HMR learns the reverse process of this diffusion. In the inference phase, the model progressively refines the given random SMPL parameters into the corresponding parameters that align with the input image. Diff-HMR, being a generative approach, is capable of generating diverse results for the same input image as the input noise varies. We conduct validation experiments, and the results demonstrate that the proposed framework effectively models the inherent ambiguity of the task of human mesh recovery in a probabilistic manner. The code is available at https://github.com/hanbyel0105/Diff-HMR

📄 PDF Abstract BibTeX arXiv:2308.02963

Code (1)

hanbyel0105/diff-hmr 공식 구현 pytorch

Tasks

DenoisingHuman Mesh Recovery

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Diffusion-HPC: Synthetic Data Generation for Human Mesh Recovery in Challenging Domains

2023-03-16 · Zhenzhen Weng, Laura Bravo-Sánchez, Serena Yeung-Levy

Recent text-to-image generative models have exhibited remarkable abilities in generating high-fidelity and photo-realistic images. However, despite the visually impressive results, these models often struggle to preserve…

Human Mesh RecoverySynthetic Data Generation

Distribution-Aligned Diffusion for Human Mesh Recovery

2023-08-25 · ICCV 2023 1 · Lin Geng Foo, Jia Gong, Hossein Rahmani, Jun Liu

Recovering a 3D human mesh from a single RGB image is a challenging task due to depth ambiguity and self-occlusion, resulting in a high degree of uncertainty. Meanwhile, diffusion models have recently seen much success i…

DenoisingHuman Mesh Recovery

ADHMR: Aligning Diffusion-based Human Mesh Recovery via Direct Preference Optimization

2025-05-15 · Wenhao Shen, Wanqi Yin, Xiaofeng Yang, Cheng Chen 외

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 …

Human Mesh Recovery

Discriminative-Generative Synergy for Occlusion Robust 3D Human Mesh Recovery

2026-04-20 · Yang Liu, Zhiyong Zhang arxiv

3D human mesh recovery from monocular RGB images aims to estimate anatomically plausible 3D human models for downstream applications, but remains challenging under partial or severe occlusions. Regression-based methods a…

Human Mesh Recovery

DiffMesh: A Motion-aware Diffusion Framework for Human Mesh Recovery from Videos

2023-03-23 · Ce Zheng, Xianpeng Liu, Qucheng Peng, Tianfu Wu 외

Human mesh recovery (HMR) provides rich human body information for various real-world applications. While image-based HMR methods have achieved impressive results, they often struggle to recover humans in dynamic scenari…

3D Human Pose EstimationHuman Mesh Recovery