Litcius/Paper detail

SoftGroup for 3D Instance Segmentation on Point Clouds

Thang Vu, Kookhoi Kim, Tung M. Luu, Thanh Minh Nguyen, Chang D. Yoo

20222022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)257 citationsDOI

Abstract

Existing state-of-the-art 3D instance segmentation methods perform semantic segmentation followed by grouping. The hard predictions are made when performing semantic segmentation such that each point is associated with a single class. However, the errors stemming from hard decision propagate into grouping that results in (1) low overlaps between the predicted instance with the ground truth and (2) substantial false positives. To address the aforementioned problems, this paper proposes a 3D instance segmentation method referred to as SoftGroup by performing bottom-up soft grouping followed by top-down refinement. SoftGroup allows each point to be associated with multiple classes to mitigate the problems stemming from semantic prediction errors and suppresses false positive instances by learning to categorize them as background. Experimental results on different datasets and multiple evaluation metrics demonstrate the efficacy of SoftGroup. Its performance surpasses the strongest prior method by a significant margin of <tex xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">$+6.2\%$</tex> on the ScanNet v2 hidden test set and <tex xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">$+6.8\%$</tex> on S3DIS Area 5 in terms of <tex xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">$AP_{50}$</tex> . Soft-Group is also fast, running at 345ms per scan with a sin-gle Titan X on ScanNet v2 dataset. The source code and trained models for both datasets are available at https://github.com/thangvubk/SoftGroup.git.

Topics & Concepts

Computer scienceSegmentationFalse positive paradoxArtificial intelligenceGround truthCategorizationPoint (geometry)Margin (machine learning)Set (abstract data type)Machine learningPattern recognition (psychology)MathematicsProgramming languageGeometry3D Shape Modeling and Analysis3D Surveying and Cultural HeritageRobotics and Sensor-Based Localization
SoftGroup for 3D Instance Segmentation on Point Clouds | Litcius