CVMay 24, 2024

Open-Vocabulary SAM3D: Towards Training-free Open-Vocabulary 3D Scene Understanding

arXiv:2405.15580v32 citationsh-index: 34
Originality Incremental advance
AI Analysis

This work addresses the problem of limited applicability in open-world scenarios for 3D scene understanding, offering a training-free solution that is incremental in leveraging existing models like SAM and RAM.

The paper tackles the challenge of open-vocabulary 3D scene understanding by proposing OV-SAM3D, a training-free method that uses SAM and RAM to generate 3D instances with open-world labels, achieving superior performance on ScanNet200 and nuScenes datasets compared to existing methods.

Open-vocabulary 3D scene understanding presents a significant challenge in the field. Recent works have sought to transfer knowledge embedded in vision-language models from 2D to 3D domains. However, these approaches often require prior knowledge from specific 3D scene datasets, limiting their applicability in open-world scenarios. The Segment Anything Model (SAM) has demonstrated remarkable zero-shot segmentation capabilities, prompting us to investigate its potential for comprehending 3D scenes without training. In this paper, we introduce OV-SAM3D, a training-free method that contains a universal framework for understanding open-vocabulary 3D scenes. This framework is designed to perform understanding tasks for any 3D scene without requiring prior knowledge of the scene. Specifically, our method is composed of two key sub-modules: First, we initiate the process by generating superpoints as the initial 3D prompts and refine these prompts using segment masks derived from SAM. Moreover, we then integrate a specially designed overlapping score table with open tags from the Recognize Anything Model (RAM) to produce final 3D instances with open-world labels. Empirical evaluations on the ScanNet200 and nuScenes datasets demonstrate that our approach surpasses existing open-vocabulary methods in unknown open-world environments.

Foundations

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

Your Notes