paper-with-me

홈 › Papers

Robust Point Cloud Segmentation with Noisy Annotations

2022-12-06 · Shuquan Ye, Dongdong Chen, Songfang Han, Jing Liao

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.

📄 PDF Abstract BibTeX arXiv:2212.03242

Code (1)

pleaseconnectwifi/PNAL 공식 구현 pytorch

Tasks

Point Cloud Segmentation

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

When 3D Bounding-Box Meets SAM: Point Cloud Instance Segmentation with Weak-and-Noisy Supervision

2023-09-02 · Qingtao Yu, Heming Du, Chen Liu, Xin Yu

Learning from bounding-boxes annotations has shown great potential in weakly-supervised 3D point cloud instance segmentation. However, we observed that existing methods would suffer severe performance degradation with pe…

Instance SegmentationSemantic Segmentation

In-Field 3D Wheat Head Instance Segmentation From TLS Point Clouds Using Deep Learning Without Manual Labels

2026-03-15 · Tomislav Medic, Liangliang Nan arxiv

3D instance segmentation for laser scanning (LiDAR) point clouds remains a challenge in many remote sensing-related domains. Successful solutions typically rely on supervised deep learning and manual annotations, and con…

3D Instance SegmentationPoint Cloud SegmentationPoint Clouds

Learning Scene Flow in 3D Point Clouds with Noisy Pseudo Labels

2022-03-23 · Bing Li, Cheng Zheng, Guohao Li, Bernard Ghanem

We propose a novel scene flow method that captures 3D motions from point clouds without relying on ground-truth scene flow annotations. Due to the irregularity and sparsity of point clouds, it is expensive and time-consu…

Pseudo LabelSelf-Supervised Learning

CPCM: Contextual Point Cloud Modeling for Weakly-supervised Point Cloud Semantic Segmentation

2023-07-19 · ICCV 2023 1 · Lizhao Liu, Zhuangwei Zhuang, Shangxin Huang, Xunlong Xiao 외

We study the task of weakly-supervised point cloud semantic segmentation with sparse annotations (e.g., less than 0.1% points are labeled), aiming to reduce the expensive cost of dense annotations. Unfortunately, with ex…

Representation LearningScene UnderstandingSegmentationSemantic Segmentation

FreePoint: Unsupervised Point Cloud Instance Segmentation

2023-05-11 · CVPR 2024 1 · Zhikai Zhang, Jian Ding, Li Jiang, Dengxin Dai 외

Instance segmentation of point clouds is a crucial task in 3D field with numerous applications that involve localizing and segmenting objects in a scene. However, achieving satisfactory results requires a large number of…

Instance SegmentationSegmentationSemantic SegmentationUnsupervised Pre-training