Papers › Segment Anything in 3D with Radiance Fields

Segment Anything in 3D with Radiance Fields

24 Apr 2023NeurIPS 2023 11arXiv:2304.12308archive 2025-07-28

Jiazhong Cen, Jiemin Fang, Zanwei Zhou, Chen Yang, Lingxi Xie, Xiaopeng Zhang, Wei Shen, Qi Tian

The Segment Anything Model (SAM) emerges as a powerful vision foundation model to generate high-quality 2D segmentation results. This paper aims to generalize SAM to segment 3D objects. Rather than replicating the data acquisition and annotation procedure which is costly in 3D, we design an efficient solution, leveraging the radiance field as a cheap and off-the-shelf prior that connects multi-view 2D images to the 3D space. We refer to the proposed solution as SA3D, short for Segment Anything in 3D. With SA3D, the user is only required to provide a 2D segmentation prompt (e.g., rough points) for the target object in a single view, which is used to generate its corresponding 2D mask with SAM. Next, SA3D alternately performs mask inverse rendering and cross-view self-prompting across various views to iteratively refine the 3D mask of the target object. For one view, mask inverse rendering projects the 2D mask obtained by SAM into the 3D space with guidance of the density distribution learned by the radiance field for 3D mask refinement; Then, cross-view self-prompting extracts reliable prompts automatically as the input to SAM from the rendered 2D mask of the inaccurate 3D mask for a new view. We show in experiments that SA3D adapts to various scenes and achieves 3D segmentation within seconds. Our research reveals a potential methodology to lift the ability of a 2D segmentation model to 3D. Our code is available at https://github.com/Jumpat/SegmentAnythingin3D.

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

Code

Syntology Ran 5 of 19 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

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

jumpat/segmentanythingin3d officialmentioned in papermentioned 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; 5 ran; 0 honoured the contract we drafted; 14 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
1ran · fixture could not drive it
2ran
14unverified

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 Jumpat/SegmentAnythingin3D. “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.

create_full_step_id Jumpat/SegmentAnythingin3D/lib/dmpigo.py official repository ran Apache-2.0 (permissive) · eb2f4df4e13ab013 · report
get_rays Jumpat/SegmentAnythingin3D/lib/dvgo.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 049307a781780caa · report
get_rays_np Jumpat/SegmentAnythingin3D/lib/dvgo.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 797ecc3ad3e96c73 · report
import_modules_from_strings Jumpat/SegmentAnythingin3D/lib/config_misc.py official repository ran Apache-2.0 (permissive) · 0bccf0e06e6688aa · report
ndc_rays Jumpat/SegmentAnythingin3D/lib/dvgo.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 4366d225ac2fe16d · report
add_args Jumpat/SegmentAnythingin3D/lib/config_loader.py official repository unverified Apache-2.0 (permissive) · 473d9d583627843c · report
cal_IoU Jumpat/SegmentAnythingin3D/lib/evaluate.py official repository unverified Apache-2.0 (permissive) · 511c97b243c563d0 · report
cal_IoU_from_path Jumpat/SegmentAnythingin3D/lib/evaluate.py official repository unverified Apache-2.0 (permissive) · f315b0b66ae0d0b2 · report
cal_IoU_from_paths Jumpat/SegmentAnythingin3D/lib/evaluate.py official repository unverified Apache-2.0 (permissive) · deea2b0cf17f617e · report
compute_bbox_by_cam_frustrm Jumpat/SegmentAnythingin3D/lib/bbox_utils.py official repository unverified Apache-2.0 (permissive) · 2784b7a54316720b · report
compute_bbox_by_coarse_geo Jumpat/SegmentAnythingin3D/lib/bbox_utils.py official repository unverified Apache-2.0 (permissive) · 2c392b56127c8a17 · report
compute_tensorf_feat Jumpat/SegmentAnythingin3D/lib/grid.py official repository unverified Apache-2.0 (permissive) · 67fd5c6c899ca0af · report
compute_tensorf_val Jumpat/SegmentAnythingin3D/lib/grid.py official repository unverified Apache-2.0 (permissive) · e6262a56833bb6d2 · report
fopen Jumpat/SegmentAnythingin3D/lib/config_path.py official repository unverified Apache-2.0 (permissive) · 1c99e80d5edb7a50 · report
is_filepath Jumpat/SegmentAnythingin3D/lib/config_path.py official repository unverified Apache-2.0 (permissive) · 171bcb2a8ae45d10 · report
is_str Jumpat/SegmentAnythingin3D/lib/config_misc.py official repository unverified Apache-2.0 (permissive) · 8bc5194225bbc6b4 · report
iter_cast Jumpat/SegmentAnythingin3D/lib/config_misc.py official repository unverified Apache-2.0 (permissive) · 1bda25f83ef08f6f · report
mark_image Jumpat/SegmentAnythingin3D/lib/gui.py official repository unverified Apache-2.0 (permissive) · 5b5f0ed4755e1c68 · report
scandir Jumpat/SegmentAnythingin3D/lib/config_path.py official repository unverified Apache-2.0 (permissive) · 46c1d9cb19d326b6 · report

Tasks

Inverse RenderingSegmentation

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