OpenSplat3D: Open-Vocabulary 3D Instance Segmentation Using Gaussian Splatting

Abstract

3D Gaussian Splatting (3DGS) has emerged as a powerful representation for neural scene reconstruction, offering high-quality novel view synthesis while maintaining computational efficiency. In this paper, we extend the capabilities of 3DGS beyond pure scene representation by introducing an approach for open-vocabulary 3D instance segmentation without requiring manual labeling, termed OpenSplat3D. Our method leverages feature-splatting techniques to associate semantic information with individual Gaussians, enabling fine-grained scene understanding. We incorporate Segment Anything Model instance masks with a contrastive loss formulation as guidance for the instance features to achieve accurate instance-level segmentation. Furthermore, we utilize language embeddings of a vision-language model, allowing for flexible, text-driven instance identification. This combination enables our system to identify and segment arbitrary objects in 3D scenes based on natural language descriptions. We show results on LERF-mask and LERF-OVS as well as the full ScanNet++ validation set, demonstrating the effectiveness of our approach.

Cite

Text

Piekenbrinck et al. "OpenSplat3D: Open-Vocabulary 3D Instance Segmentation Using Gaussian Splatting." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2025.

Markdown

[Piekenbrinck et al. "OpenSplat3D: Open-Vocabulary 3D Instance Segmentation Using Gaussian Splatting." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2025.](https://mlanthology.org/cvprw/2025/piekenbrinck2025cvprw-opensplat3d/)

BibTeX

@inproceedings{piekenbrinck2025cvprw-opensplat3d,
  title     = {{OpenSplat3D: Open-Vocabulary 3D Instance Segmentation Using Gaussian Splatting}},
  author    = {Piekenbrinck, Jens and Schmidt, Christian and Hermans, Alexander and Vaskevicius, Narunas and Linder, Timm and Leibe, Bastian},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2025},
  pages     = {5246-5255},
  url       = {https://mlanthology.org/cvprw/2025/piekenbrinck2025cvprw-opensplat3d/}
}