arXiv:2604.17748cs.CV2026-04被引 1

用现成视觉语言模型提升无源域自适应效果,减少错误伪标签。

Source-Free Domain Adaptation with Vision-Language Prior

论文配图:Source-Free Domain Adaptation with Vision-Language Prior
图 1 · 摘自论文原文
  • 利用视觉语言模型的先验知识,通过提示学习定制化适配目标域。
  • 通过间隙区域聚焦与一致性约束,生成更可靠的伪标签。
  • 适合无源域自适应场景,尤其在标注稀缺时表现优越。

无源域自适应(SFDA)旨在仅使用未标注的目标域数据,将源域预训练模型适配到目标域。传统方法依赖伪标签或辅助监督,易产生误差。本文首次探索现成视觉-语言(ViL)多模态模型(如CLIP)的潜力,其蕴含丰富但异构的知识。发现直接零样本应用ViL模型效果不佳,因缺乏任务特异性。为此提出DIFO++方法:迭代执行两步——(i)通过提示学习最大化目标模型与ViL模型间的互信息,定制化ViL模型;(ii)以减少间隙区域差异为中心,将定制化ViL模型的知识蒸馏至目标模型。通过识别并聚焦特征纠缠、类别模糊的间隙区域,融合目标与ViL模型预测生成可靠伪标签,并借助类别注意力、预测一致性及参考熵最小化实现语义对齐。大量实验表明,DIFO++显著优于现有最优方法。代码与数据已开源。

原文摘要 · Abstract (English)

Source-Free Domain Adaptation (SFDA) seeks to adapt a source model, which is pre-trained on a supervised source domain, for a target domain, with only access to unlabeled target training data. Relying on pseudo labeling and/or auxiliary supervision, conventional methods are inevitably error-prone. To mitigate this limitation, in this work we for the first time explore the potentials of off-the-shelf vision-language (ViL) multimodal models (e.g., CLIP) with rich whilst heterogeneous knowledge. We find that directly applying the ViL model to the target domain in a zero-shot fashion is unsatisfactory, as it is not specialized for this particular task but largely generic. To make it task-specific, we propose a novel DIFO++ approach. Specifically, DIFO++ alternates between two steps during adaptation: (i) Customizing the ViL model by maximizing the mutual information with the target model in a prompt learning manner, (ii) Distilling the knowledge of this customized ViL model to the target model, centering on gap region reduction. During progressive knowledge adaptation, we first identify and focus on the gap region, where enclosed features are entangled and class-ambiguous, as it often captures richer task-specific semantics. Reliable pseudo-labels are then generated by fusing predictions from the target and ViL models, supported by a memory mechanism. Finally, gap region reduction is guided by category attention and predictive consistency for semantic alignment, complemented by referenced entropy minimization to suppress uncertainty. Extensive experiments show that DIFO++ significantly outperforms the state-of-the-art alternatives. Our code and data are available at https://github.com/tntek/DIFO-Plus.

域自适应视觉语言模型伪标签知识蒸馏

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。