paper-with-me

Papers

GeoUDF: Surface Reconstruction from 3D Point Clouds via Geometry-guided Distance Representation

2022-11-30 · ICCV 2023 1 · Siyu Ren, Junhui Hou, Xiaodong Chen, Ying He, Wenping Wang

We present a learning-based method, namely GeoUDF,to tackle the long-standing and challenging 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 that explicitly formulates the unsigned distance of a query point as the learnable affine averaging of its distances to the tangent planes of neighboring points on the surface. Besides,we model the local geometric structure of the input point clouds by explicitly learning a quadratic polynomial for each point. This not only facilitates upsampling the input sparse point cloud but also naturally induces unoriented normal, which further augments UDF estimation. Finally, to extract triangle meshes from the predicted UDF we propose a customized edge-based marching cube module. We conduct extensive experiments and ablation studies to demonstrate the significant advantages of our method over state-of-the-art methods in terms of reconstruction accuracy, efficiency, and generality. The source code is publicly available at https://github.com/rsy6318/GeoUDF.

📄 PDF Abstract BibTeX arXiv:2211.16762

Code (1)

rsy6318/geoudf 공식 구현 pytorch

Tasks

Surface Reconstruction

Similar Papers 제목 키워드 기반

Neural varifolds: an aggregate representation for quantifying the geometry of point clouds

2024-07-05 · Juheon Lee, Xiaohao Cai, Carola-Bibian Schönlieb, Simon Masnou

Point clouds are popular 3D representations for real-life objects (such as in LiDAR and Kinect) due to their detailed and compact representation of surface-based geometry. Recent approaches characterise the geometry of p…

OffsetOPT: Explicit Surface Reconstruction without Normals

2025-03-20 · CVPR 2025 1 · Huan Lei

Neural surface reconstruction has been dominated by implicit representations with marching cubes for explicit surface extraction. However, those methods typically require high-quality normals for accurate reconstruction.…

Surface Reconstruction

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

Neural-Singular-Hessian: Implicit Neural Representation of Unoriented Point Clouds by Enforcing Singular Hessian

2023-09-04 · Zixiong Wang, Yunxiao Zhang, Rui Xu, Fan Zhang 외

Neural implicit representation is a promising approach for reconstructing surfaces from point clouds. Existing methods combine various regularization terms, such as the Eikonal and Laplacian energy terms, to enforce the …

Accurate and Efficient Surface Reconstruction from Point Clouds via Geometry-Aware Local Adaptation

2025-11-11 · Eito Ogawa, Taiga Hayami, Hiroshi Watanabe arxiv

Point cloud surface reconstruction has improved in accuracy with advances in deep learning, enabling applications such as infrastructure inspection. Recent approaches that reconstruct from small local regions rather than…

Point Clouds