paper-with-me

홈 › Papers

TexTailor: Customized Text-aligned Texturing via Effective Resampling

2025-06-12 · SuIn Lee, Dae-shik Kim

We present TexTailor, a novel method for generating consistent object textures from textual descriptions. Existing text-to-texture synthesis approaches utilize depth-aware diffusion models to progressively generate images and synthesize textures across predefined multiple viewpoints. However, these approaches lead to a gradual shift in texture properties across viewpoints due to (1) insufficient integration of previously synthesized textures at each viewpoint during the diffusion process and (2) the autoregressive nature of the texture synthesis process. Moreover, the predefined selection of camera positions, which does not account for the object's geometry, limits the effective use of texture information synthesized from different viewpoints, ultimately degrading overall texture consistency. In TexTailor, we address these issues by (1) applying a resampling scheme that repeatedly integrates information from previously synthesized textures within the diffusion process, and (2) fine-tuning a depth-aware diffusion model on these resampled textures. During this process, we observed that using only a few training images restricts the model's original ability to generate high-fidelity images aligned with the conditioning, and therefore propose an performance preservation loss to mitigate this issue. Additionally, we improve the synthesis of view-consistent textures by adaptively adjusting camera positions based on the object's geometry. Experiments on a subset of the Objaverse dataset and the ShapeNet car dataset demonstrate that TexTailor outperforms state-of-the-art methods in synthesizing view-consistent textures. The source code for TexTailor is available at https://github.com/Adios42/Textailor

📄 PDF Abstract BibTeX arXiv:2506.10612

Code (1)

adios42/textailor 공식 구현 jax

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

PARTE: Part-Guided Texturing for 3D Human Reconstruction from a Single Image

2025-07-23 · Hyeongjin Nam, Donghwan Kim, Gyeongsik Moon, Kyoung Mu Lee arxiv

The misaligned human texture across different human parts is one of the main limitations of existing 3D human reconstruction methods. Each human part, such as a jacket or pants, should maintain a distinct texture without…

3D Human Reconstruction3D Part SegmentationImage Generation

RoomRecon: High-Quality Textured Room Layout Reconstruction on Mobile Devices

2026-04-21 · Seok Joon Kim, Dinh Duc Cao, Federica Spinola, Se Jin Lee 외 arxiv

Widespread RGB-Depth (RGB-D) sensors and advanced 3D reconstruction technologies facilitate the capture of indoor spaces, improving the fields of augmented reality (AR), virtual reality (VR), and extended reality (XR). N…

Scene Understanding3D Reconstruction

PaintHuman: Towards High-fidelity Text-to-3D Human Texturing via Denoised Score Distillation

2023-10-14 · Jianhui Yu, Hao Zhu, Liming Jiang, Chen Change Loy 외

Recent advances in zero-shot text-to-3D human generation, which employ the human model prior (eg, SMPL) or Score Distillation Sampling (SDS) with pre-trained text-to-image diffusion models, have been groundbreaking. Howe…

Text to 3Dtext-to-3d-humanText-to-3D-Human Generation

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

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…