CVGROct 23, 2024

GenUDC: High Quality 3D Mesh Generation with Unsigned Dual Contouring Representation

arXiv:2410.17802v12 citationsh-index: 5Has CodeMM
Originality Highly original
AI Analysis

This addresses a key challenge in 3D generative models for applications like computer graphics and simulation, offering a novel representation to improve mesh quality.

The paper tackles the problem of generating high-quality 3D meshes with complex structures and realistic surfaces by proposing the GenUDC framework, which uses Unsigned Dual Contouring representation to resolve ambiguity and enable a coarse-to-fine generative process, resulting in superior performance in evaluations.

Generating high-quality meshes with complex structures and realistic surfaces is the primary goal of 3D generative models. Existing methods typically employ sequence data or deformable tetrahedral grids for mesh generation. However, sequence-based methods have difficulty producing complex structures with many faces due to memory limits. The deformable tetrahedral grid-based method MeshDiffusion fails to recover realistic surfaces due to the inherent ambiguity in deformable grids. We propose the GenUDC framework to address these challenges by leveraging the Unsigned Dual Contouring (UDC) as the mesh representation. UDC discretizes a mesh in a regular grid and divides it into the face and vertex parts, recovering both complex structures and fine details. As a result, the one-to-one mapping between UDC and mesh resolves the ambiguity problem. In addition, GenUDC adopts a two-stage, coarse-to-fine generative process for 3D mesh generation. It first generates the face part as a rough shape and then the vertex part to craft a detailed shape. Extensive evaluations demonstrate the superiority of UDC as a mesh representation and the favorable performance of GenUDC in mesh generation. The code and trained models are available at https://github.com/TrepangCat/GenUDC.

Code Implementations1 repo
Foundations

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

Your Notes