GAGS: Granularity-Aware Feature Distillation for Language Gaussian Splatting
Yuning Peng, Haiping Wang, Yuan Liu, Chenglu Wen, Zhen Dong, Bisheng Yang
TL;DR
GAGS tackles open-vocabulary 3D grounding by distilling CLIP-derived 2D features into a single 3D Gaussian field built on 3D Gaussian Splatting. It introduces granularity-aware segmentation and a learnable granularity decoding mechanism to ensure multiview-consistent features, addressing the core challenge of 2D-to-3D feature inconsistency. The method achieves notable gains in both localization and semantic segmentation on LERF and Mip-NeRF-360, while delivering roughly double the inference speed compared to prior multi-granularity approaches. Overall, GAGS provides a robust, efficient framework for open-vocabulary 3D scene understanding with practical applicability to interactive 3D querying and rendering.
Abstract
3D open-vocabulary scene understanding, which accurately perceives complex semantic properties of objects in space, has gained significant attention in recent years. In this paper, we propose GAGS, a framework that distills 2D CLIP features into 3D Gaussian splatting, enabling open-vocabulary queries for renderings on arbitrary viewpoints. The main challenge of distilling 2D features for 3D fields lies in the multiview inconsistency of extracted 2D features, which provides unstable supervision for the 3D feature field. GAGS addresses this challenge with two novel strategies. First, GAGS associates the prompt point density of SAM with the camera distances, which significantly improves the multiview consistency of segmentation results. Second, GAGS further decodes a granularity factor to guide the distillation process and this granularity factor can be learned in a unsupervised manner to only select the multiview consistent 2D features in the distillation process. Experimental results on two datasets demonstrate significant performance and stability improvements of GAGS in visual grounding and semantic segmentation, with an inference speed 2$\times$ faster than baseline methods. The code and additional results are available at https://pz0826.github.io/GAGS-Webpage/ .
