GridPull: Towards Scalability in Learning Implicit Representations from
3D Point Clouds
- URL: http://arxiv.org/abs/2308.13175v1
- Date: Fri, 25 Aug 2023 04:52:52 GMT
- Title: GridPull: Towards Scalability in Learning Implicit Representations from
3D Point Clouds
- Authors: Chao Chen, Yu-Shen Liu, Zhizhong Han
- Abstract summary: We propose GridPull to improve the efficiency of learning implicit representations from large scale point clouds.
Our novelty lies in the fast inference of a discrete distance field defined on grids without using any neural components.
We use uniform grids for a fast grid search to localize sampled queries, and organize surface points in a tree structure to speed up the calculation of distances to the surface.
- Score: 60.27217859189727
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Learning implicit representations has been a widely used solution for surface
reconstruction from 3D point clouds. The latest methods infer a distance or
occupancy field by overfitting a neural network on a single point cloud.
However, these methods suffer from a slow inference due to the slow convergence
of neural networks and the extensive calculation of distances to surface
points, which limits them to small scale points. To resolve the scalability
issue in surface reconstruction, we propose GridPull to improve the efficiency
of learning implicit representations from large scale point clouds. Our novelty
lies in the fast inference of a discrete distance field defined on grids
without using any neural components. To remedy the lack of continuousness
brought by neural networks, we introduce a loss function to encourage
continuous distances and consistent gradients in the field during pulling
queries onto the surface in grids near to the surface. We use uniform grids for
a fast grid search to localize sampled queries, and organize surface points in
a tree structure to speed up the calculation of distances to the surface. We do
not rely on learning priors or normal supervision during optimization, and
achieve superiority over the latest methods in terms of complexity and
accuracy. We evaluate our method on shape and scene benchmarks, and report
numerical and visual comparisons with the latest methods to justify our
effectiveness and superiority. The code is available at
https://github.com/chenchao15/GridPull.
Related papers
- Unsupervised Inference of Signed Distance Functions from Single Sparse
Point Clouds without Learning Priors [54.966603013209685]
It is vital to infer signed distance functions (SDFs) from 3D point clouds.
We present a neural network to directly infer SDFs from single sparse point clouds.
arXiv Detail & Related papers (2023-03-25T15:56:50Z) - CAP-UDF: Learning Unsigned Distance Functions Progressively from Raw Point Clouds with Consistency-Aware Field Optimization [54.69408516025872]
CAP-UDF is a novel method to learn consistency-aware UDF from raw point clouds.
We train a neural network to gradually infer the relationship between queries and the approximated surface.
We also introduce a polygonization algorithm to extract surfaces using the gradients of the learned UDF.
arXiv Detail & Related papers (2022-10-06T08:51:08Z) - Reconstructing Surfaces for Sparse Point Clouds with On-Surface Priors [52.25114448281418]
Current methods are able to reconstruct surfaces by learning Signed Distance Functions (SDFs) from single point clouds without ground truth signed distances or point normals.
We propose to reconstruct highly accurate surfaces from sparse point clouds with an on-surface prior.
Our method can learn SDFs from a single sparse point cloud without ground truth signed distances or point normals.
arXiv Detail & Related papers (2022-04-22T09:45:20Z) - Convolutional Neural Network-based Efficient Dense Point Cloud
Generation using Unsigned Distance Fields [3.198144010381572]
We propose a lightweight Convolutional Neural Network that learns and predicts the unsigned distance field for arbitrary 3D shapes.
Experiments demonstrate that the proposed architecture outperforms the state of the art by 7.8x less model parameters, 2.4x faster inference time and up to 24.8% improved generation quality.
arXiv Detail & Related papers (2022-03-22T08:28:50Z) - 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) - Neural-Pull: Learning Signed Distance Functions from Point Clouds by
Learning to Pull Space onto Surfaces [68.12457459590921]
Reconstructing continuous surfaces from 3D point clouds is a fundamental operation in 3D geometry processing.
We introduce textitNeural-Pull, a new approach that is simple and leads to high quality SDFs.
arXiv Detail & Related papers (2020-11-26T23:18:10Z)
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.