arXiv:2601.09859cs.CVcs.LG2026-01被引 1

用自监督数据微调开源CLIP,不训练从头也能提效

Breaking the Limits of Open-Weight CLIP: An Optimization Framework for Self-supervised Fine-tuning of CLIP

  • 先恢复优化统计信息,缓解冷启动偏差
  • 设计新对比损失,减轻错误负样本惩罚
  • 多模型通用提升,尤其适合高效后预训练

CLIP已成为多模态表示学习的核心,但性能提升通常需在数十亿样本上从头训练,成本高昂。本文提出新问题:能否仅用现有自监督数据提升开源CLIP模型在多种下游任务上的表现?不同于针对单一任务的监督微调,本工作旨在全面提升跨任务泛化能力。然而实验发现,直接从开源CLIP开始标准训练常导致性能下降。为此,我们提出TuneCLIP框架,包含两个关键组件:(1) 利用理论分析设计热身阶段以恢复优化统计量,减少冷启动偏差;(2) 在微调阶段优化新型对比损失,缓解对错误负样本的惩罚。大量实验表明,TuneCLIP在不同模型架构和规模下均持续提升性能。显著地,其使领先开源模型如SigLIP (ViT-B/16) 在ImageNet及分布外基准上最高提升+2.5%,在高竞争性的DataComp基准上提升+1.2%,建立了高效后预训练适应的新强基线。

原文摘要 · Abstract (English)

CLIP has become a cornerstone of multimodal representation learning, yet improving its performance typically requires a prohibitively costly process of training from scratch on billions of samples. We ask a different question: Can we improve the performance of open-weight CLIP models across various downstream tasks using only existing self-supervised datasets? Unlike supervised fine-tuning, which adapts a pretrained model to a single downstream task, our setting seeks to improve general performance across various tasks. However, as both our experiments and prior studies reveal, simply applying standard training protocols starting from an open-weight CLIP model often fails, leading to performance degradation. In this paper, we introduce TuneCLIP, a self-supervised fine-tuning framework that overcomes the performance degradation. TuneCLIP has two key components: (1) a warm-up stage of recovering optimization statistics to reduce cold-start bias, inspired by theoretical analysis, and (2) a fine-tuning stage of optimizing a new contrastive loss to mitigate the penalization on false negative pairs. Our extensive experiments show that TuneCLIP consistently improves performance across model architectures and scales. Notably, it elevates leading open-weight models like SigLIP (ViT-B/16), achieving gains of up to +2.5% on ImageNet and related out-of-distribution benchmarks, and +1.2% on the highly competitive DataComp benchmark, setting a new strong baseline for efficient post-pretraining adaptation.

多模态自监督微调CLIP

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