ViewDiff: 3D-Consistent Image Generation with Text-to-Image Models
Lukas Höllein, Aljaž Božič, Norman Müller, David Novotny, Hung-Yu Tseng, Christian Richardt, Michael Zollhöfer, Matthias Nießner
TL;DR
ViewDiff introduces a 3D-consistent image generation framework that repurposes pretrained 2D text-to-image diffusion models as a 3D-aware prior. It augments the U-Net with a cross-frame-attention layer and a projection layer to encode 3D structure, enabling joint denoising across multiple views and NeRF-like rendering within a single forward pass. An autoregressive scheme allows rendering additional views from novel viewpoints, yielding 3D-consistent outputs with authentic backgrounds, while training on real multi-view datasets. The approach achieves photorealistic, diverse results with strong improvements in FID and KID compared to baselines, and demonstrates clear potential for real-world object rendering and downstream 3D reconstruction tasks.
Abstract
3D asset generation is getting massive amounts of attention, inspired by the recent success of text-guided 2D content creation. Existing text-to-3D methods use pretrained text-to-image diffusion models in an optimization problem or fine-tune them on synthetic data, which often results in non-photorealistic 3D objects without backgrounds. In this paper, we present a method that leverages pretrained text-to-image models as a prior, and learn to generate multi-view images in a single denoising process from real-world data. Concretely, we propose to integrate 3D volume-rendering and cross-frame-attention layers into each block of the existing U-Net network of the text-to-image model. Moreover, we design an autoregressive generation that renders more 3D-consistent images at any viewpoint. We train our model on real-world datasets of objects and showcase its capabilities to generate instances with a variety of high-quality shapes and textures in authentic surroundings. Compared to the existing methods, the results generated by our method are consistent, and have favorable visual quality (-30% FID, -37% KID).
