CVAIROMay 12, 2025

SLAG: Scalable Language-Augmented Gaussian Splatting

arXiv:2505.08124v24 citationsh-index: 5IEEE Robot Autom Lett
Originality Incremental advance
AI Analysis

This work addresses scalability and speed issues in language-augmented scene representations for time-sensitive robotics applications like search-and-rescue, though it is incremental as it builds on existing Gaussian splatting and visual-language models.

The paper tackles the challenge of rapidly encoding large-scale scenes for robotics by introducing SLAG, a multi-GPU framework that integrates 2D visual-language features into 3D Gaussian splatting, achieving an 18 times speedup in embedding computation compared to prior methods while maintaining quality.

Language-augmented scene representations hold great promise for large-scale robotics applications such as search-and-rescue, smart cities, and mining. Many of these scenarios are time-sensitive, requiring rapid scene encoding while also being data-intensive, necessitating scalable solutions. Deploying these representations on robots with limited computational resources further adds to the challenge. To address this, we introduce SLAG, a multi-GPU framework for language-augmented Gaussian splatting that enhances the speed and scalability of embedding large scenes. Our method integrates 2D visual-language model features into 3D scenes using SAM and CLIP. Unlike prior approaches, SLAG eliminates the need for a loss function to compute per-Gaussian language embeddings. Instead, it derives embeddings from 3D Gaussian scene parameters via a normalized weighted average, enabling highly parallelized scene encoding. Additionally, we introduce a vector database for efficient embedding storage and retrieval. Our experiments show that SLAG achieves an 18 times speedup in embedding computation on a 16-GPU setup compared to OpenGaussian, while preserving embedding quality on the ScanNet and LERF datasets. For more details, visit our project website: https://slag-project.github.io/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes