Density-based Denoising of Point Cloud

Faisal Zaman,Ya Ping Wong,Boon Yian Ng
DOI: https://doi.org/10.48550/arXiv.1602.05312
2016-02-17
Abstract: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 points. First, particle-swam optimization technique is employed for automatically approximating optimal bandwidth of multivariate kernel density estimation to ensure the robust performance of density estimation. Then, mean-shift based clustering technique is used to remove outliers through a thresholding scheme. After removing outliers from the point cloud, bilateral mesh filtering is applied to smooth the remaining points. The experimental results show that this approach, comparably, is robust and efficient.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to remove noise and outliers in point - cloud data. Point - cloud data are usually used for surface reconstruction, but these data are often contaminated by noise and outliers, which may be caused by lighting or surface reflection properties and artifacts in the scene. These problems will affect the quality and accuracy of surface reconstruction. Therefore, this paper proposes a density - based point - cloud denoising method, aiming to improve the quality of point - cloud data by optimizing bandwidth selection, using the mean - shift clustering technique to remove outliers, and applying bilateral grid filtering to smooth the remaining points. This method shows high robustness when dealing with highly noisy data sets.