RAZER: Robust Accelerated Zero-Shot 3D Open-Vocabulary Panoptic Reconstruction with Spatio-Temporal Aggregation
Naman Patel, Prashanth Krishnamurthy, Farshad Khorrami
TL;DR
RAZER addresses open-vocabulary 3D scene understanding in real time by unifying GPU-accelerated volumetric reconstruction with frozen vision-language embeddings in a training-free framework. It introduces an online, instance-level fusion strategy with R-tree spatial indexing and incremental OBB updates to maintain temporal consistency despite 2D segmentation noise. The approach also maintains a multi-hypothesis semantic embedding bank and voxel-level semantic maps to enable online 3D instance segmentation and zero-shot instance retrieval. Across SceneNN, ScanNet200, and Replica, RAZER achieves state-of-the-art results in 3D instance segmentation, 3D open-vocabulary segmentation, and 3D instance retrieval while delivering real-time performance, demonstrating practical applicability for embodied AI and robotics.
Abstract
Mapping and understanding complex 3D environments is fundamental to how autonomous systems perceive and interact with the physical world, requiring both precise geometric reconstruction and rich semantic comprehension. While existing 3D semantic mapping systems excel at reconstructing and identifying predefined object instances, they lack the flexibility to efficiently build semantic maps with open-vocabulary during online operation. Although recent vision-language models have enabled open-vocabulary object recognition in 2D images, they haven't yet bridged the gap to 3D spatial understanding. The critical challenge lies in developing a training-free unified system that can simultaneously construct accurate 3D maps while maintaining semantic consistency and supporting natural language interactions in real time. In this paper, we develop a zero-shot framework that seamlessly integrates GPU-accelerated geometric reconstruction with open-vocabulary vision-language models through online instance-level semantic embedding fusion, guided by hierarchical object association with spatial indexing. Our training-free system achieves superior performance through incremental processing and unified geometric-semantic updates, while robustly handling 2D segmentation inconsistencies. The proposed general-purpose 3D scene understanding framework can be used for various tasks including zero-shot 3D instance retrieval, segmentation, and object detection to reason about previously unseen objects and interpret natural language queries. The project page is available at https://razer-3d.github.io.
