Papers › ISBNet: a 3D Point Cloud Instance Segmentation Network with Instance-aware Sampling...

ISBNet: a 3D Point Cloud Instance Segmentation Network with Instance-aware Sampling and Box-aware Dynamic Convolution

1 Mar 2023CVPR 2023 1arXiv:2303.00246archive 2025-07-28

Tuan Duc Ngo, Binh-Son Hua, Khoi Nguyen

Existing 3D instance segmentation methods are predominated by the bottom-up design -- manually fine-tuned algorithm to group points into clusters followed by a refinement network. However, by relying on the quality of the clusters, these methods generate susceptible results when (1) nearby objects with the same semantic class are packed together, or (2) large objects with loosely connected regions. To address these limitations, we introduce ISBNet, a novel cluster-free method that represents instances as kernels and decodes instance masks via dynamic convolution. To efficiently generate high-recall and discriminative kernels, we propose a simple strategy named Instance-aware Farthest Point Sampling to sample candidates and leverage the local aggregation layer inspired by PointNet++ to encode candidate features. Moreover, we show that predicting and leveraging the 3D axis-aligned bounding boxes in the dynamic convolution further boosts performance. Our method set new state-of-the-art results on ScanNetV2 (55.9), S3DIS (60.8), and STPLS3D (49.2) in terms of AP and retains fast inference time (237ms per scene on ScanNetV2). The source code and trained models are available at https://github.com/VinAIResearch/ISBNet.

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="2303.00246")

Code

Syntology Ran 2 of 19 code samples harvested from 1 repository linked to this paper; 17 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: official repository: 19 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.

VinAIResearch/ISBNet officialmentioned in papermentioned on GitHubpytorchBSD-3-Clause report
yunshin/SphericalMask mentioned on GitHubpytorchApache-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

19 samples harvested; 2 ran; 0 honoured the contract we drafted; 17 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 · our draft was wrong
17unverified

Licence: 0 of the 19 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 VinAIResearch/ISBNet. “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.

get_clones VinAIResearch/ISBNet/isbnet/model/blocks.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · 891b8ebab395921f · report
unique_with_inds VinAIResearch/ISBNet/isbnet/model/blocks.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · 6ec42f54dda661e2 · report
build_matcher VinAIResearch/ISBNet/isbnet/model/matcher.py official repository unverified BSD-3-Clause (permissive) · f117960158fe65f5 · report
calc_square_dist VinAIResearch/ISBNet/isbnet/model/model_utils.py official repository unverified BSD-3-Clause (permissive) · 560832d29481933a · report
compute_dice_cost VinAIResearch/ISBNet/isbnet/model/matcher.py official repository unverified BSD-3-Clause (permissive) · 606e2a02e1bda770 · report
compute_dice_loss VinAIResearch/ISBNet/isbnet/model/criterion.py official repository unverified BSD-3-Clause (permissive) · 878f5aebb430a0cd · report
compute_sigmoid_focal_loss VinAIResearch/ISBNet/isbnet/model/criterion.py official repository unverified BSD-3-Clause (permissive) · 052d20023e79e3bf · report
evaluate_offset_mae VinAIResearch/ISBNet/isbnet/evaluation/point_wise_eval.py official repository unverified BSD-3-Clause (permissive) · b4cd600209f34611 · report
evaluate_semantic_acc VinAIResearch/ISBNet/isbnet/evaluation/point_wise_eval.py official repository unverified BSD-3-Clause (permissive) · caa556fdf3f1079e · report
evaluate_semantic_miou VinAIResearch/ISBNet/isbnet/evaluation/point_wise_eval.py official repository unverified BSD-3-Clause (permissive) · bc27be3c2a69fe70 · report
get_iou VinAIResearch/ISBNet/isbnet/model/criterion.py official repository unverified BSD-3-Clause (permissive) · d25a8a78b883dc85 · report
ln_norm VinAIResearch/ISBNet/isbnet/model/blocks.py official repository unverified BSD-3-Clause (permissive) · 083769d411d192ba · report
load_ids VinAIResearch/ISBNet/isbnet/evaluation/instance_eval_util.py official repository unverified BSD-3-Clause (permissive) · 1569c8cb19910d35 · report
nms_and_merge VinAIResearch/ISBNet/isbnet/model/model_utils.py official repository unverified BSD-3-Clause (permissive) · 60642bb25404f38a · report
read_mesh_vertices VinAIResearch/ISBNet/isbnet/evaluation/instance_eval_util.py official repository unverified BSD-3-Clause (permissive) · 71b8cec4a388f189 · report
set_bn_momentum_default VinAIResearch/ISBNet/isbnet/model/module_utils.py official repository unverified BSD-3-Clause (permissive) · 0ad12b1e8408e2f9 · report
sigmoid_bce_loss VinAIResearch/ISBNet/isbnet/model/matcher.py official repository unverified BSD-3-Clause (permissive) · eaa1dc597251ce1b · report
standard_nms VinAIResearch/ISBNet/isbnet/model/model_utils.py official repository unverified BSD-3-Clause (permissive) · ea0eed78ca52d7a8 · report
transform_points VinAIResearch/ISBNet/isbnet/evaluation/instance_eval_util.py official repository unverified BSD-3-Clause (permissive) · d328ddb2e66ec4be · report

Tasks

3D Instance SegmentationInstance SegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Instance Segmentation S3DIS ISBNet AP@50 70.5 #4 of 21 Archive leaderboard report
3D Instance Segmentation S3DIS ISBNet mAP 60.8 #4 of 21 Archive leaderboard report
3D Instance Segmentation S3DIS ISBNet mCov 74.9 #4 of 21 Archive leaderboard report
3D Instance Segmentation S3DIS ISBNet mPrec 77.5 #4 of 21 Archive leaderboard report
3D Instance Segmentation S3DIS ISBNet mRec 77.1 #4 of 21 Archive leaderboard report
3D Instance Segmentation S3DIS ISBNet mWCov 76.8 #4 of 21 Archive leaderboard report
3D Instance Segmentation STPLS3D ISBNet AP 49.2 #5 of 9 Archive leaderboard report
3D Instance Segmentation STPLS3D ISBNet AP50 64.0 #5 of 9 Archive leaderboard report
3D Instance Segmentation ScanNet(v2) ISBNet mAP 55.9 #9 of 32 Archive leaderboard report
3D Instance Segmentation ScanNet(v2) ISBNet mAP @ 50 76.3 #9 of 32 Archive leaderboard report
3D Instance Segmentation ScanNet(v2) ISBNet mAP@25 84.5 #9 of 32 Archive leaderboard report
3D Instance Segmentation ScanNet200 ISBNet mAP 24.5 #4 of 5 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.

Methods

Convolution

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