OccuSeg: Occupancy-Aware 3D Instance Segmentation

Abstract

3D instance segmentation, with a variety of applications in robotics and augmented reality, is in large demands these days. Unlike 2D images that are projective observations of the environment, 3D models provide metric reconstruction of the scenes without occlusion or scale ambiguity. In this paper, we define "3D occupancy size", as the number of voxels occupied by each instance. It owns advantages of robustness in prediction, on which basis, OccuSeg, an occupancy-aware 3D instance segmentation scheme is proposed. Our multi-task learning produces both occupancy signal and embedding representations, where the training of spatial and feature embeddings varies with their difference in scale-aware. Our clustering scheme benefits from the reliable comparison between the predicted occupancy size and the clustered occupancy size, which encourages hard samples being correctly clustered and avoids over segmentation. The proposed approach achieves state-of-theart performance on 3 real-world datasets, i.e. ScanNetV2, S3DIS and SceneNN, while maintaining high efficiency.

Cite

Text

Han et al. "OccuSeg: Occupancy-Aware 3D Instance Segmentation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00301

Markdown

[Han et al. "OccuSeg: Occupancy-Aware 3D Instance Segmentation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/han2020cvpr-occuseg/) doi:10.1109/CVPR42600.2020.00301

BibTeX

@inproceedings{han2020cvpr-occuseg,
  title     = {{OccuSeg: Occupancy-Aware 3D Instance Segmentation}},
  author    = {Han, Lei and Zheng, Tian and Xu, Lan and Fang, Lu},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00301},
  url       = {https://mlanthology.org/cvpr/2020/han2020cvpr-occuseg/}
}