Open Set Domain Adaptation with Vision-language models via Gradient-aware Separation
Haoyang Chen

TL;DR
This paper introduces a novel open-set domain adaptation method leveraging CLIP with prompt-driven alignment and gradient-aware separation, improving unknown class detection and domain alignment without explicit unknown supervision.
Contribution
It proposes a new approach combining semantic prompt adaptation and gradient analysis for better open-set domain adaptation using vision-language models.
Findings
Outperforms baseline methods on Office-Home dataset
Gradient norm effectively distinguishes known and unknown samples
Prompt-driven alignment maintains semantic consistency across domains
Abstract
Open-Set Domain Adaptation (OSDA) confronts the dual challenge of aligning known-class distributions across domains while identifying target-domain-specific unknown categories. Current approaches often fail to leverage semantic relationships between modalities and struggle with error accumulation in unknown sample detection. We propose to harness Contrastive Language-Image Pretraining (CLIP) to address these limitations through two key innovations: 1) Prompt-driven cross-domain alignment: Learnable textual prompts conditioned on domain discrepancy metrics dynamically adapt CLIP's text encoder, enabling semantic consistency between source and target domains without explicit unknown-class supervision. 2) Gradient-aware open-set separation: A gradient analysis module quantifies domain shift by comparing the L2-norm of gradients from the learned prompts, where known/unknown samples exhibit…
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
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsContrastive Language-Image Pre-training
