CVJun 18

One-Shot Novel View and Pose Human Image Synthesis via 3D Prior Guided Diffusion Model

arXiv:2606.197188.41 citationsHas Code
Predicted impact top 60% in CV · last 90 daysOriginality Incremental advance
AI Analysis

It addresses the problem of generating realistic human images from a single reference image under arbitrary poses and views, which is important for applications like virtual try-on and animation.

This paper tackles one-shot novel view and pose human image synthesis using a conditional denoising diffusion model guided by 3D human priors (normal map and color prompt), achieving significant improvements over previous methods in terms of quality and generalization across datasets.

This paper addresses the challenge of one-shot novel view and pose human image synthesis. The existing methods transfer the reference human image to a target pose using a set of 2D pose keypoints or synthesize human images based on generalizable human NeRF which uses human model priors to extract point-wise features. However, pose transfer based methods can not handle complex human pose using ambiguous 2D pose as the condition, while generalizable human NeRFs may be inaccurate to recover occluded/invisiable human parts without extracted reliable features. To solve these problems, we propose a novel approach for novel view and pose synthesis from a singe human image via conditional denoising diffusion model. Our diffusion model divides the novel view and pose synthesis problem into a sequence of conditional denoising steps. Specifically, to generate humans with complex and arbitrary poses, we introduce 3D human priors, i.e., 3D normal map and color prompt, as geometry and color conditions into the generation process. By transferring the reference human into the target human with a series of diffusion steps, our diffusion model enables high-quality synthesis including the occluded/invisible parts. Further, we propose a self-reconstruction based customized refinement to enhance fine details when tested on novel persons.Experimental results on different public datasets demonstrate that our approach significantly outperforms previous methods and also shows better generalization ability across datasets. The code will be made publicly available at https://github.com/Yankeegsj/3DPGDM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes