CircNet: Meshing 3D Point Clouds with Circumcenter Detection

01/23/2023
by   Huan Lei, et al.
0

Reconstructing 3D point clouds into triangle meshes is a key problem in computational geometry and surface reconstruction. Point cloud triangulation solves this problem by providing edge information to the input points. Since no vertex interpolation is involved, it is beneficial to preserve sharp details on the surface. Taking advantage of learning-based techniques in triangulation, existing methods enumerate the complete combinations of candidate triangles, which is both complex and inefficient. In this paper, we leverage the duality between a triangle and its circumcenter, and introduce a deep neural network that detects the circumcenters to achieve point cloud triangulation. Specifically, we introduce multiple anchor priors to divide the neighborhood space of each point. The neural network then learns to predict the presences and locations of circumcenters under the guidance of those anchors. We extract the triangles dual to the detected circumcenters to form a primitive mesh, from which an edge-manifold mesh is produced via simple post-processing. Unlike existing learning-based triangulation methods, the proposed method bypasses an exhaustive enumeration of triangle combinations and local surface parameterization. We validate the efficiency, generalization, and robustness of our method on prominent datasets of both watertight and open surfaces. The code and trained models are provided at https://github.com/Ruitao-L/CircNet.

READ FULL TEXT

page 9

page 16

page 19

page 20

research
07/17/2020

Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance

We are interested in reconstructing the mesh representation of object su...
research
12/02/2020

Learning Delaunay Surface Elements for Mesh Reconstruction

We present a method for reconstructing triangle meshes from point clouds...
research
05/05/2022

Surface Reconstruction from Point Clouds: A Survey and a Benchmark

Reconstruction of a continuous surface of two-dimensional manifold from ...
research
09/22/2021

Differentiable Surface Triangulation

Triangle meshes remain the most popular data representation for surface ...
research
12/09/2022

LoopDraw: a Loop-Based Autoregressive Model for Shape Synthesis and Editing

There is no settled universal 3D representation for geometry with many a...
research
12/01/2020

DiffusionNet: Discretization Agnostic Learning on Surfaces

We introduce a new approach to deep learning on 3D surfaces, based on th...
research
06/26/2022

Nonwatertight Mesh Reconstruction

Reconstructing 3D non-watertight mesh from an unoriented point cloud is ...

Please sign up or login with your details

Forgot password? Click here to reset