RenderDiffusion: Image Diffusion for 3D Reconstruction, Inpainting and Generation
Titas Anciukevičius, Zexiang Xu, Matthew Fisher, Paul Henderson, Hakan Bilen, Niloy J. Mitra, Paul Guerrero
TL;DR
RenderDiffusion introduces the first diffusion model capable of 3D content generation and inference trained solely on monocular 2D data. It achieves this by embedding a latent 3D triplane representation inside the denoiser and rendering via a volumetric NeRF-like pipeline, enforcing 3D consistency from a single view. A score-distillation regularizer and the ability to perform monocular 3D reconstruction, 3D-aware inpainting, and unconditional generation are demonstrated on ShapeNet, FFHQ, AFHQ, and CLEVR variants, with competitive results against specialized 3D methods. This approach enables view-consistent 3D generation directly from 2D supervision and supports 2D editing workflows for 3D scenes, representing a practical bridge between 2D diffusion models and 3D content creation.
Abstract
Diffusion models currently achieve state-of-the-art performance for both conditional and unconditional image generation. However, so far, image diffusion models do not support tasks required for 3D understanding, such as view-consistent 3D generation or single-view object reconstruction. In this paper, we present RenderDiffusion, the first diffusion model for 3D generation and inference, trained using only monocular 2D supervision. Central to our method is a novel image denoising architecture that generates and renders an intermediate three-dimensional representation of a scene in each denoising step. This enforces a strong inductive structure within the diffusion process, providing a 3D consistent representation while only requiring 2D supervision. The resulting 3D representation can be rendered from any view. We evaluate RenderDiffusion on FFHQ, AFHQ, ShapeNet and CLEVR datasets, showing competitive performance for generation of 3D scenes and inference of 3D scenes from 2D images. Additionally, our diffusion-based approach allows us to use 2D inpainting to edit 3D scenes.
