English

Learning Object Bounding Boxes for 3D Instance Segmentation on Point Clouds

Computer Vision and Pattern Recognition 2019-09-06 v2 Artificial Intelligence Machine Learning Robotics

Abstract

We propose a novel, conceptually simple and general framework for instance segmentation on 3D point clouds. Our method, called 3D-BoNet, follows the simple design philosophy of per-point multilayer perceptrons (MLPs). The framework directly regresses 3D bounding boxes for all instances in a point cloud, while simultaneously predicting a point-level mask for each instance. It consists of a backbone network followed by two parallel network branches for 1) bounding box regression and 2) point mask prediction. 3D-BoNet is single-stage, anchor-free and end-to-end trainable. Moreover, it is remarkably computationally efficient as, unlike existing approaches, it does not require any post-processing steps such as non-maximum suppression, feature sampling, clustering or voting. Extensive experiments show that our approach surpasses existing work on both ScanNet and S3DIS datasets while being approximately 10x more computationally efficient. Comprehensive ablation studies demonstrate the effectiveness of our design.

Keywords

Cite

@article{arxiv.1906.01140,
  title  = {Learning Object Bounding Boxes for 3D Instance Segmentation on Point Clouds},
  author = {Bo Yang and Jianan Wang and Ronald Clark and Qingyong Hu and Sen Wang and Andrew Markham and Niki Trigoni},
  journal= {arXiv preprint arXiv:1906.01140},
  year   = {2019}
}

Comments

NeurIPS 2019 Spotlight. Code and data are available at https://github.com/Yang7879/3D-BoNet

R2 v1 2026-06-23T09:40:11.891Z