arXiv:2605.29776cs.CV2026-05中稿 · ICML被引 1

让视觉模型更懂新领域:放弃硬凑图文对齐,反而提升小样本跨域性能

Improving CLIP Adaptation by Breaking Tail Alignment for Source-Free Cross-Domain Few-Shot Learning

论文配图:Improving CLIP Adaptation by Breaking Tail Alignment for Source-Free Cross-Domain Few-Shot Learning
图 1 · 摘自论文原文
  • 不再统一对齐图文特征,而是选择性打破低相似度图像块的对齐
  • 在4个跨域小样本数据集上达到当前最佳效果,提升显著
  • 适合资源有限、数据稀缺的跨域迁移场景,尤其对视觉语言模型优化有启发

基于CLIP的视觉语言模型虽具备强大零样本泛化能力,但在目标域训练数据极少的跨域场景中表现明显下降(跨域小样本学习,CDFSL)。本文聚焦于基于CLIP的CDFSL任务中的目标域微调。现有方法通常将所有图像块特征与对应文本嵌入强制对齐,但研究发现:主动将低相似度的图像块(称为“尾部特征”)从文本嵌入中推开,反而能持续提升目标域性能。我们深入分析这一反直觉现象,提出新解释:在巨大领域差异和数据稀缺条件下,模型难以从视觉输入中提取语义信息;因此,对已有充分语义信息的特征进行对齐合理,而对尾部特征强行对齐会导致过度拟合。为此,提出自适应头尾对齐(ATHA)策略,将传统统一对齐改为有选择地强化或弱化对齐。在四个挑战性CDFSL基准测试上验证了其优越性能。代码已开源。

原文摘要 · Abstract (English)

Vision-Language Models (VLMs) such as CLIP demonstrate strong zero-shot generalization, but their performance significantly degrades in cross-domain scenarios with scarce target-domain training data (Cross-Domain Few-Shot Learning, CDFSL). In this paper, we focus on the target-domain few-shot finetuning in the CLIP-based CDFSL task. Prevailing finetuning paradigms uniformly align all image patch tokens with their corresponding textual embeddings. However, we find a counterintuitive phenomenon: actively pushing away certain low-similarity image tokens, termed "tail tokens", from their textual embeddings consistently improves target-domain performance. We delve into this phenomenon and provide a novel interpretation: under great domain shifts and scarce training data, the model can hardly extract semantic information from visual inputs; therefore, the common belief of alignment is valid only for tokens already containing sufficient semantic information; for tail tokens, forcing the alignment would lead to excessive overfitting to the scarce training, while breaking the alignment is more useful. Motivated by this, we propose Adaptive Tail-Head Alignment (ATHA), a novel fine-tuning strategy for CLIP that transforms the conventional uniform alignment paradigm to an adaptive alignment paradigm, with both alignment strengthening and weakening. Extensive experiments on four challenging CDFSL benchmarks validate our state-of-the-art performance. Our code is available at https://github.com/shuaiyi308/ATHA.

CLIP优化小样本学习跨域迁移视觉语言模型

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