paper-with-me

홈 › Papers

PointCleanNet: Learning to Denoise and Remove Outliers from Dense Point Clouds

2019-01-04 · Marie-Julie Rakotosaona, Vittorio La Barbera, Paul Guerrero, Niloy J. Mitra, Maks Ovsjanikov

Point clouds obtained with 3D scanners or by image-based reconstruction techniques are often corrupted with significant amount of noise and outliers. Traditional methods for point cloud denoising largely rely on local surface fitting (e.g., jets or MLS surfaces), local or non-local averaging, or on statistical assumptions about the underlying noise model. In contrast, we develop a simple data-driven method for removing outliers and reducing noise in unordered point clouds. We base our approach on a deep learning architecture adapted from PCPNet, which was recently proposed for estimating local 3D shape properties in point clouds. Our method first classifies and discards outlier samples, and then estimates correction vectors that project noisy points onto the original clean surfaces. The approach is efficient and robust to varying amounts of noise and outliers, while being able to handle large densely-sampled point clouds. In our extensive evaluation, both on synthesic and real data, we show an increased robustness to strong noise levels compared to various state-of-the-art methods, enabling accurate surface reconstruction from extremely noisy real data obtained by range scans. Finally, the simplicity and universality of our approach makes it very easy to integrate in any existing geometry processing pipeline.

📄 PDF Abstract BibTeX arXiv:1901.01060

Code (1)

mrakotosaon/pointcleannet 공식 구현 pytorch

Tasks

DenoisingSurface Reconstruction

Similar Papers 제목 키워드 기반

Point Cloud Denoising and Outlier Detection with Local Geometric Structure by Dynamic Graph CNN

2023-10-11 · Kosuke Nakayama, Hiroto Fukuta, Hiroshi Watanabe

The digitalization of society is rapidly developing toward the realization of the digital twin and metaverse. In particular, point clouds are attracting attention as a media format for 3D space. Point cloud data is conta…

DenoisingOutlier Detection

Density

2017-02-01 · 9th International Conference on Robotic, Vision, Signal Processing and Power Applications, Singapore 2017 2 · Faisal Zaman, Ya Ping Wong, Boon Yian Ng

Point cloud source data for surface reconstruction is usually contaminated with noise and outliers. To overcome this deficiency, a density-based point cloud denoising method is presented to remove outliers and noisy point…

ClusteringDenoisingDensity EstimationSurface Reconstruction

Density-based Denoising of Point Cloud

2016-02-17 · Faisal Zaman, Ya Ping Wong, Boon Yian Ng

Point cloud source data for surface reconstruction is usually contaminated with noise and outliers. To overcome this deficiency, a density-based point cloud denoising method is presented to remove outliers and noisy poin…

ClusteringDenoisingDensity EstimationSurface Reconstruction

A Robust Spectral Clustering Algorithm for Sub-Gaussian Mixture Models with Outliers

2019-12-16 · Prateek R. Srivastava, Purnamrita Sarkar, Grani A. Hanasusanto

We consider the problem of clustering datasets in the presence of arbitrary outliers. Traditional clustering algorithms such as k-means and spectral clustering are known to perform poorly for datasets contaminated with e…

Clustering

FN-Net:Remove the Outliers by Filtering the Noise

2022-01-23 · Kai Lv

Establishing the correspondence between two images is an important research direction of computer vision. When estimating the relationship between two images, it is often disturbed by outliers. In this paper, we propose …

DenoisingPose Estimation