🤖 AI Summary
This work addresses the challenging problem of jointly generating high-quality hexahedral meshes and isogeometric analysis (IGA)-compatible volumetric splines for complex geometries. We propose the first end-to-end Polycube structure generation method based on denoising diffusion probabilistic models (DDPMs). Unlike conventional template-based approaches, our method directly learns the deformation process from input surface geometry via diffusion modeling, enabling topology-adaptive Polycube construction without predefined templates. Integrated with surface segmentation, parametric mapping, and truncated hierarchical B-splines, it simultaneously outputs high-fidelity hexahedral meshes and IGA-compliant volumetric spline representations. Experiments demonstrate significantly improved generalization to unseen topologies, effectively overcoming template limitations. Our approach establishes a novel paradigm for generative geometric modeling and isogeometric analysis.
📝 Abstract
In this paper, we propose DDPM-Polycube, a generative polycube creation approach based on denoising diffusion probabilistic models (DDPM) for generating high-quality hexahedral (hex) meshes and constructing volumetric splines. Unlike DL-Polycube methods that rely on predefined polycube structure templates, DDPM-Polycube models the deformation from input geometry to its corresponding polycube structures as a denoising task. By learning the deformation characteristics of simple geometric primitives (a cube and a cube with a hole), the DDPM-Polycube model progressively reconstructs polycube structures from input geometry by removing non-standard Gaussian noise. Once valid polycube structures are generated, they are used for surface segmentation and parametric mapping to generate high-quality hex meshes. Truncated hierarchical B-splines are then applied to construct volumetric splines that satisfy the requirements of isogeometric analysis (IGA). Experimental results demonstrate that DDPM-Polycube model can directly generate polycube structures from input geometries, even when the topology of these geometries falls outside its trained range. This provides greater generalization and adaptability for diverse engineering geometries. Overall, this research shows the potential of diffusion models in advancing mesh generation and IGA applications.