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

SGPN: Similarity Group Proposal Network for 3D Point Cloud Instance Segmentation

About

We introduce Similarity Group Proposal Network (SGPN), a simple and intuitive deep learning framework for 3D object instance segmentation on point clouds. SGPN uses a single network to predict point grouping proposals and a corresponding semantic class for each proposal, from which we can directly extract instance segmentation results. Important to the effectiveness of SGPN is its novel representation of 3D instance segmentation results in the form of a similarity matrix that indicates the similarity between each pair of points in embedded feature space, thus producing an accurate grouping proposal for each point. To the best of our knowledge, SGPN is the first framework to learn 3D instance-aware semantic segmentation on point clouds. Experimental results on various 3D scenes show the effectiveness of our method on 3D instance segmentation, and we also evaluate the capability of SGPN to improve 3D object detection and semantic segmentation results. We also demonstrate its flexibility by seamlessly incorporating 2D CNN features into the framework to boost performance.

Weiyue Wang, Ronald Yu, Qiangui Huang, Ulrich Neumann• 2017

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)50.4
315
Part SegmentationShapeNetPart (test)
mIoU (Inst.)85.8
312
Part SegmentationShapeNetPart
mIoU (Instance)85.8
198
3D Instance SegmentationScanNet V2 (val)
Average AP5014
195
3D Instance SegmentationScanNet v2 (test)
mAP14.3
135
3D Object Part SegmentationShapeNet Part (test)
mIoU85.8
114
3D Instance SegmentationS3DIS (Area 5)--
106
Shape Part SegmentationShapeNet (test)
Mean IoU85.8
95
3D Instance SegmentationS3DIS (6-fold CV)
Mean Precision @50% IoU38.2
92
Semantic segmentationS3DIS
mIoU50.4
88
Showing 10 of 40 rows

Other info

Code

Follow for update