paper-with-me

Papers

GridPull: Towards Scalability in Learning Implicit Representations from 3D Point Clouds

2023-08-25 · ICCV 2023 1 · Chao Chen, Yu-Shen Liu, Zhizhong Han

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.

📄 PDF Abstract BibTeX arXiv:2308.13175

Code (1)

chenchao15/gridpull 공식 구현 tf

Tasks

Surface Reconstruction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

MFM-point: Multi-scale Flow Matching for Point Cloud Generation

2025-11-25 · Petr Molodyk, Jaemoo Choi, David W. Romero, Ming-Yu Liu 외 arxiv

In recent years, point cloud generation has gained significant attention in 3D generative modeling. Among existing approaches, point-based methods directly generate point clouds without relying on other representations s…

Point Cloud GenerationPoint Clouds

Shape As Points: A Differentiable Poisson Solver

2021-06-07 · NeurIPS 2021 12 · Songyou Peng, Chiyu "Max" Jiang, Yiyi Liao, Michael Niemeyer 외

In recent years, neural implicit representations gained popularity in 3D reconstruction due to their expressiveness and flexibility. However, the implicit nature of neural implicit representations results in slow inferen…

3D ReconstructionGPUSurface Reconstruction

Domain Adaptation on Point Clouds via Geometry-Aware Implicits

2021-12-17 · CVPR 2022 1 · Yuefan Shen, Yanchao Yang, Mi Yan, He Wang 외

As a popular geometric representation, point clouds have attracted much attention in 3D vision, leading to many applications in autonomous driving and robotics. One important yet unsolved issue for learning on point clou…

Autonomous DrivingDomain AdaptationUnsupervised Domain Adaptation

SSRNet: Scalable 3D Surface Reconstruction Network

2019-11-18 · CVPR 2020 6 · Zhenxing Mi, Yiming Luo, Wenbing Tao

Existing learning-based surface reconstruction methods from point clouds are still facing challenges in terms of scalability and preservation of details on large-scale point clouds. In this paper, we propose the SSRNet, …

Surface Reconstruction

NeeDrop: Self-supervised Shape Representation from Sparse Point Clouds using Needle Dropping

2021-11-30 · Alexandre Boulch, Pierre-Alain Langlois, Gilles Puy, Renaud Marlet

There has been recently a growing interest for implicit shape representations. Contrary to explicit representations, they have no resolution limitations and they easily deal with a wide variety of surface topologies. To …

Autonomous Driving