paper-with-me

Papers

Rethinking the Approximation Error in 3D Surface Fitting for Point Cloud Normal Estimation

2023-03-30 · CVPR 2023 1 · Hang Du, Xuejun Yan, Jingjing Wang, Di Xie, ShiLiang Pu

Most existing approaches for point cloud normal estimation aim to locally fit a geometric surface and calculate the normal from the fitted surface. Recently, learning-based methods have adopted a routine of predicting point-wise weights to solve the weighted least-squares surface fitting problem. Despite achieving remarkable progress, these methods overlook the approximation error of the fitting problem, resulting in a less accurate fitted surface. In this paper, we first carry out in-depth analysis of the approximation error in the surface fitting problem. Then, in order to bridge the gap between estimated and precise surface normals, we present two basic design principles: 1) applies the $Z$-direction Transform to rotate local patches for a better surface fitting with a lower approximation error; 2) models the error of the normal estimation as a learnable term. We implement these two principles using deep neural networks, and integrate them with the state-of-the-art (SOTA) normal estimation methods in a plug-and-play manner. Extensive experiments verify our approaches bring benefits to point cloud normal estimation and push the frontier of state-of-the-art performance on both synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2303.17167

Code (1)

hikvision-research/3dvision 공식 구현 pytorch

Similar Papers 제목 키워드 기반

AdaFit: Rethinking Learning-based Normal Estimation on Point Clouds

2021-08-12 · ICCV 2021 10 · Runsong Zhu, YuAn Liu, Zhen Dong, Tengping Jiang 외

This paper presents a neural network for robust normal estimation on point clouds, named AdaFit, that can deal with point clouds with noise and density variations. Existing works use a network to learn point-wise weights…

Surface Normals Estimation

MambaH-Fit: Rethinking Hyper-surface Fitting-based Point Cloud Normal Estimation via State Space Modelling

2025-10-10 · Weijia Wang, Yuanzhi Su, Pei-Gen Ye, Yuan-Gen Wang arxiv

We present MambaH-Fit, a state space modelling framework tailored for hyper-surface fitting-based point cloud normal estimation. Existing normal estimation methods often fall short in modelling fine-grained geometric str…

Deep Geometric Prior for Surface Reconstruction

2018-11-27 · CVPR 2019 6 · Francis Williams, Teseo Schneider, Claudio Silva, Denis Zorin 외

The reconstruction of a discrete surface from a point cloud is a fundamental geometry processing problem that has been studied for decades, with many methods developed. We propose the use of a deep neural network as a ge…

Surface Reconstruction

CAD-PU: A Curvature-Adaptive Deep Learning Solution for Point Set Upsampling

2020-09-10 · Jiehong Lin, Xian Shi, Yuan Gao, Ke Chen 외

Point set is arguably the most direct approximation of an object or scene surface, yet its practical acquisition often suffers from the shortcoming of being noisy, sparse, and possibly incomplete, which restricts its use…

Point Set Upsampling

Empirical study of extreme overfitting points of neural networks

2019-06-14 · Daniil Merkulov, Ivan Oseledets

In this paper we propose a method of obtaining points of extreme overfitting - parameters of modern neural networks, at which they demonstrate close to 100 % training accuracy, simultaneously with almost zero accuracy on…