UDiFF: Generating Conditional Unsigned Distance Fields with Optimal Wavelet Diffusion
Junsheng Zhou, Weiqi Zhang, Baorui Ma, Kanle Shi, Yu-Shen Liu, Zhizhong Han
TL;DR
UDiFF addresses the challenge of generating diverse 3D shapes with open surfaces by learning a data-driven optimal wavelet transform to express unsigned distance fields (UDFs) in a compact spatial-frequency space. A diffusion model then operates on coarse and fine wavelet coefficient volumes, with text-guided generation realized through cross-attention to CLIP embeddings and a dedicated fine predictor, followed by surface extraction via DCUDF and texture synthesis with Text2Tex. The key contributions are the data-driven wavelet optimization that minimizes information loss near the zero-level set, the conditional diffusion framework for UDFs, and robust meshing and texturing pipelines, demonstrated on open-surface DeepFashion3D and closed-surface ShapeNet benchmarks with strong qualitative and quantitative results. This approach enables high-fidelity, textured 3D content generation that accommodates open surfaces, broadening the scope of diffusion-based 3D modeling for real-world content creation.
Abstract
Diffusion models have shown remarkable results for image generation, editing and inpainting. Recent works explore diffusion models for 3D shape generation with neural implicit functions, i.e., signed distance function and occupancy function. However, they are limited to shapes with closed surfaces, which prevents them from generating diverse 3D real-world contents containing open surfaces. In this work, we present UDiFF, a 3D diffusion model for unsigned distance fields (UDFs) which is capable to generate textured 3D shapes with open surfaces from text conditions or unconditionally. Our key idea is to generate UDFs in spatial-frequency domain with an optimal wavelet transformation, which produces a compact representation space for UDF generation. Specifically, instead of selecting an appropriate wavelet transformation which requires expensive manual efforts and still leads to large information loss, we propose a data-driven approach to learn the optimal wavelet transformation for UDFs. We evaluate UDiFF to show our advantages by numerical and visual comparisons with the latest methods on widely used benchmarks. Page: https://weiqi-zhang.github.io/UDiFF.
