CVMar 18, 2022

Completing Partial Point Clouds with Outliers by Collaborative Completion and Segmentation

arXiv:2203.09772v14 citationsh-index: 44
Originality Incremental advance
AI Analysis

This addresses a practical limitation in point cloud completion for applications like robotics or 3D reconstruction, where real-world data often includes outliers, though it is an incremental improvement over existing methods.

The paper tackles the problem of completing partial point clouds contaminated by noises and outliers, proposing CS-Net, an end-to-end network that collaboratively integrates completion and segmentation modules to improve prediction quality, achieving superior performance in experiments against state-of-the-art methods.

Most existing point cloud completion methods are only applicable to partial point clouds without any noises and outliers, which does not always hold in practice. We propose in this paper an end-to-end network, named CS-Net, to complete the point clouds contaminated by noises or containing outliers. In our CS-Net, the completion and segmentation modules work collaboratively to promote each other, benefited from our specifically designed cascaded structure. With the help of segmentation, more clean point cloud is fed into the completion module. We design a novel completion decoder which harnesses the labels obtained by segmentation together with FPS to purify the point cloud and leverages KNN-grouping for better generation. The completion and segmentation modules work alternately share the useful information from each other to gradually improve the quality of prediction. To train our network, we build a dataset to simulate the real case where incomplete point clouds contain outliers. Our comprehensive experiments and comparisons against state-of-the-art completion methods demonstrate our superiority. We also compare with the scheme of segmentation followed by completion and their end-to-end fusion, which also proves our efficacy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes