DeepDT: Learning Geometry From Delaunay Triangulation for Surface Reconstruction
Yiming Luo, Zhenxing Mi, Wenbing Tao

TL;DR
DeepDT is a learning-based network that reconstructs surfaces from point clouds by predicting inside/outside labels of Delaunay tetrahedrons, effectively capturing geometry details and outperforming existing methods.
Contribution
The paper introduces DeepDT, a novel graph-based neural network that predicts tetrahedron labels from point clouds using multi-label supervision and structural regularization.
Findings
DeepDT maintains detailed geometry in surface reconstructions.
The method outperforms state-of-the-art techniques in accuracy.
DeepDT has acceptable generalization and efficiency.
Abstract
In this paper, a novel learning-based network, named DeepDT, is proposed to reconstruct the surface from Delaunay triangulation of point cloud. DeepDT learns to predict inside/outside labels of Delaunay tetrahedrons directly from a point cloud and corresponding Delaunay triangulation. The local geometry features are first extracted from the input point cloud and aggregated into a graph deriving from the Delaunay triangulation. Then a graph filtering is applied on the aggregated features in order to add structural regularization to the label prediction of tetrahedrons. Due to the complicated spatial relations between tetrahedrons and the triangles, it is impossible to directly generate ground truth labels of tetrahedrons from ground truth surface. Therefore, we propose a multi-label supervision strategy which votes for the label of a tetrahedron with labels of sampling locations inside…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Computer Graphics and Visualization Techniques
