paper-with-me

홈 › Papers

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

2019-06-04 · NeurIPS 2019 12 · Bo Yang, Jianan Wang, Ronald Clark, Qingyong Hu, Sen Wang, Andrew Markham, Niki Trigoni

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.

📄 PDF Abstract BibTeX arXiv:1906.01140

Code (1)

Yang7879/3D-BoNet 공식 구현 tf

Tasks

3D Instance SegmentationClusteringInstance SegmentationPhilosophySemantic Segmentation

Similar Papers 제목 키워드 기반

Multi-scale Cell Instance Segmentation with Keypoint Graph based Bounding Boxes

2019-07-22 · Jingru Yi, Pengxiang Wu, Qiaoying Huang, Hui Qu 외

Most existing methods handle cell instance segmentation problems directly without relying on additional detection boxes. These methods generally fails to separate touching cells due to the lack of global understanding of…

Cell SegmentationInstance Segmentationobject-detectionObject Detection+2

Sketchy Bounding-box Supervision for 3D Instance Segmentation

2025-05-22 · CVPR 2025 1 · Qian Deng, Le Hui, Jin Xie, Jian Yang

Bounding box supervision has gained considerable attention in weakly supervised 3D instance segmentation. While this approach alleviates the need for extensive point-level annotations, obtaining accurate bounding boxes i…

3D Instance SegmentationInstance SegmentationSemantic Segmentation

PWISeg: Point-based Weakly-supervised Instance Segmentation for Surgical Instruments

2023-11-16 · Zhen Sun, Huan Xu, Jinlin Wu, Zhen Chen 외

In surgical procedures, correct instrument counting is essential. Instance segmentation is a location method that locates not only an object's bounding box but also each pixel's specific details. However, obtaining mask-…

Instance SegmentationSegmentationSemantic SegmentationSurgical tool detection+2

Object-Guided Instance Segmentation With Auxiliary Feature Refinement for Biological Images

2021-06-14 · Jingru Yi, Pengxiang Wu, Hui Tang, Bo Liu 외

Instance segmentation is of great importance for many biological applications, such as study of neural cell interactions, plant phenotyping, and quantitatively measuring how cells react to drug treatment. In this paper, …

Instance SegmentationObjectPlant PhenotypingSegmentation+1

1st Place Solution for the UVO Challenge on Image-based Open-World Segmentation 2021

2021-10-19 · Yuming Du, Wen Guo, Yang Xiao, Vincent Lepetit

We describe our two-stage instance segmentation framework we use to compete in the challenge. The first stage of our framework consists of an object detector, which generates object proposals in the format of bounding bo…

Instance SegmentationObjectSegmentationSemantic Segmentation