econSG: Efficient and Multi-view Consistent Open-Vocabulary 3D Semantic Gaussians
Can Zhang, Gim Hee Lee
TL;DR
econSG tackles open-vocabulary 3D semantic segmentation with 3D Gaussian Splatting by introducing two key innovations: Confidence-region Guided Regularization (CRR), which mutual-refines 2D VLM features from OpenSeg and SAM to yield complete, boundary-accurate semantic masks across views; and a low-dimensional 3D contextual space learned via a one-time pre-trained autoencoder that fuses backprojected multi-view features for efficient initialization and supervision of the 3DGS semantic fields. The method initializes and optimizes semantic fields in this latent space using CRR-aligned supervision and a compact cross-view loss, achieving state-of-the-art results on four benchmarks while significantly improving training efficiency. By backprojecting 2D features into 3D and performing dimensionality reduction after fusion, econSG enforces strong multi-view consistency without sacrificing semantic richness. The approach enables robust open-world segmentation, language-guided editing, and 3D object localization with practical speedups for real-time or interactive applications.
Abstract
The primary focus of most recent works on open-vocabulary neural fields is extracting precise semantic features from the VLMs and then consolidating them efficiently into a multi-view consistent 3D neural fields representation. However, most existing works over-trusted SAM to regularize image-level CLIP without any further refinement. Moreover, several existing works improved efficiency by dimensionality reduction of semantic features from 2D VLMs before fusing with 3DGS semantic fields, which inevitably leads to multi-view inconsistency. In this work, we propose econSG for open-vocabulary semantic segmentation with 3DGS. Our econSG consists of: 1) A Confidence-region Guided Regularization (CRR) that mutually refines SAM and CLIP to get the best of both worlds for precise semantic features with complete and precise boundaries. 2) A low dimensional contextual space to enforce 3D multi-view consistency while improving computational efficiency by fusing backprojected multi-view 2D features and follow by dimensional reduction directly on the fused 3D features instead of operating on each 2D view separately. Our econSG shows state-of-the-art performance on four benchmark datasets compared to the existing methods. Furthermore, we are also the most efficient training among all the methods.
