DMNet: Delaunay Meshing Network for 3D Shape Representation

Chen Zhang, Ganzhangqin Yuan, Wenbing Tao
2/14/2026

Abstract

Recently, there has been a growing interest in learningbased explicit methods due to their ability to respect the original input and preserve details. However, the connectivity on complex structures is still difficult to infer due to the limited local shape perception, resulting in artifacts and non-watertight triangles. In this paper, we present a novel learning-based method with Delaunay triangulation to achieve high-precision reconstruction. We model the Delaunay triangulation as a dual graph, extract local geometric information from the points, and embed it into the structural representation of Delaunay triangulation in an organic way, benefiting fine-grained details reconstruction. To encourage neighborhood information interaction of edges and nodes in the graph, we introduce a local graph iteration algorithm, which is a variant of graph neural network. Moreover, a geometric constraint loss further improves the classification of tetrahedrons. Benefiting from our fully local network, a scaling strategy is designed to enable large-scale reconstruction. Experiments show that our method yields watertight and high-quality meshes. Especially for some thin structures and sharp edges, our method shows better performance than the current state-of-the-art methods. Furthermore, it has a strong adaptability to point clouds of different densities.

DOISemantic Scholar

Code Implementations

No confident code match yet

We couldn't find an author-owned or strongly-evidenced community implementation for this paper. 1 weaker match is hidden by default — verify before relying on them.

No code implementations found yet.

Know of an implementation? Let us know in the comments below!

Cite this paper

@article{zhang2026dmnet,
  title  = {DMNet: Delaunay Meshing Network for 3D Shape Representation},
  author = {Chen Zhang and Ganzhangqin Yuan and Wenbing Tao},
  year   = {2026},
  doi    = {10.1109/ICCV51070.2023.01326},
  url    = {https://doi.org/10.1109/ICCV51070.2023.01326},
  journal = {ICCV 2023 2023}
}

Discussion