Papers › PartSLIP++: Enhancing Low-Shot 3D Part Segmentation via Multi-View Instance...

PartSLIP++: Enhancing Low-Shot 3D Part Segmentation via Multi-View Instance Segmentation and Maximum Likelihood Estimation

5 Dec 2023arXiv:2312.03015archive 2025-07-28

Yuchen Zhou, Jiayuan Gu, Xuanlin Li, Minghua Liu, Yunhao Fang, Hao Su

Open-world 3D part segmentation is pivotal in diverse applications such as robotics and AR/VR. Traditional supervised methods often grapple with limited 3D data availability and struggle to generalize to unseen object categories. PartSLIP, a recent advancement, has made significant strides in zero- and few-shot 3D part segmentation. This is achieved by harnessing the capabilities of the 2D open-vocabulary detection module, GLIP, and introducing a heuristic method for converting and lifting multi-view 2D bounding box predictions into 3D segmentation masks. In this paper, we introduce PartSLIP++, an enhanced version designed to overcome the limitations of its predecessor. Our approach incorporates two major improvements. First, we utilize a pre-trained 2D segmentation model, SAM, to produce pixel-wise 2D segmentations, yielding more precise and accurate annotations than the 2D bounding boxes used in PartSLIP. Second, PartSLIP++ replaces the heuristic 3D conversion process with an innovative modified Expectation-Maximization algorithm. This algorithm conceptualizes 3D instance segmentation as unobserved latent variables, and then iteratively refines them through an alternating process of 2D-3D matching and optimization with gradient descent. Through extensive evaluations, we show that PartSLIP++ demonstrates better performance over PartSLIP in both low-shot 3D semantic and instance-based object part segmentation tasks. Code released at https://github.com/zyc00/PartSLIP2.

PaperPDFCodeCode 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="2312.03015")

Code

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

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

zyc00/partslip2 officialmentioned in paperpytorchMIT 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

17 samples harvested; 17 ran; 0 honoured the contract we drafted; 0 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.

17ran

Licence: 0 of the 17 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 zyc00/partslip2. “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.

calc_iou zyc00/partslip2/eval/semantic_eval.py official repository ran MIT (permissive) · 7905eb68c83d6fc3 · report
check_pc_within_bbox zyc00/partslip2/src/bbox2seg.py official repository ran MIT (permissive) · 1b89b53acf1b369c · report
check_pc_within_seg_mask zyc00/partslip2/src/bbox2seg.py official repository ran MIT (permissive) · 8a98fdde1d2d9243 · report
compute_ap zyc00/partslip2/eval/eval_utils.py official repository ran MIT (permissive) · ab81f972201a59c2 · report
draw_rectangle zyc00/partslip2/src/glip_inference.py official repository ran MIT (permissive) · 80ca23c0df5a69f0 · report
gen_gt_labels_partnete zyc00/partslip2/eval/instance_eval.py official repository ran MIT (permissive) · 292627cba462fe52 · report
get_iou zyc00/partslip2/src/utils.py official repository ran MIT (permissive) · 743c650ee7589524 · report
get_point_iou zyc00/partslip2/src/bbox2seg.py official repository ran MIT (permissive) · b21d7e74c2ec8b4c · report
get_union zyc00/partslip2/src/mask2ins_refine.py official repository ran MIT (permissive) · bf327ed3e34a1d26 · report
intersection zyc00/partslip2/src/mask2ins_refine.py official repository ran fingerprinted MIT (permissive) · db4d6d533b962001 · report
load_gt_h5 zyc00/partslip2/eval/eval_utils.py official repository ran MIT (permissive) · 158388a7fdef7c78 · report
load_img zyc00/partslip2/src/glip_inference.py official repository ran MIT (permissive) · 4faf8454539ef598 · report
load_img zyc00/partslip2/src/mask2ins_refine.py official repository ran MIT (permissive) · 66f8aac6d7748b1b · report
load_ply zyc00/partslip2/eval/instance_eval.py official repository ran MIT (permissive) · adc92675e71d2ebc · report
load_pred_h5 zyc00/partslip2/eval/eval_utils.py official repository ran MIT (permissive) · 54d843892d13a52f · report
merge_small_components zyc00/partslip2/src/gen_superpoint.py official repository ran MIT (permissive) · d188e48d8dedbdee · report
normalize_pc zyc00/partslip2/src/utils.py official repository ran MIT (permissive) · e767dc9c06cc5761 · report

Tasks

3D Instance Segmentation3D Part SegmentationInstance SegmentationSegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SAM

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