paper-with-me

Papers

TexPainter: Generative Mesh Texturing with Multi-view Consistency

2024-05-17 · HongKun Zhang, Zherong Pan, Congyi Zhang, Lifeng Zhu, Xifeng Gao

The recent success of pre-trained diffusion models unlocks the possibility of the automatic generation of textures for arbitrary 3D meshes in the wild. However, these models are trained in the screen space, while converting them to a multi-view consistent texture image poses a major obstacle to the output quality. In this paper, we propose a novel method to enforce multi-view consistency. Our method is based on the observation that latent space in a pre-trained diffusion model is noised separately for each camera view, making it difficult to achieve multi-view consistency by directly manipulating the latent codes. Based on the celebrated Denoising Diffusion Implicit Models (DDIM) scheme, we propose to use an optimization-based color-fusion to enforce consistency and indirectly modify the latent codes by gradient back-propagation. Our method further relaxes the sequential dependency assumption among the camera views. By evaluating on a series of general 3D models, we find our simple approach improves consistency and overall quality of the generated textures as compared to competing state-of-the-arts. Our implementation is available at: https://github.com/Quantuman134/TexPainter

📄 PDF Abstract BibTeX arXiv:2406.18539

Code (1)

quantuman134/texpainter 공식 구현 pytorch

Tasks

Denoising

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 제목 키워드 기반

Advances in Neural 3D Mesh Texturing: A Survey

2026-05-28 · Sai Raj Kishore Perla, Hao Zhang, Ali Mahdavi-Amiri arxiv

Texturing 3D meshes plays a vital role in determining the visual realism of digital objects and scenes. Although recent generative 3D approaches based on Neural Radiance Fields and Gaussian Splatting can produce textured…

DANTE-W: Diffuse Albedo Neural Texturing in the Wild

2026-06-26 · Guangyu Wang, Tianheng Lu, Ruqi Huang, Lu Fang arxiv

Classical mesh texturing techniques blend captured multi-view images directly, which inevitably suffer from baked-in shading and casted shadows that compromise visual fidelity during relighting. To circumvent this issue,…

3D Reconstruction

Tex4D: Zero-shot 4D Scene Texturing with Video Diffusion Models

2024-10-14 · Jingzhi Bao, Xueting Li, Ming-Hsuan Yang

3D meshes are widely used in computer vision and graphics for their efficiency in animation and minimal memory use, playing a crucial role in movies, games, AR, and VR. However, creating temporally consistent and realist…

3D geometryDenoisingTexture SynthesisVideo Generation

GOATex: Geometry & Occlusion-Aware Texturing

2025-11-28 · Hyunjin Kim, Kunho Kim, Adam Lee, Wonkwang Lee arxiv

We present GOATex, a diffusion-based method for 3D mesh texturing that generates high-quality textures for both exterior and interior surfaces. While existing methods perform well on visible regions, they inherently lack…

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