CVLGOct 20, 2023

TexFusion: Synthesizing 3D Textures with Text-Guided Image Diffusion Models

arXiv:2310.13772v1107 citationsh-index: 29
Originality Highly original
AI Analysis

This addresses the need for efficient and controlled texture synthesis in 3D assets for applications like virtual reality and game design, representing a novel method rather than an incremental improvement.

The paper tackles the problem of synthesizing textures for 3D geometries by introducing TexFusion, a method that uses text-guided image diffusion models to generate diverse, high-quality, and globally coherent textures without relying on ground truth 3D data, achieving state-of-the-art performance.

We present TexFusion (Texture Diffusion), a new method to synthesize textures for given 3D geometries, using large-scale text-guided image diffusion models. In contrast to recent works that leverage 2D text-to-image diffusion models to distill 3D objects using a slow and fragile optimization process, TexFusion introduces a new 3D-consistent generation technique specifically designed for texture synthesis that employs regular diffusion model sampling on different 2D rendered views. Specifically, we leverage latent diffusion models, apply the diffusion model's denoiser on a set of 2D renders of the 3D object, and aggregate the different denoising predictions on a shared latent texture map. Final output RGB textures are produced by optimizing an intermediate neural color field on the decodings of 2D renders of the latent texture. We thoroughly validate TexFusion and show that we can efficiently generate diverse, high quality and globally coherent textures. We achieve state-of-the-art text-guided texture synthesis performance using only image diffusion models, while avoiding the pitfalls of previous distillation-based methods. The text-conditioning offers detailed control and we also do not rely on any ground truth 3D textures for training. This makes our method versatile and applicable to a broad range of geometry and texture types. We hope that TexFusion will advance AI-based texturing of 3D assets for applications in virtual reality, game design, simulation, and more.

Foundations

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

Your Notes