Dense Multimodal Alignment for Open-Vocabulary 3D Scene Understanding
Ruihuang Li, Zhengqiang Zhang, Chenhang He, Zhiyuan Ma, Vishal M. Patel, Lei Zhang
TL;DR
This work introduces Dense Multimodal Alignment (DMA), a framework that densely co-embeds 3D points, 2D image pixels, and 1D text in a shared space to enable open-vocabulary 3D scene understanding. The text modality is generated comprehensively using a tagging model (RAM) and multimodal LLMs (LLaVA) to provide complete category coverage and scalable scene descriptions, while 2D features are enhanced via a dual-path FC-CLIP approach with a frozen visual encoder and a trainable mask head. Dense associations across modalities are built by using the image as a bridge to create dense point-to-text correspondences, followed by a mutual inclusive loss to align modalities in a joint embedding space. Experiments on ScanNet, Matterport3D, and nuScenes demonstrate competitive open-vocabulary segmentation performance, validating the method’s effectiveness in both indoor and outdoor settings. The approach leverages vision-language foundation models to maximize cross-modal supervision while preserving open-vocabulary capabilities, offering a scalable path for robust 3D scene understanding.
Abstract
Recent vision-language pre-training models have exhibited remarkable generalization ability in zero-shot recognition tasks. Previous open-vocabulary 3D scene understanding methods mostly focus on training 3D models using either image or text supervision while neglecting the collective strength of all modalities. In this work, we propose a Dense Multimodal Alignment (DMA) framework to densely co-embed different modalities into a common space for maximizing their synergistic benefits. Instead of extracting coarse view- or region-level text prompts, we leverage large vision-language models to extract complete category information and scalable scene descriptions to build the text modality, and take image modality as the bridge to build dense point-pixel-text associations. Besides, in order to enhance the generalization ability of the 2D model for downstream 3D tasks without compromising the open-vocabulary capability, we employ a dual-path integration approach to combine frozen CLIP visual features and learnable mask features. Extensive experiments show that our DMA method produces highly competitive open-vocabulary segmentation performance on various indoor and outdoor tasks.
