ProFuse: Efficient Cross-View Context Fusion for Open-Vocabulary 3D Gaussian Splatting
Yen-Jen Chiou, Wei-Tse Cheng, Yuan-Fu Yang
TL;DR
ProFuse addresses open-vocabulary 3D scene understanding by grounding 3D Gaussian Splatting in dense multi-view correspondences. It introduces a dense correspondence pre-registration phase to initialize geometry and form 3D Context Proposals, then attaches global semantics to Gaussians via visibility-weighted fusion without any render-time language supervision. A lightweight inference pipeline using cosine similarity and Product Quantization enables fast 3D retrieval and semantic activation of Gaussians. The approach achieves strong open-vocabulary object selection and point-cloud understanding while reducing processing to about five minutes per scene, roughly 2× faster than previous state-of-the-art, by avoiding heavy densification and gradient-based semantic training. Overall, ProFuse provides an efficient, registration-based route to coherent open-vocabulary 3D semantics grounded in cross-view correspondences.
Abstract
We present ProFuse, an efficient context-aware framework for open-vocabulary 3D scene understanding with 3D Gaussian Splatting (3DGS). The pipeline enhances cross-view consistency and intra-mask cohesion within a direct registration setup, adding minimal overhead and requiring no render-supervised fine-tuning. Instead of relying on a pretrained 3DGS scene, we introduce a dense correspondence-guided pre-registration phase that initializes Gaussians with accurate geometry while jointly constructing 3D Context Proposals via cross-view clustering. Each proposal carries a global feature obtained through weighted aggregation of member embeddings, and this feature is fused onto Gaussians during direct registration to maintain per-primitive language coherence across views. With associations established in advance, semantic fusion requires no additional optimization beyond standard reconstruction, and the model retains geometric refinement without densification. ProFuse achieves strong open-vocabulary 3DGS understanding while completing semantic attachment in about five minutes per scene, which is two times faster than SOTA.
