ProtoSeg: A Prototype-Based Point Cloud Instance Segmentation Method
Remco Royen, Leon Denis, Adrian Munteanu

TL;DR
ProtoSeg introduces a fast, stable, and accurate neural network for 3D point cloud instance segmentation that avoids clustering and employs prototype learning with a novel multi-scale module.
Contribution
It proposes a prototype-based neural network architecture with a multi-scale dilated point inception module for improved 3D instance segmentation.
Findings
28% faster inference than state-of-the-art
Lowest standard deviation in inference time
Outperforms on S3DIS and PartNet datasets
Abstract
3D instance segmentation is crucial for obtaining an understanding of a point cloud scene. This paper presents a novel neural network architecture for performing instance segmentation on 3D point clouds. We propose to jointly learn coefficients and prototypes in parallel which can be combined to obtain the instance predictions. The coefficients are computed using an overcomplete set of sampled points with a novel multi-scale module, dubbed dilated point inception. As the set of obtained instance mask predictions is overcomplete, we employ a non-maximum suppression algorithm to retrieve the final predictions. This approach allows to omit the time-expensive clustering step and leads to a more stable inference time. The proposed method is not only 28% faster than the state-of-the-art, it also exhibits the lowest standard deviation. Our experiments have shown that the standard deviation of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Surveying and Cultural Heritage · Remote Sensing and LiDAR Applications · 3D Shape Modeling and Analysis
MethodsSparse Evolutionary Training
