Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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/

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

Related benchmarks

TaskDatasetResultRank
Novel View SynthesisReplica
PSNR37.012
39
3D Semantic Segmentation3D-OVS
Bed83.5
20
Open-Vocabulary 3D Scene SegmentationLeRF-mask
Figurines mIoU58.8
17
Semantic segmentationScanNet (novel views)
mIoU21.053
15
Novel View SynthesisScanNet (novel view)
PSNR19.702
15
Novel View SynthesisDeep Blending
PSNR29.58
13
3D Semantic SegmentationLERF (test)
mIoU38.3
13
3D Scene ReconstructionLERF average across four scenes
PSNR23.98
12
Novel View SynthesisEUVS Setting 2 1.0
PSNR19.59
12
Novel View SynthesisEUVS Setting 1 1.0
PSNR16.01
12
Showing 10 of 44 rows

Other info

Code

Follow for update