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

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

22 Jul 2022ICCV 2023 1arXiv:2207.11209archive 2025-07-28

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

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.11209")

Code

Syntology Ran 2 of 6 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: official repository: 6 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

weiguangzhao/PBNet officialmentioned in paperpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

6 samples harvested; 2 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran
4unverified

Licence: 0 of the 6 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from weiguangzhao/PBNet. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_vn weiguangzhao/PBNet/lib/segmentator/utils.py official repository ran Apache-2.0 (permissive) · 9a93ecf3e946d063 · report
compute_vn_kernel weiguangzhao/PBNet/lib/segmentator/utils.py official repository ran Apache-2.0 (permissive) · 361f4cf883997964 · report
diceLoss weiguangzhao/PBNet/network/PBNet.py official repository unverified Apache-2.0 (permissive) · aff3effa05104f78 · report
face_normal weiguangzhao/PBNet/datasets/scannetv2/decode_scannet.py official repository unverified Apache-2.0 (permissive) · 4d381d3548002a05 · report
model_fn_eval weiguangzhao/PBNet/network/PBNet.py official repository unverified Apache-2.0 (permissive) · 9edfa58f57140692 · report
vertex_normal weiguangzhao/PBNet/datasets/scannetv2/decode_scannet.py official repository unverified Apache-2.0 (permissive) · 35bdb3579364d945 · report

Tasks

3D Instance Segmentation3D Object DetectionBinarizationClusteringInstance SegmentationScene Understanding

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Instance Segmentation S3DIS PBNet AP@50 70.6 #3 of 21 Archive leaderboard report
3D Instance Segmentation S3DIS PBNet mAP 59.5 #3 of 21 Archive leaderboard report
3D Instance Segmentation ScanNet(v2) PBNet mAP 57.3 #12 of 32 Archive leaderboard report
3D Instance Segmentation ScanNet(v2) PBNet mAP @ 50 74.7 #12 of 32 Archive leaderboard report
3D Instance Segmentation ScanNet(v2) PBNet mAP@25 82.5 #12 of 32 Archive leaderboard report
3D Object Detection ScanNetV2 PBNet mAP@0.25 69.3 #10 of 33 Archive leaderboard report
3D Object Detection ScanNetV2 PBNet mAP@0.5 60.1 #10 of 33 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections