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

JSNet: Joint Instance and Semantic Segmentation of 3D Point Clouds

About

In this paper, we propose a novel joint instance and semantic segmentation approach, which is called JSNet, in order to address the instance and semantic segmentation of 3D point clouds simultaneously. Firstly, we build an effective backbone network to extract robust features from the raw point clouds. Secondly, to obtain more discriminative features, a point cloud feature fusion module is proposed to fuse the different layer features of the backbone network. Furthermore, a joint instance semantic segmentation module is developed to transform semantic features into instance embedding space, and then the transformed features are further fused with instance features to facilitate instance segmentation. Meanwhile, this module also aggregates instance features into semantic feature space to promote semantic segmentation. Finally, the instance predictions are generated by applying a simple mean-shift clustering on instance embeddings. As a result, we evaluate the proposed JSNet on a large-scale 3D indoor point cloud dataset S3DIS and a part dataset ShapeNet, and compare it with existing approaches. Experimental results demonstrate our approach outperforms the state-of-the-art method in 3D instance segmentation with a significant improvement in 3D semantic prediction and our method is also beneficial for part segmentation. The source code for this work is available at https://github.com/dlinzhao/JSNet.

Lin Zhao, Wenbing Tao• 2019

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)61.7
315
Shape Part SegmentationShapeNet (test)
Mean IoU85.8
95
Instance SegmentationS3DIS (6-fold CV)
mPrec66.9
40
Semantic segmentationS3DIS (5th fold)
Mean IoU54.5
19
Instance SegmentationS3DIS (5-th fold)
mCov48.7
3
Showing 5 of 5 rows

Other info

Code

Follow for update