CVDec 22, 2024

GSemSplat: Generalizable Semantic 3D Gaussian Splatting from Uncalibrated Image Pairs

arXiv:2412.16932v116 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses a practical limitation for applications like augmented reality and robotics by enabling generalizable 3D semantic understanding without costly data requirements, though it builds incrementally on existing architectures.

The paper tackles the problem of modeling 3D semantic fields from sparse, uncalibrated image pairs, introducing GSemSplat, which eliminates the need for per-scene optimization, dense images, or calibration, and demonstrates effectiveness on the ScanNet++ dataset.

Modeling and understanding the 3D world is crucial for various applications, from augmented reality to robotic navigation. Recent advancements based on 3D Gaussian Splatting have integrated semantic information from multi-view images into Gaussian primitives. However, these methods typically require costly per-scene optimization from dense calibrated images, limiting their practicality. In this paper, we consider the new task of generalizable 3D semantic field modeling from sparse, uncalibrated image pairs. Building upon the Splatt3R architecture, we introduce GSemSplat, a framework that learns open-vocabulary semantic representations linked to 3D Gaussians without the need for per-scene optimization, dense image collections or calibration. To ensure effective and reliable learning of semantic features in 3D space, we employ a dual-feature approach that leverages both region-specific and context-aware semantic features as supervision in the 2D space. This allows us to capitalize on their complementary strengths. Experimental results on the ScanNet++ dataset demonstrate the effectiveness and superiority of our approach compared to the traditional scene-specific method. We hope our work will inspire more research into generalizable 3D understanding.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes