paper-with-me

Papers

Learning Occupancy Function from Point Clouds for Surface Reconstruction

2020-10-22 · Meng Jia, Matthew Kyan

Implicit function based surface reconstruction has been studied for a long time to recover 3D shapes from point clouds sampled from surfaces. Recently, Signed Distance Functions (SDFs) and Occupany Functions are adopted in learning-based shape reconstruction methods as implicit 3D shape representation. This paper proposes a novel method for learning occupancy functions from sparse point clouds and achieves better performance on challenging surface reconstruction tasks. Unlike the previous methods, which predict point occupancy with fully-connected multi-layer networks, we adapt the point cloud deep learning architecture, Point Convolution Neural Network (PCNN), to build our learning model. Specifically, we create a sampling operator and insert it into PCNN to continuously sample the feature space at the points where occupancy states need to be predicted. This method natively obtains point cloud data's geometric nature, and it's invariant to point permutation. Our occupancy function learning can be easily fit into procedures of point cloud up-sampling and surface reconstruction. Our experiments show state-of-the-art performance for reconstructing With ShapeNet dataset and demonstrate this method's well-generalization by testing it with McGill 3D dataset \cite{siddiqi2008retrieving}. Moreover, we find the learned occupancy function is relatively more rotation invariant than previous shape learning methods.

📄 PDF Abstract BibTeX arXiv:2010.11378

Code (0)

등록된 구현이 없습니다.

Tasks

3D Shape RepresentationSurface Reconstruction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

OCCDiff: Occupancy Diffusion Model for High-Fidelity 3D Building Reconstruction from Noisy Point Clouds

2025-12-09 · Jialu Sui, Rui Liu, Hongsheng Zhang arxiv

A major challenge in reconstructing buildings from LiDAR point clouds lies in accurately capturing building surfaces under varying point densities and noise interference. To flexibly gather high-quality 3D profiles of th…

Point Clouds

Deep Surface Reconstruction from Point Clouds with Visibility Information

2022-02-03 · Raphael Sulzer, Loic Landrieu, Alexandre Boulch, Renaud Marlet 외

Most current neural networks for reconstructing surfaces from point clouds ignore sensor poses and only operate on raw point locations. Sensor visibility, however, holds meaningful information regarding space occupancy a…

Surface Reconstruction

RangeUDF: Semantic Surface Reconstruction from 3D Point Clouds

2022-04-19 · Bing Wang, Zhengdi Yu, Bo Yang, Jie Qin 외

We present RangeUDF, a new implicit representation based framework to recover the geometry and semantics of continuous 3D scene surfaces from point clouds. Unlike occupancy fields or signed distance fields which can only…

Semantic SegmentationSurface Reconstruction

Dynamic Plane Convolutional Occupancy Networks

2020-11-11 · Stefan Lionar, Daniil Emtsev, Dusan Svilarkovic, Songyou Peng

Learning-based 3D reconstruction using implicit neural representations has shown promising progress not only at the object level but also in more complicated scenes. In this paper, we propose Dynamic Plane Convolutional …

3D ReconstructionSurface Reconstruction

ASUR3D: Arbitrary Scale Upsampling and Refinement of 3D Point Clouds using Local Occupancy Fields

2023-10-02 · IEEE/CVF International Conference on Computer Vision Workshops (ICCVW) 2023 10 · Akash Kumbar, Tejas Anvekar, Ramesh Ashok Tabib, Uma Mudenagudi

In this paper, we introduce ASUR3D, a novel methodology for the arbitrary-scale upsampling of 3D point clouds employing Local Occupancy Representation. Our proposed implicit occupancy representation enables efficient poi…

3D Reconstruction3D Shape Generation3D Shape RepresentationPoint Cloud Super Resolution+1