CircNet: Meshing 3D Point Clouds with Circumcenter Detection
- URL: http://arxiv.org/abs/2301.09253v2
- Date: Sun, 20 Aug 2023 23:34:39 GMT
- Title: CircNet: Meshing 3D Point Clouds with Circumcenter Detection
- Authors: Huan Lei, Ruitao Leng, Liang Zheng, Hongdong Li
- Abstract summary: Reconstructing 3D point clouds into triangle meshes is a key problem in computational geometry and surface reconstruction.
We introduce a deep neural network that detects the circumcenters to achieve point cloud triangulation.
We validate our method on prominent datasets of both watertight and open surfaces.
- Score: 67.23307214942696
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: 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/EnyaHermite/CircNet.
Related papers
- GeoUDF: Surface Reconstruction from 3D Point Clouds via Geometry-guided
Distance Representation [73.77505964222632]
We present a learning-based method, namely GeoUDF, to tackle the problem of reconstructing a discrete surface from a sparse point cloud.
To be specific, we propose a geometry-guided learning method for UDF and its gradient estimation.
To extract triangle meshes from the predicted UDF, we propose a customized edge-based marching cube module.
arXiv Detail & Related papers (2022-11-30T06:02:01Z) - POCO: Point Convolution for Surface Reconstruction [92.22371813519003]
Implicit neural networks have been successfully used for surface reconstruction from point clouds.
Many of them face scalability issues as they encode the isosurface function of a whole object or scene into a single latent vector.
We propose to use point cloud convolutions and compute latent vectors at each input point.
arXiv Detail & Related papers (2022-01-05T21:26:18Z) - Learning Geometry-Disentangled Representation for Complementary
Understanding of 3D Object Point Cloud [50.56461318879761]
We propose Geometry-Disentangled Attention Network (GDANet) for 3D image processing.
GDANet disentangles point clouds into contour and flat part of 3D objects, respectively denoted by sharp and gentle variation components.
Experiments on 3D object classification and segmentation benchmarks demonstrate that GDANet achieves the state-of-the-arts with fewer parameters.
arXiv Detail & Related papers (2020-12-20T13:35:00Z) - Learning Delaunay Surface Elements for Mesh Reconstruction [40.13834693745158]
We present a method for reconstructing triangle meshes from point clouds.
We leverage the properties of 2D Delaunay triangulations to construct a mesh from manifold surface elements.
arXiv Detail & Related papers (2020-12-02T13:42:07Z) - Refinement of Predicted Missing Parts Enhance Point Cloud Completion [62.997667081978825]
Point cloud completion is the task of predicting complete geometry from partial observations using a point set representation for a 3D shape.
Previous approaches propose neural networks to directly estimate the whole point cloud through encoder-decoder models fed by the incomplete point set.
This paper proposes an end-to-end neural network architecture that focuses on computing the missing geometry and merging the known input and the predicted point cloud.
arXiv Detail & Related papers (2020-10-08T22:01:23Z) - PointTriNet: Learned Triangulation of 3D Point Sets [40.75010796720054]
This work considers a new task in geometric deep learning: generating a triangulation among a set of points in 3D space.
We present PointTriNet, a differentiable and scalable approach enabling point set triangulation as a layer in 3D learning pipelines.
arXiv Detail & Related papers (2020-04-19T01:58:35Z) - PUGeo-Net: A Geometry-centric Network for 3D Point Cloud Upsampling [103.09504572409449]
We propose a novel deep neural network based method, called PUGeo-Net, to generate uniform dense point clouds.
Thanks to its geometry-centric nature, PUGeo-Net works well for both CAD models with sharp features and scanned models with rich geometric details.
arXiv Detail & Related papers (2020-02-24T14:13:29Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.