OpenIns3D: Snap and Lookup for 3D Open-vocabulary Instance Segmentation
Zhening Huang, Xiaoyang Wu, Xi Chen, Hengshuang Zhao, Lei Zhu, Joan Lasenby
TL;DR
OpenIns3D tackles 3D open-vocabulary scene understanding using a 3D-input-only pipeline. Its Mask-Snap-Lookup framework first generates class-agnostic 3D masks, then renders synthetic scene-level 2D views, and finally assigns semantic labels by searching through a Class Lookup Table with Mask2Pixel mappings, enabling accurate cross-view classification without aligned 2D imagery. The approach achieves state-of-the-art results on multiple 3D open-vocabulary tasks across indoor and outdoor datasets and supports flexible integration with various 2D detectors and LLM-powered models for complex queries. This work significantly lowers deployment barriers by removing the need for 2D-3D alignment while maintaining strong performance and adaptability in evolving 2D open-world vision systems.
Abstract
In this work, we introduce OpenIns3D, a new 3D-input-only framework for 3D open-vocabulary scene understanding. The OpenIns3D framework employs a "Mask-Snap-Lookup" scheme. The "Mask" module learns class-agnostic mask proposals in 3D point clouds, the "Snap" module generates synthetic scene-level images at multiple scales and leverages 2D vision-language models to extract interesting objects, and the "Lookup" module searches through the outcomes of "Snap" to assign category names to the proposed masks. This approach, yet simple, achieves state-of-the-art performance across a wide range of 3D open-vocabulary tasks, including recognition, object detection, and instance segmentation, on both indoor and outdoor datasets. Moreover, OpenIns3D facilitates effortless switching between different 2D detectors without requiring retraining. When integrated with powerful 2D open-world models, it achieves excellent results in scene understanding tasks. Furthermore, when combined with LLM-powered 2D models, OpenIns3D exhibits an impressive capability to comprehend and process highly complex text queries that demand intricate reasoning and real-world knowledge. Project page: https://zheninghuang.github.io/OpenIns3D/
