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

MASC: Multi-scale Affinity with Sparse Convolution for 3D Instance Segmentation

About

We propose a new approach for 3D instance segmentation based on sparse convolution and point affinity prediction, which indicates the likelihood of two points belonging to the same instance. The proposed network, built upon submanifold sparse convolution [3], processes a voxelized point cloud and predicts semantic scores for each occupied voxel as well as the affinity between neighboring voxels at different scales. A simple yet effective clustering algorithm segments points into instances based on the predicted affinity and the mesh topology. The semantic for each instance is determined by the semantic prediction. Experiments show that our method outperforms the state-of-the-art instance segmentation methods by a large margin on the widely used ScanNet benchmark [2]. We share our code publicly at https://github.com/art-programmer/MASC.

Chen Liu, Yasutaka Furukawa• 2019

Related benchmarks

TaskDatasetResultRank
3D Instance SegmentationScanNet V2 (val)
Average AP5045
195
3D Instance SegmentationScanNet v2 (test)
mAP44.7
135
3D Instance SegmentationScanNet hidden v2 (test)
Cabinet AP@0.538.2
69
Instance SegmentationScanNet--
9
Showing 4 of 4 rows

Other info

Code

Follow for update