Papers › Feature 3DGS: Supercharging 3D Gaussian Splatting to Enable Distilled Feature Fields

Feature 3DGS: Supercharging 3D Gaussian Splatting to Enable Distilled Feature Fields

6 Dec 2023CVPR 2024 1arXiv:2312.03203archive 2025-07-28

Shijie Zhou, Haoran Chang, Sicheng Jiang, Zhiwen Fan, Zehao Zhu, Dejia Xu, Pradyumna Chari, Suya You, Zhangyang Wang, Achuta Kadambi

3D scene representations have gained immense popularity in recent years. Methods that use Neural Radiance fields are versatile for traditional tasks such as novel view synthesis. In recent times, some work has emerged that aims to extend the functionality of NeRF beyond view synthesis, for semantically aware tasks such as editing and segmentation using 3D feature field distillation from 2D foundation models. However, these methods have two major limitations: (a) they are limited by the rendering speed of NeRF pipelines, and (b) implicitly represented feature fields suffer from continuity artifacts reducing feature quality. Recently, 3D Gaussian Splatting has shown state-of-the-art performance on real-time radiance field rendering. In this work, we go one step further: in addition to radiance field rendering, we enable 3D Gaussian splatting on arbitrary-dimension semantic features via 2D foundation model distillation. This translation is not straightforward: naively incorporating feature fields in the 3DGS framework encounters significant challenges, notably the disparities in spatial resolution and channel consistency between RGB images and feature maps. We propose architectural and training changes to efficiently avert this problem. Our proposed method is general, and our experiments showcase novel view semantic segmentation, language-guided editing and segment anything through learning feature fields from state-of-the-art 2D foundation models such as SAM and CLIP-LSeg. Across experiments, our distillation method is able to provide comparable or better results, while being significantly faster to both train and render. Additionally, to the best of our knowledge, we are the first method to enable point and bounding-box prompting for radiance field manipulation, by leveraging the SAM model. Project website at: https://feature-3dgs.github.io/

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

Code

Syntology Ran 12 of 24 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 3 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: official repository: 1 sample from 1 repository, 1 ran; community (archive-listed): 23 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ShijieZhou-UCLA/feature-3dgs officialmentioned on GitHubpytorch report
keloee/maskfield mentioned on GitHubjaxMIT 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

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

1ran · violated contract
1ran · our draft was wrong
3ran · fixture could not drive it
7ran
12unverified

Licence: 1 of the 24 samples is 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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_legend_patch ShijieZhou-UCLA/feature-3dgs/encoders/lseg_encoder/encode_images.py official repository ran · fixture could not drive it licence not identified · pointer only · 826d97f0a222f986 · report
OctreeRender_trilinear_fast_depth keloee/maskfield/renderer.py community (archive-listed) ran MIT (permissive) · eae018b803b70a00 · report
batch_dice_loss keloee/maskfield/models/matcher.py community (archive-listed) ran fingerprinted MIT (permissive) · b73525bcfb4b4e5a · report
dice_loss keloee/maskfield/models/losses.py community (archive-listed) ran fingerprinted MIT (permissive) · 016dba4163da28df · report
eval_sh keloee/maskfield/models/sh.py community (archive-listed) ran MIT (permissive) · db95ecdf5d4abe6b · report
eval_sh_bases keloee/maskfield/models/sh.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · caa9e209a9083a0f · report
filter keloee/maskfield/extract_feature.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 2e7f3dd0cf98f11e · report
init_log keloee/maskfield/funcs.py community (archive-listed) ran MIT (permissive) · dc510fe4f2261490 · report
pad_img keloee/maskfield/extract_feature.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · f062653540840f44 · report
positional_encoding keloee/maskfield/models/tensorBase.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 11a10efa60767162 · report
raw2alpha keloee/maskfield/models/tensorBase.py community (archive-listed) ran fingerprinted MIT (permissive) · c1acffa981204fee · report
visualize_depth_numpy keloee/maskfield/funcs.py community (archive-listed) ran MIT (permissive) · c775698c33cfa2de · report
OctreeRender_trilinear_fast keloee/maskfield/renderer.py community (archive-listed) unverified MIT (permissive) · 6a37a8e809bde7a0 · report
SHRender keloee/maskfield/models/tensorBase.py community (archive-listed) unverified MIT (permissive) · 3a530f556e40d9c0 · report
apply_float_colormap keloee/maskfield/colormaps.py community (archive-listed) unverified MIT (permissive) · 72f9a57ae3d0ae8d · report
batch_sigmoid_focal_loss keloee/maskfield/models/matcher.py community (archive-listed) unverified MIT (permissive) · 5ce0a97aafc3b0d4 · report
chunk_cosine_sim keloee/maskfield/models/matcher.py community (archive-listed) unverified MIT (permissive) · 88f81a32c328085d · report
evaluation keloee/maskfield/renderer.py community (archive-listed) unverified MIT (permissive) · 0b4c49066bad50f8 · report
get_color keloee/maskfield/colors.py community (archive-listed) unverified MIT (permissive) · eeee61bc904ad6c5 · report
js_divergence keloee/maskfield/models/losses.py community (archive-listed) unverified MIT (permissive) · 8814888ea31454d6 · report
mask_nms keloee/maskfield/extract_feature.py community (archive-listed) unverified MIT (permissive) · d4b16e8ecb449d48 · report
py_sigmoid_focal_loss keloee/maskfield/models/focal_loss.py community (archive-listed) unverified MIT (permissive) · 2da4941aadc1be82 · report
sigmoid_focal_loss keloee/maskfield/models/losses.py community (archive-listed) unverified MIT (permissive) · 71e149dc0c33b040 · report
weight_reduce_loss keloee/maskfield/models/focal_loss.py community (archive-listed) unverified MIT (permissive) · 0b78c3cf1e82d884 · report

Tasks

3D scene Editing3DGSNatural Language QueriesNeRFNovel View SynthesisSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AWARESAMSPEED

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