论文标题
强大的点云分段,嘈杂的注释
Robust Point Cloud Segmentation with Noisy Annotations
论文作者
论文摘要
点云分段是3D中的基本任务。尽管最近在点云进行了最新进展以及深网的功能上,但基于干净标签假设的当前学习方法可能会因嘈杂的标签而失败。但是,在现实世界数据集中,类标签通常在实例级别和边界级别上被错误标记。在这项工作中,我们通过提出点噪声自动学习(PNAL)框架来解决实例级标签噪声。与图像任务上的噪声方法相比,我们的框架是噪声率的盲目,以应对特定于点云的空间变化噪声率。具体而言,我们提出了一个明智的置信度选择,以从每个点的历史预测中获得可靠的标签。提出了通过投票策略进行集群标签校正,以通过考虑邻居相关性来生成最佳标签。为了处理边界级标签噪声,我们还提出了一个渐进的边界标签清洁策略的变体``P nal-boundary''。广泛的实验表明了其对合成和现实世界嘈杂数据集的有效性。即使$ 60 \%$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $,我们的框架的范围更加清洁,并且对基础进行了启动。清洁了严格的实验的流行现实数据集ScannETV2。
Point cloud segmentation is a fundamental task in 3D. Despite recent progress on point cloud segmentation with the power of deep networks, current learning methods based on the clean label assumptions may fail with noisy labels. Yet, class labels are often mislabeled at both instance-level and boundary-level in real-world datasets. In this work, we take the lead in solving the instance-level label noise by proposing a Point Noise-Adaptive Learning (PNAL) framework. Compared to noise-robust methods on image tasks, our framework is noise-rate blind, to cope with the spatially variant noise rate specific to point clouds. Specifically, we propose a point-wise confidence selection to obtain reliable labels from the historical predictions of each point. A cluster-wise label correction is proposed with a voting strategy to generate the best possible label by considering the neighbor correlations. To handle boundary-level label noise, we also propose a variant ``PNAL-boundary " with a progressive boundary label cleaning strategy. Extensive experiments demonstrate its effectiveness on both synthetic and real-world noisy datasets. Even with $60\%$ symmetric noise and high-level boundary noise, our framework significantly outperforms its baselines, and is comparable to the upper bound trained on completely clean data. Moreover, we cleaned the popular real-world dataset ScanNetV2 for rigorous experiment. Our code and data is available at https://github.com/pleaseconnectwifi/PNAL.