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

Divide and Conquer: 3D Point Cloud Instance Segmentation With Point-Wise Binarization

About

Instance segmentation on point clouds is crucially important for 3D scene understanding. Most SOTAs adopt distance clustering, which is typically effective but does not perform well in segmenting adjacent objects with the same semantic label (especially when they share neighboring points). Due to the uneven distribution of offset points, these existing methods can hardly cluster all instance points. To this end, we design a novel divide-and-conquer strategy named PBNet that binarizes each point and clusters them separately to segment instances. Our binary clustering divides offset instance points into two categories: high and low density points (HPs vs. LPs). Adjacent objects can be clearly separated by removing LPs, and then be completed and refined by assigning LPs via a neighbor voting method. To suppress potential over-segmentation, we propose to construct local scenes with the weight mask for each instance. As a plug-in, the proposed binary clustering can replace traditional distance clustering and lead to consistent performance gains on many mainstream baselines. A series of experiments on ScanNetV2 and S3DIS datasets indicate the superiority of our model. In particular, PBNet ranks first on the ScanNetV2 official benchmark challenge, achieving the highest mAP. Code will be available publicly at https://github.com/weiguangzhao/PBNet.

Weiguang Zhao, Yuyao Yan, Chaolong Yang, Jianan Ye, Xi Yang, Kaizhu Huang• 2022

Related benchmarks

TaskDatasetResultRank
3D Object DetectionScanNet V2 (val)
mAP@0.2569.3
352
3D Instance SegmentationScanNet V2 (val)
Average AP5070.5
195
3D Instance SegmentationScanNet v2 (test)
mAP57.3
135
3D Instance SegmentationS3DIS (Area 5)
mAP@50% IoU66.4
106
3D Instance SegmentationS3DIS (6-fold CV)
Mean Precision @50% IoU80.1
92
3D Instance SegmentationScanNet hidden v2 (test)
Cabinet AP@0.547.2
69
Instance SegmentationScanNetV2 (val)
mAP@0.570.5
58
3D Instance SegmentationScanNet (val)
mAP@0.2578.9
19
Instance SegmentationS3DIS Area-5 (val)
mAP5066.4
16
Instance SegmentationScanNet (test)
mAP57.3
13
Showing 10 of 10 rows

Other info

Code

Follow for update