Papers › SAMPro3D: Locating SAM Prompts in 3D for Zero-Shot Scene Segmentation

SAMPro3D: Locating SAM Prompts in 3D for Zero-Shot Scene Segmentation

29 Nov 2023arXiv:2311.17707archive 2025-07-28

Mutian Xu, Xingyilang Yin, Lingteng Qiu, Yang Liu, Xin Tong, Xiaoguang Han

We introduce SAMPro3D for zero-shot 3D indoor scene segmentation. Given the 3D point cloud and multiple posed 2D frames of 3D scenes, our approach segments 3D scenes by applying the pretrained Segment Anything Model (SAM) to 2D frames. Our key idea involves locating 3D points in scenes as natural 3D prompts to align their projected pixel prompts across frames, ensuring frame-consistency in both pixel prompts and their SAM-predicted masks. Moreover, we suggest filtering out low-quality 3D prompts based on feedback from all 2D frames, for enhancing segmentation quality. We also propose to consolidate different 3D prompts if they are segmenting the same object, bringing a more comprehensive segmentation. Notably, our method does not require any additional training on domain-specific data, enabling us to preserve the zero-shot power of SAM. Extensive qualitative and quantitative results show that our method consistently achieves higher quality and more diverse segmentation than previous zero-shot or fully supervised approaches, and in many cases even surpasses human-level annotations. The project page can be accessed at https://mutianxu.github.io/sampro3d/.

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

Code

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

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

GAP-LAB-CUHK-SZ/SAMPro3D officialmentioned 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

16 samples harvested; 12 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.

12ran
4unverified

Licence: 0 of the 16 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 GAP-LAB-CUHK-SZ/SAMPro3D. “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.

adjust_intrinsic GAP-LAB-CUHK-SZ/SAMPro3D/dataset_preprocess/preprocess_util.py official repository ran Apache-2.0 (permissive) · c58cf40ab0e3d808 · report
apply_coords_torch GAP-LAB-CUHK-SZ/SAMPro3D/utils/sam_utils.py official repository ran Apache-2.0 (permissive) · 96acf36f2bf2b19d · report
area_from_rle GAP-LAB-CUHK-SZ/SAMPro3D/utils/sam_utils.py official repository ran Apache-2.0 (permissive) · 715832a79a564641 · report
cal_iou GAP-LAB-CUHK-SZ/SAMPro3D/utils/vis_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 7b2ed44d3cabdb55 · report
compute_mapping GAP-LAB-CUHK-SZ/SAMPro3D/utils/main_utils.py official repository ran Apache-2.0 (permissive) · 0288cbb68dfd84b3 · report
grouping GAP-LAB-CUHK-SZ/SAMPro3D/libs/pointops/functions/grouping.py official repository ran Apache-2.0 (permissive) · 16d72a87054ccef6 · report
load_ply GAP-LAB-CUHK-SZ/SAMPro3D/utils/main_utils.py official repository ran Apache-2.0 (permissive) · 5d9ad393128524ec · report
make_intrinsic GAP-LAB-CUHK-SZ/SAMPro3D/dataset_preprocess/preprocess_util.py official repository ran Apache-2.0 (permissive) · 6385efe2f5a14a24 · report
map_label_image GAP-LAB-CUHK-SZ/SAMPro3D/dataset_preprocess/preprocess_2d_scannet.py official repository ran Apache-2.0 (permissive) · f39dd6d6d882fdc3 · report
read_label_mapping GAP-LAB-CUHK-SZ/SAMPro3D/dataset_preprocess/preprocess_2d_scannet.py official repository ran Apache-2.0 (permissive) · 38550edff36aa8dd · report
represents_int GAP-LAB-CUHK-SZ/SAMPro3D/dataset_preprocess/preprocess_2d_scannet.py official repository ran Apache-2.0 (permissive) · 945af43d6054ff01 · report
transform_pt_depth_scannet_torch GAP-LAB-CUHK-SZ/SAMPro3D/utils/main_utils.py official repository ran Apache-2.0 (permissive) · 62a58cd9338799e5 · report
box_xyxy_to_xywh GAP-LAB-CUHK-SZ/SAMPro3D/utils/sam_utils.py official repository unverified Apache-2.0 (permissive) · 7069d6e0ba7c409e · report
interpolation GAP-LAB-CUHK-SZ/SAMPro3D/libs/pointops/functions/interpolation.py official repository unverified Apache-2.0 (permissive) · 60bae3c637ca79fb · report
show_iou GAP-LAB-CUHK-SZ/SAMPro3D/utils/vis_utils.py official repository unverified Apache-2.0 (permissive) · ee1cc0a38944cca5 · report
show_mask GAP-LAB-CUHK-SZ/SAMPro3D/utils/vis_utils.py official repository unverified Apache-2.0 (permissive) · b3917ab72449e04c · report

Tasks

Scene SegmentationScene UnderstandingSegmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNSAM

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