让提示调优不偏离预训练数据分布,提升小样本表现
Prompt Tuning for CLIP on the Pretrained Manifold
- 在预训练流形上进行提示调优,约束特征变化方向
- 在四种下游任务中平均性能超越基线方法
- 适合小样本、跨域等数据受限场景使用
提示调优通过可学习的提示向量以参数高效方式适应下游任务,但在监督有限时会改变预训练表示,使下游特征偏离预训练流形,导致泛化能力下降。为解决此问题,本文提出ManiPT框架,在预训练流形上执行提示调优。ManiPT在文本和图像模态中引入余弦一致性约束,将学习到的表示限制在预训练几何邻域内;同时引入结构偏差,引导增量修正,沿可迁移方向调整,减少对捷径学习的依赖。理论上,ManiPT缓解了小样本下的过拟合倾向。实验涵盖四种下游设置:未见类别泛化、少样本分类、跨数据集迁移和领域泛化。在这些设置中,ManiPT均取得优于基线的平均性能。特别地,该方法提供了提示调优在监督不足时过拟合机制的明确解释。
原文摘要 · Abstract (English)
Prompt tuning introduces learnable prompt vectors that adapt pretrained vision-language models to downstream tasks in a parameter-efficient manner. However, under limited supervision, prompt tuning alters pretrained representations and drives downstream features away from the pretrained manifold toward directions that are unfavorable for transfer. This drift degrades generalization. To address this limitation, we propose ManiPT, a framework that performs prompt tuning on the pretrained manifold. ManiPT introduces cosine consistency constraints in both the text and image modalities to confine the learned representations within the pretrained geometric neighborhood. Furthermore, we introduce a structural bias that enforces incremental corrections, guiding the adaptation along transferable directions to mitigate reliance on shortcut learning. From a theoretical perspective, ManiPT alleviates overfitting tendencies under limited data. Our experiments cover four downstream settings: unseen-class generalization, few-shot classification, cross-dataset transfer, and domain generalization. Across these settings, ManiPT achieves higher average performance than baseline methods. Notably, ManiPT provides an explicit perspective on how prompt tuning overfits under limited supervision.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。