OpenDAS: Open-Vocabulary Domain Adaptation for 2D and 3D Segmentation
Gonca Yilmaz, Songyou Peng, Marc Pollefeys, Francis Engelmann, Hermann, Blum

TL;DR
This paper introduces OpenDAS, a method for open-vocabulary domain adaptation in 2D and 3D segmentation that enhances VLMs with domain-specific knowledge while maintaining their ability to segment unseen classes.
Contribution
It proposes a novel, parameter-efficient adaptation approach combining prompt tuning and triplet-loss training to improve VLM performance on both base and novel classes.
Findings
Improves open-vocabulary 2D segmentation by +6.0% mIoU on ADE20K.
Enhances 3D instance segmentation by +4.1% AP on ScanNet++ Offices.
Surpasses original VLM performance on novel classes with a parameter-efficient method.
Abstract
Recently, Vision-Language Models (VLMs) have advanced segmentation techniques by shifting from the traditional segmentation of a closed-set of predefined object classes to open-vocabulary segmentation (OVS), allowing users to segment novel classes and concepts unseen during training of the segmentation model. However, this flexibility comes with a trade-off: fully-supervised closed-set methods still outperform OVS methods on base classes, that is on classes on which they have been explicitly trained. This is due to the lack of pixel-aligned training masks for VLMs (which are trained on image-caption pairs), and the absence of domain-specific knowledge, such as autonomous driving. Therefore, we propose the task of open-vocabulary domain adaptation to infuse domain-specific knowledge into VLMs while preserving their open-vocabulary nature. By doing so, we achieve improved performance in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling
MethodsBalanced Selection
