paper-with-me

Papers

Consistent Mesh Diffusion

2023-12-01 · Julian Knodt, Xifeng Gao

Given a 3D mesh with a UV parameterization, we introduce a novel approach to generating textures from text prompts. While prior work uses optimization from Text-to-Image Diffusion models to generate textures and geometry, this is slow and requires significant compute resources. Alternatively, there are projection based approaches that use the same Text-to-Image models that paint images onto a mesh, but lack consistency at different viewing angles, we propose a method that uses a single Depth-to-Image diffusion network, and generates a single consistent texture when rendered on the 3D surface by first unifying multiple 2D image's diffusion paths, and hoisting that to 3D with MultiDiffusion~\cite{multidiffusion}. We demonstrate our approach on a dataset containing 30 meshes, taking approximately 5 minutes per mesh. To evaluate the quality of our approach, we use CLIP-score~\cite{clipscore} and Frechet Inception Distance (FID)~\cite{frechet} to evaluate the quality of the rendering, and show our improvement over prior work.

📄 PDF Abstract BibTeX arXiv:2312.00971

Code (0)

등록된 구현이 없습니다.

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

Texture Generation on 3D Meshes with Point-UV Diffusion

2023-08-21 · ICCV 2023 1 · Xin Yu, Peng Dai, Wenbo Li, Lan Ma 외

In this work, we focus on synthesizing high-quality textures on 3D meshes. We present Point-UV diffusion, a coarse-to-fine pipeline that marries the denoising diffusion model with UV mapping to generate 3D consistent and…

DenoisingTexture Synthesis

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

ActionMesh: Animated 3D Mesh Generation with Temporal 3D Diffusion

2026-01-22 · Remy Sabathier, David Novotny, Niloy J. Mitra, Tom Monnier arxiv

Generating animated 3D objects is at the heart of many applications, yet most advanced works are typically difficult to apply in practice because of their limited setup, their long runtime, or their limited quality. We i…

MeSS: City Mesh-Guided Outdoor Scene Generation with Cross-View Consistent Diffusion

2025-08-21 · Xuyang Chen, Zhijun Zhai, Kaixuan Zhou, Zengmao Wang 외 arxiv

Mesh models have become increasingly accessible for numerous cities; however, the lack of realistic textures restricts their application in virtual urban navigation and autonomous driving. To address this, this paper pro…

Autonomous DrivingScene GenerationStyle Transfer

An Operator-Consistent Graph Neural Network for Learning Diffusion Dynamics on Irregular Meshes

2025-12-05 · Yuelian Li, Andrew Rushing Hands arxiv

Classical numerical methods solve partial differential equations (PDEs) efficiently on regular meshes, but many of them become unstable on irregular domains. In practice, multiphysics interactions such as diffusion, dama…

Graph Neural Network