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

SoftGroup for 3D Instance Segmentation on Point Clouds

About

Existing state-of-the-art 3D instance segmentation methods perform semantic segmentation followed by grouping. The hard predictions are made when performing semantic segmentation such that each point is associated with a single class. However, the errors stemming from hard decision propagate into grouping that results in (1) low overlaps between the predicted instance with the ground truth and (2) substantial false positives. To address the aforementioned problems, this paper proposes a 3D instance segmentation method referred to as SoftGroup by performing bottom-up soft grouping followed by top-down refinement. SoftGroup allows each point to be associated with multiple classes to mitigate the problems stemming from semantic prediction errors and suppresses false positive instances by learning to categorize them as background. Experimental results on different datasets and multiple evaluation metrics demonstrate the efficacy of SoftGroup. Its performance surpasses the strongest prior method by a significant margin of +6.2% on the ScanNet v2 hidden test set and +6.8% on S3DIS Area 5 in terms of AP_50. SoftGroup is also fast, running at 345ms per scan with a single Titan X on ScanNet v2 dataset. The source code and trained models for both datasets are available at \url{https://github.com/thangvubk/SoftGroup.git}.

Thang Vu, Kookhoi Kim, Tung M. Luu, Xuan Thanh Nguyen, Chang D. Yoo• 2022

Related benchmarks

TaskDatasetResultRank
3D Object DetectionScanNet V2 (val)
mAP@0.2571.6
352
3D Instance SegmentationScanNet V2 (val)
Average AP5067.6
195
3D Instance SegmentationScanNet v2 (test)
mAP50.4
135
3D Instance SegmentationS3DIS (Area 5)
mAP@50% IoU68.9
106
3D Instance SegmentationS3DIS (6-fold CV)
Mean Precision @50% IoU75.3
92
3D Instance SegmentationScanNet hidden v2 (test)
Cabinet AP@0.571.6
69
3D Object DetectionScanNet (val)
mAP@0.2571.6
66
Instance SegmentationScanNetV2 (val)
mAP@0.567.6
58
Object-level Anomaly DetectionAnomaly-ShapeNet (test)
ashtray067.9
49
Object-level Anomaly DetectionReal3D-AD 1.0 (test)
Airplane88.2
43
Showing 10 of 35 rows

Other info

Code

Follow for update