TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Divide and Conquer: 3D Point Cloud Instance Segmentation W...

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

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

2022-07-22ICCV 2023 1Binarization3D Instance SegmentationScene UnderstandingClusteringInstance Segmentation3D Object Detection
PaperPDFCode(official)

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.

Results

TaskDatasetMetricValueModel
Object DetectionScanNetV2mAP@0.2569.3PBNet
Object DetectionScanNetV2mAP@0.560.1PBNet
3DScanNetV2mAP@0.2569.3PBNet
3DScanNetV2mAP@0.560.1PBNet
Instance SegmentationS3DISAP@5070.6PBNet
Instance SegmentationS3DISmAP59.5PBNet
Instance SegmentationScanNet(v2)mAP57.3PBNet
Instance SegmentationScanNet(v2)mAP @ 5074.7PBNet
Instance SegmentationScanNet(v2)mAP@2582.5PBNet
3D Object DetectionScanNetV2mAP@0.2569.3PBNet
3D Object DetectionScanNetV2mAP@0.560.1PBNet
2D ClassificationScanNetV2mAP@0.2569.3PBNet
2D ClassificationScanNetV2mAP@0.560.1PBNet
2D Object DetectionScanNetV2mAP@0.2569.3PBNet
2D Object DetectionScanNetV2mAP@0.560.1PBNet
16kScanNetV2mAP@0.2569.3PBNet
16kScanNetV2mAP@0.560.1PBNet
3D Instance SegmentationS3DISAP@5070.6PBNet
3D Instance SegmentationS3DISmAP59.5PBNet
3D Instance SegmentationScanNet(v2)mAP57.3PBNet
3D Instance SegmentationScanNet(v2)mAP @ 5074.7PBNet
3D Instance SegmentationScanNet(v2)mAP@2582.5PBNet

Related Papers

Tri-Learn Graph Fusion Network for Attributed Graph Clustering2025-07-18Advancing Complex Wide-Area Scene Understanding with Hierarchical Coresets Selection2025-07-17Argus: Leveraging Multiview Images for Improved 3-D Scene Understanding With Large Language Models2025-07-17City-VLM: Towards Multidomain Perception Scene Understanding via Multimodal Incomplete Learning2025-07-17SCORE: Scene Context Matters in Open-Vocabulary Remote Sensing Instance Segmentation2025-07-17Dual LiDAR-Based Traffic Movement Count Estimation at a Signalized Intersection: Deployment, Data Collection, and Preliminary Analysis2025-07-17Ranking Vectors Clustering: Theory and Applications2025-07-16Learning to Tune Like an Expert: Interpretable and Scene-Aware Navigation via MLLM Reasoning and CVAE-Based Adaptation2025-07-15