paper-with-me

Papers

Text-Guided Texturing by Synchronized Multi-View Diffusion

2023-11-21 · Yuxin Liu, Minshan Xie, Hanyuan Liu, Tien-Tsin Wong

This paper introduces a novel approach to synthesize texture to dress up a given 3D object, given a text prompt. Based on the pretrained text-to-image (T2I) diffusion model, existing methods usually employ a project-and-inpaint approach, in which a view of the given object is first generated and warped to another view for inpainting. But it tends to generate inconsistent texture due to the asynchronous diffusion of multiple views. We believe such asynchronous diffusion and insufficient information sharing among views are the root causes of the inconsistent artifact. In this paper, we propose a synchronized multi-view diffusion approach that allows the diffusion processes from different views to reach a consensus of the generated content early in the process, and hence ensures the texture consistency. To synchronize the diffusion, we share the denoised content among different views in each denoising step, specifically blending the latent content in the texture domain from views with overlap. Our method demonstrates superior performance in generating consistent, seamless, highly detailed textures, comparing to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2311.12891

Code (1)

LIU-Yuxin/SyncMVD 공식 구현 pytorch

Tasks

Texture Synthesis

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

MVPaint: Synchronized Multi-View Diffusion for Painting Anything 3D

2024-11-04 · CVPR 2025 1 · Wei Cheng, Juncheng Mu, Xianfang Zeng, Xin Chen 외

Texturing is a crucial step in the 3D asset production workflow, which enhances the visual appeal and diversity of 3D assets. Despite recent advancements in Text-to-Texture (T2T) generation, existing methods often yield …

3D InpaintingSuper-Resolution

TEXTure: Text-Guided Texturing of 3D Shapes

2023-02-03 · Elad Richardson, Gal Metzer, Yuval Alaluf, Raja Giryes 외

In this paper, we present TEXTure, a novel method for text-guided generation, editing, and transfer of textures for 3D shapes. Leveraging a pretrained depth-to-image diffusion model, TEXTure applies an iterative scheme t…

Image Generationtext-guided-generation

RoomPainter: View-Integrated Diffusion for Consistent Indoor Scene Texturing

2024-12-21 · CVPR 2025 1 · Zhipeng Huang, Wangbo Yu, Xinhua Cheng, ChengShu Zhao 외

Indoor scene texture synthesis has garnered significant interest due to its important potential applications in virtual reality, digital media and creative arts. Existing diffusion-model-based researches either rely on p…

Texture Synthesis

MD-ProjTex: Texturing 3D Shapes with Multi-Diffusion Projection

2025-04-03 · Ahmet Burak Yildirim, Mustafa Utku Aydogdu, Duygu Ceylan, Aysegul Dundar

We introduce MD-ProjTex, a method for fast and consistent text-guided texture generation for 3D shapes using pretrained text-to-image diffusion models. At the core of our approach is a multi-view consistency mechanism in…

DenoisingTexture Synthesis

MatAtlas: Text-driven Consistent Geometry Texturing and Material Assignment

2024-04-03 · Duygu Ceylan, Valentin Deschaintre, Thibault Groueix, Rosalie Martin 외

We present MatAtlas, a method for consistent text-guided 3D model texturing. Following recent progress we leverage a large scale text-to-image generation model (e.g., Stable Diffusion) as a prior to texture a 3D model. W…

Image GenerationRetrievalText to Image GenerationText-to-Image Generation