arXiv:2507.07136cs.CVcs.GR2025-07NeurIPS被引 49

LangSplatV2让3D语言点云实时渲染,速度提升47倍。

LangSplatV2: High-dimensional 3D Language Gaussian Splatting with 450+ FPS

  • 用稀疏系数替代解码器,大幅减少计算开销。
  • 在高分辨率图像上实现476.2 FPS的特征渲染与384.6 FPS的文本查询。
  • 适合需要实时语言交互的3D场景应用,如AR/VR和智能导航。

本文提出LangSplatV2,可在高分辨率图像上实现476.2 FPS的高维特征点云渲染与384.6 FPS的3D开放词汇文本查询,相较LangSplat提速42倍和47倍,同时提升查询精度。LangSplat通过高斯点云将2D CLIP语言特征嵌入3D,显著加速并学习精准的3D语言场,融合SAM语义。然而,其原始版本仅达8.2 FPS,受限于高性能A100 GPU仍无法实时运行。我们分析发现,重载解码器是主要瓶颈。为此,LangSplatV2假设每个高斯点为全局字典中的稀疏编码,学习3D稀疏系数场,彻底消除解码器需求。结合CUDA优化的稀疏系数点云渲染方法,以极低维度特征实现高质量输出,仅消耗点云渲染时间。实验表明,该方法在精度上持平或更优,且速度飞跃。代码与演示见项目页:https://langsplat-v2.github.io。

原文摘要 · Abstract (English)

In this paper, we introduce LangSplatV2, which achieves high-dimensional feature splatting at 476.2 FPS and 3D open-vocabulary text querying at 384.6 FPS for high-resolution images, providing a 42 $\times$ speedup and a 47 $\times$ boost over LangSplat respectively, along with improved query accuracy. LangSplat employs Gaussian Splatting to embed 2D CLIP language features into 3D, significantly enhancing speed and learning a precise 3D language field with SAM semantics. Such advancements in 3D language fields are crucial for applications that require language interaction within complex scenes. However, LangSplat does not yet achieve real-time inference performance (8.2 FPS), even with advanced A100 GPUs, severely limiting its broader application. In this paper, we first conduct a detailed time analysis of LangSplat, identifying the heavyweight decoder as the primary speed bottleneck. Our solution, LangSplatV2 assumes that each Gaussian acts as a sparse code within a global dictionary, leading to the learning of a 3D sparse coefficient field that entirely eliminates the need for a heavyweight decoder. By leveraging this sparsity, we further propose an efficient sparse coefficient splatting method with CUDA optimization, rendering high-dimensional feature maps at high quality while incurring only the time cost of splatting an ultra-low-dimensional feature. Our experimental results demonstrate that LangSplatV2 not only achieves better or competitive query accuracy but is also significantly faster. Codes and demos are available at our project page: https://langsplat-v2.github.io.

3D语言高斯点云实时渲染稀疏表示

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。