HuGDiffusion: Generalizable Single-Image Human Rendering via 3D Gaussian Diffusion
Yingzhi Tang, Qijian Zhang, Junhui Hou
TL;DR
HuGDiffusion tackles single-image novel-view synthesis of humans by learning a generalizable 3D Gaussian splatting (3DGS) representation through diffusion, conditioned on human priors extracted from the input image. It introduces a two-stage proxy ground-truth construction to produce attribute-level supervision and uses a position generator plus a conditional diffuser to predict Gaussian positions and attributes, respectively, with pixel-aligned and SMPL-semantic conditioning. The approach achieves state-of-the-art quantitative and perceptual results across multiple datasets and demonstrates strong generalization to in-the-wild images, while offering insights into the benefits of diffusion over regression for occluded regions. With its fast, view-consistent rendering and open-sourced implementation plan, HuGDiffusion has practical potential for real-time humanoid rendering in games, film, and AR/VR pipelines.
Abstract
We present HuGDiffusion, a generalizable 3D Gaussian splatting (3DGS) learning pipeline to achieve novel view synthesis (NVS) of human characters from single-view input images. Existing approaches typically require monocular videos or calibrated multi-view images as inputs, whose applicability could be weakened in real-world scenarios with arbitrary and/or unknown camera poses. In this paper, we aim to generate the set of 3DGS attributes via a diffusion-based framework conditioned on human priors extracted from a single image. Specifically, we begin with carefully integrated human-centric feature extraction procedures to deduce informative conditioning signals. Based on our empirical observations that jointly learning the whole 3DGS attributes is challenging to optimize, we design a multi-stage generation strategy to obtain different types of 3DGS attributes. To facilitate the training process, we investigate constructing proxy ground-truth 3D Gaussian attributes as high-quality attribute-level supervision signals. Through extensive experiments, our HuGDiffusion shows significant performance improvements over the state-of-the-art methods. Our code will be made publicly available.
