๐ค AI Summary
This paper addresses the source-free domain adaptation (SFDA) challenge in open-vocabulary semantic segmentation, where source-domain data are unavailable. We propose VocAlign, a novel framework that tackles this problem through two key innovations: (1) a vocabulary alignment strategy that explicitly models semantic correspondences between source-category names and target-domain visual features; and (2) a studentโteacher framework integrating Top-K class filtering and LoRA-based fine-tuning to enhance pseudo-label quality while balancing knowledge transfer capability and computational efficiency. Evaluated on Cityscapes, VocAlign achieves a +6.11 mIoU improvement over strong baselines. On zero-shot segmentation benchmarks, it significantly outperforms existing source-free methods, establishing the first efficient and robust SFDA solution for open-vocabulary scenarios. This work sets a new state-of-the-art benchmark for source-free open-vocabulary semantic segmentation.
๐ Abstract
We introduce VocAlign, a novel source-free domain adaptation framework specifically designed for VLMs in open-vocabulary semantic segmentation. Our method adopts a student-teacher paradigm enhanced with a vocabulary alignment strategy, which improves pseudo-label generation by incorporating additional class concepts. To ensure efficiency, we use Low-Rank Adaptation (LoRA) to fine-tune the model, preserving its original capabilities while minimizing computational overhead. In addition, we propose a Top-K class selection mechanism for the student model, which significantly reduces memory requirements while further improving adaptation performance. Our approach achieves a notable 6.11 mIoU improvement on the CityScapes dataset and demonstrates superior performance on zero-shot segmentation benchmarks, setting a new standard for source-free adaptation in the open-vocabulary setting.