Gen-LangSplat: Generalized Language Gaussian Splatting with Pre-Trained Feature Compression
Pranav Saxena
TL;DR
Gen-LangSplat removes the per-scene language autoencoder bottleneck in open-vocabulary 3D grounding by introducing a generalized autoencoder trained on ScanNet to learn a transferable latent space for CLIP features. The pipeline uses SAM-derived masks and CLIP embeddings, compressed to a fixed $k$-dimensional latent space, and attaches learnable language features to each Gaussian in the 3D Splatting representation. After an RGB optimization, only the language codes are trained, enabling cross-scene language reasoning with about $2\times$ efficiency gains while preserving localization and segmentation performance comparable to LangSplat. An ablation study shows that a $16$-dimensional latent space optimally balances reconstruction fidelity (MSE ~$3\times10^{-4}$) and semantic retention (cosine similarity > $0.93$), supporting robust open-vocabulary 3D querying in novel environments.
Abstract
Modeling open-vocabulary language fields in 3D is essential for intuitive human-AI interaction and querying within physical environments. State-of-the-art approaches, such as LangSplat, leverage 3D Gaussian Splatting to efficiently construct these language fields, encoding features distilled from high-dimensional models like CLIP. However, this efficiency is currently offset by the requirement to train a scene-specific language autoencoder for feature compression, introducing a costly, per-scene optimization bottleneck that hinders deployment scalability. In this work, we introduce Gen-LangSplat, that eliminates this requirement by replacing the scene-wise autoencoder with a generalized autoencoder, pre-trained extensively on the large-scale ScanNet dataset. This architectural shift enables the use of a fixed, compact latent space for language features across any new scene without any scene-specific training. By removing this dependency, our entire language field construction process achieves a efficiency boost while delivering querying performance comparable to, or exceeding, the original LangSplat method. To validate our design choice, we perform a thorough ablation study empirically determining the optimal latent embedding dimension and quantifying representational fidelity using Mean Squared Error and cosine similarity between the original and reprojected 512-dimensional CLIP embeddings. Our results demonstrate that generalized embeddings can efficiently and accurately support open-vocabulary querying in novel 3D scenes, paving the way for scalable, real-time interactive 3D AI applications.
