论文精选73°

GoDeep:无标注3D场景理解新方法

GoDeep: Annotation-Free Open-Vocabulary 3D Scene Understanding via Language-Space Lifting

精选理由

GoDeep用纯语言模型作为翻译器,实现无标注3D场景理解,能处理OOV对象且结果可解释。

GoDeep通过将CLIP特征提升到语言空间,实现了无需标注的开放词汇3D场景理解。该方法在ScanNet++基准上与强基线方法相当,在5栋建筑的文化遗产基准上,通过一次系统词汇校正即可超越CLIP变体。GoDeep能准确处理真正超出词汇表(OOV)的对象,并能定位这些对象,所有过程无需2D-3D标注。

原文 · arXiv cs.AI

GoDeep: Annotation-Free Open-Vocabulary 3D Scene Understanding via Language-Space Lifting

Open vocabulary 3D semantic segmentation methods typically lift CLIP features into 3D. This embeds points in a joint vision-language space known to behave like a bag-of-words on compositional tasks. Furthermore, even annotation free variants often require a large 3D training corpus and a dedicated 3D encoder per domain. Instead we use a vision-language model purely as a translator. It produces structured, entity-level descriptions of each posed image. These descriptions are grounded, projected, and aggregated directly in a general-purpose, language-only embedding space, with no 3D training corpus or encoder required. On ScanNet++, our pipeline is competitive with strong annotation free baselines trained on ScanNet. On a 5-building cultural heritage benchmark, raw scores initially favor a CLIP-based variant, but a single systematic vocabulary correction reverses this ranking. An effect confirmed by a second, independent correction on a different class, indicating that language-space embeddings track physical content more faithfully. This fidelity extends to genuinely out-of-vocabulary (OOV) objects on ScanNet++ proving that language-space embeddings separate presence from absence objects far more sharply than CLIP-based embeddings do. GoDeep also localize these OOV objects within the scene, all without any 2D-3D annotation. Because every representation remains discrete text, predictions are also explainable at the point level. Finally, exploiting both a heuristic weighting, that favors precise over merely frequent observations and GoDeep's explainability property, we propose an aggregation strategy, as a proof of concept, that favors finer elements localization.