paper-with-me

홈 › Papers

GaPro: Box-Supervised 3D Point Cloud Instance Segmentation Using Gaussian Processes as Pseudo Labelers

2023-07-25 · ICCV 2023 1 · Tuan Duc Ngo, Binh-Son Hua, Khoi Nguyen

Instance segmentation on 3D point clouds (3DIS) is a longstanding challenge in computer vision, where state-of-the-art methods are mainly based on full supervision. As annotating ground truth dense instance masks is tedious and expensive, solving 3DIS with weak supervision has become more practical. In this paper, we propose GaPro, a new instance segmentation for 3D point clouds using axis-aligned 3D bounding box supervision. Our two-step approach involves generating pseudo labels from box annotations and training a 3DIS network with the resulting labels. Additionally, we employ the self-training strategy to improve the performance of our method further. We devise an effective Gaussian Process to generate pseudo instance masks from the bounding boxes and resolve ambiguities when they overlap, resulting in pseudo instance masks with their uncertainty values. Our experiments show that GaPro outperforms previous weakly supervised 3D instance segmentation methods and has competitive performance compared to state-of-the-art fully supervised ones. Furthermore, we demonstrate the robustness of our approach, where we can adapt various state-of-the-art fully supervised methods to the weak supervision task by using our pseudo labels for training. The source code and trained models are available at https://github.com/VinAIResearch/GaPro.

📄 PDF Abstract BibTeX arXiv:2307.13251

Code (1)

vinairesearch/gapro 공식 구현 pytorch

Tasks

3D Instance SegmentationGaussian ProcessesInstance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

GAPrompt: Geometry-Aware Point Cloud Prompt for 3D Vision Model

2025-05-07 · Zixiang Ai, Zichen Liu, Yuanhang Lei, Zhenyu Cui 외

Pre-trained 3D vision models have gained significant attention for their promising performance on point cloud data. However, fully fine-tuning these models for downstream tasks is computationally expensive and storage-in…

parameter-efficient fine-tuning

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

Learning Inter-Superpoint Affinity for Weakly Supervised 3D Instance Segmentation

2022-10-11 · Linghua Tang, Le Hui, Jin Xie

Due to the few annotated labels of 3D point clouds, how to learn discriminative features of point clouds to segment object instances is a challenging problem. In this paper, we propose a simple yet effective 3D instance …

3D Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

Point Cloud Instance Segmentation with Semi-supervised Bounding-Box Mining

2021-11-30 · Yongbin Liao, Hongyuan Zhu, Yanggang Zhang, Chuangguan Ye 외

Point cloud instance segmentation has achieved huge progress with the emergence of deep learning. However, these methods are usually data-hungry with expensive and time-consuming dense point cloud annotations. To allevia…

Instance SegmentationSemantic Segmentation

SegGroup: Seg-Level Supervision for 3D Instance and Semantic Segmentation

2020-12-18 · An Tao, Yueqi Duan, Yi Wei, Jiwen Lu 외

Most existing point cloud instance and semantic segmentation methods rely heavily on strong supervision signals, which require point-level labels for every point in the scene. However, such strong supervision suffers fro…

3D Instance Segmentation3D Semantic SegmentationSegmentation