3D-AVS: LiDAR-based 3D Auto-Vocabulary Segmentation
Weijie Wei, Osman Ülger, Fatemeh Karimi Nejadasl, Theo Gevers, Martin R. Oswald
TL;DR
Open-vocabulary segmentation for LiDAR point clouds is challenging due to unknown, scene-specific vocabularies. 3D-AVS introduces a CLIP-aligned pipeline that auto-generates a per-scene vocabulary from both image- and LiDAR-based captions, parses nouns into semantic tags, and assigns point labels via a CLIP-based similarity framework, complemented by Sparse Masked Attention Pooling (SMAP) for diverse object coverage. A novel Text-Point Semantic Similarity (TPSS) metric enables annotation-free evaluation of semantic alignment between points and generated labels, while an LLM-based mapper (LAVE) connects auto-generated vocabularies to fixed-ground-truth categories for standard metrics. Evaluations on nuScenes and ScanNet200 show that 3D-AVS produces semantically richer and more accurate segmentations than predefined vocabularies, including fine-grained labels in challenging lighting, reflecting strong scalability and practical impact for open-ended 3D perception.
Abstract
Open-Vocabulary Segmentation (OVS) methods offer promising capabilities in detecting unseen object categories, but the category must be known and needs to be provided by a human, either via a text prompt or pre-labeled datasets, thus limiting their scalability. We propose 3D-AVS, a method for Auto-Vocabulary Segmentation of 3D point clouds for which the vocabulary is unknown and auto-generated for each input at runtime, thus eliminating the human in the loop and typically providing a substantially larger vocabulary for richer annotations. 3D-AVS first recognizes semantic entities from image or point cloud data and then segments all points with the automatically generated vocabulary. Our method incorporates both image-based and point-based recognition, enhancing robustness under challenging lighting conditions where geometric information from LiDAR is especially valuable. Our point-based recognition features a Sparse Masked Attention Pooling (SMAP) module to enrich the diversity of recognized objects. To address the challenges of evaluating unknown vocabularies and avoid annotation biases from label synonyms, hierarchies, or semantic overlaps, we introduce the annotation-free Text-Point Semantic Similarity (TPSS) metric for assessing generated vocabulary quality. Our evaluations on nuScenes and ScanNet200 demonstrate 3D-AVS's ability to generate semantic classes with accurate point-wise segmentations. Codes will be released at https://github.com/ozzyou/3D-AVS
