Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

IterativePFN: True Iterative Point Cloud Filtering

About

The quality of point clouds is often limited by noise introduced during their capture process. Consequently, a fundamental 3D vision task is the removal of noise, known as point cloud filtering or denoising. State-of-the-art learning based methods focus on training neural networks to infer filtered displacements and directly shift noisy points onto the underlying clean surfaces. In high noise conditions, they iterate the filtering process. However, this iterative filtering is only done at test time and is less effective at ensuring points converge quickly onto the clean surfaces. We propose IterativePFN (iterative point cloud filtering network), which consists of multiple IterationModules that model the true iterative filtering process internally, within a single network. We train our IterativePFN network using a novel loss function that utilizes an adaptive ground truth target at each iteration to capture the relationship between intermediate filtering results during training. This ensures that the filtered results converge faster to the clean surfaces. Our method is able to obtain better performance compared to state-of-the-art methods. The source code can be found at: https://github.com/ddsediri/IterativePFN.

Dasith de Silva Edirimuni, Xuequan Lu, Zhiwen Shao, Gang Li, Antonio Robles-Kelly, Ying He• 2023

Related benchmarks

TaskDatasetResultRank
Point Cloud FilteringPUNet (test)
Chamfer Distance0.605
42
Point Cloud FilteringPCNet (test)
CD0.913
42
Point Cloud FilteringPCNet synthetic
CD0.578
36
Point Cloud FilteringPUNet synthetic
CD0.443
36
Point Cloud FilteringPUNet Sparse 10K
Chamfer Distance1.994
36
Point Cloud FilteringPCNet Dense 50K
CD0.922
36
Point Cloud FilteringPCNet Sparse 10K
CD2.639
18
Point Cloud FilteringPUNet Dense 50K
CD0.602
18
Point Cloud FilteringPUNet 50K Dense Laplace noise (synthetic)
CD0.653
18
Point Cloud FilteringPCNet 10K Sparse Laplace noise (synthetic)
CD3.189
18
Showing 10 of 12 rows

Other info

Follow for update