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

LangSplat: 3D Language Gaussian Splatting

About

Humans live in a 3D world and commonly use natural language to interact with a 3D scene. Modeling a 3D language field to support open-ended language queries in 3D has gained increasing attention recently. This paper introduces LangSplat, which constructs a 3D language field that enables precise and efficient open-vocabulary querying within 3D spaces. Unlike existing methods that ground CLIP language embeddings in a NeRF model, LangSplat advances the field by utilizing a collection of 3D Gaussians, each encoding language features distilled from CLIP, to represent the language field. By employing a tile-based splatting technique for rendering language features, we circumvent the costly rendering process inherent in NeRF. Instead of directly learning CLIP embeddings, LangSplat first trains a scene-wise language autoencoder and then learns language features on the scene-specific latent space, thereby alleviating substantial memory demands imposed by explicit modeling. Existing methods struggle with imprecise and vague 3D language fields, which fail to discern clear boundaries between objects. We delve into this issue and propose to learn hierarchical semantics using SAM, thereby eliminating the need for extensively querying the language field across various scales and the regularization of DINO features. Extensive experimental results show that LangSplat significantly outperforms the previous state-of-the-art method LERF by a large margin. Notably, LangSplat is extremely efficient, achieving a 199 $\times$ speedup compared to LERF at the resolution of 1440 $\times$ 1080. We strongly recommend readers to check out our video results at https://langsplat.github.io/

Minghan Qin, Wanhua Li, Jiawei Zhou, Haoqian Wang, Hanspeter Pfister• 2023

Related benchmarks

TaskDatasetResultRank
3D Semantic SegmentationScanNet V2 (val)
mIoU29.47
171
3D SegmentationMip-NeRF 360
mIoU54.7
31
3D Semantic Segmentation3D-OVS
Bed99.2
20
Open-Vocabulary 3D Scene SegmentationLeRF-mask
Figurines mIoU65.1
17
Semantic segmentationScanNet (novel views)
mIoU3.339
15
3D Semantic SegmentationLERF (test)
mIoU51.4
13
Semantic segmentationCholecSeg8K (test)--
13
3D Scene ReconstructionLERF average across four scenes
PSNR23.89
12
Semantic segmentationEndoVis18 Seq_9
mIoU (instrument-shaft)38.49
10
Semantic segmentationEndoVis 18 (Seq 5)
mIoU (instrument-wrist)17.16
10
Showing 10 of 43 rows

Other info

Code

Follow for update