SoftGroup++: Scalable 3D Instance Segmentation with Octree Pyramid Grouping

09/17/2022
by   Thang Vu, et al.
0

Existing state-of-the-art 3D point cloud instance segmentation methods rely on a grouping-based approach that groups points to obtain object instances. Despite improvement in producing accurate segmentation results, these methods lack scalability and commonly require dividing large input into multiple parts. To process a scene with millions of points, the existing fastest method SoftGroup <cit.> requires tens of seconds, which is under satisfaction. Our finding is that k-Nearest Neighbor (k-NN), which serves as the prerequisite of grouping, is a computational bottleneck. This bottleneck severely worsens the inference time in the scene with a large number of points. This paper proposes SoftGroup++ to address this computational bottleneck and further optimize the inference speed of the whole network. SoftGroup++ is built upon SoftGroup, which differs in three important aspects: (1) performs octree k-NN instead of vanilla k-NN to reduce time complexity from 𝒪(n^2) to 𝒪(n log n), (2) performs pyramid scaling that adaptively downsamples backbone outputs to reduce search space for k-NN and grouping, and (3) performs late devoxelization that delays the conversion from voxels to points towards the end of the model such that intermediate components operate at a low computational cost. Extensive experiments on various indoor and outdoor datasets demonstrate the efficacy of the proposed SoftGroup++. Notably, SoftGroup++ processes large scenes of millions of points by a single forward without dividing the input into multiple parts, thus enriching contextual information. Especially, SoftGroup++ achieves 2.4 points AP_50 improvement while nearly 6× faster than the existing fastest method on S3DIS dataset. The code and trained models will be made publicly available.

READ FULL TEXT

page 7

page 9

research
03/03/2022

SoftGroup for 3D Instance Segmentation on Point Clouds

Existing state-of-the-art 3D instance segmentation methods perform seman...
research
08/17/2021

Instance Segmentation in 3D Scenes using Semantic Superpoint Tree Networks

Instance segmentation in 3D scenes is fundamental in many applications o...
research
07/06/2023

Towards accurate instance segmentation in large-scale LiDAR point clouds

Panoptic segmentation is the combination of semantic and instance segmen...
research
02/06/2023

Top-Down Beats Bottom-Up in 3D Instance Segmentation

Most 3D instance segmentation methods exploit a bottom-up strategy, typi...
research
07/22/2022

Divide and Conquer: 3D Point Cloud Instance Segmentation With Point-Wise Binarization

Instance segmentation on point clouds is crucially important for 3D scen...
research
04/25/2022

PointInst3D: Segmenting 3D Instances by Points

The current state-of-the-art methods in 3D instance segmentation typical...

Please sign up or login with your details

Forgot password? Click here to reset