HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

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

Weiguang Zhao Yuyao Yan Chaolong Yang Jianan Ye Xi Yang Kaizhu Huang

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

Abstract

Instance segmentation on point clouds is crucially important for 3D scene understanding. Most SOTAs adopt distance clustering, which is typically effective but does not perform well in segmenting adjacent objects with the same semantic label (especially when they share neighboring points). Due to the uneven distribution of offset points, these existing methods can hardly cluster all instance points. To this end, we design a novel divide-and-conquer strategy named PBNet that binarizes each point and clusters them separately to segment instances. Our binary clustering divides offset instance points into two categories: high and low density points (HPs vs. LPs). Adjacent objects can be clearly separated by removing LPs, and then be completed and refined by assigning LPs via a neighbor voting method. To suppress potential over-segmentation, we propose to construct local scenes with the weight mask for each instance. As a plug-in, the proposed binary clustering can replace traditional distance clustering and lead to consistent performance gains on many mainstream baselines. A series of experiments on ScanNetV2 and S3DIS datasets indicate the superiority of our model. In particular, PBNet ranks first on the ScanNetV2 official benchmark challenge, achieving the highest mAP. Code will be available publicly at https://github.com/weiguangzhao/PBNet.

Code Repositories

weiguangzhao/PBNet
Official
pytorch

Benchmarks

BenchmarkMethodologyMetrics
3d-instance-segmentation-on-s3disPBNet
AP@50: 70.6
mAP: 59.5
3d-instance-segmentation-on-scannetv2PBNet
mAP: 57.3
mAP @ 50: 74.7
mAP@25: 82.5
3d-object-detection-on-scannetv2PBNet
mAP@0.25: 69.3
mAP@0.5: 60.1

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Divide and Conquer: 3D Point Cloud Instance Segmentation With Point-Wise Binarization | Papers | HyperAI