提出新方法缓解CLIP在持续学习中的模态鸿沟问题。
Mind the Gap: Preserving and Compensating for the Modality Gap in CLIP-Based Continual Learning
- 通过保持和补偿模态差距提升模型性能
- 在多个基准上超越现有方法,无需回放数据
- 适合关注多模态持续学习的研究者
持续学习旨在让模型在连续接收数据时仍能保持对已学任务的性能。由于对比语言-图像预训练模型(CLIP)在多种下游任务中表现优异,将其用于持续学习成为研究热点。然而,现有工作忽视了CLIP固有的模态鸿沟这一关键因素,该因素影响其泛化与适应能力。本文分析了视觉-语言预训练模型微调过程中模态鸿沟的变化,发现其能有效反映预训练知识的保留程度。基于此,我们提出MG-CLIP方法,利用模态鸿沟保持来缓解遗忘,通过模态鸿沟补偿增强对新数据的适应能力,开创了一种基于模态差距的持续学习新视角。在多个基准上的大量实验表明,该方法优于现有方法,且无需额外回放数据。代码已开源。
原文摘要 · Abstract (English)
Continual learning aims to enable models to learn sequentially from continuously incoming data while retaining performance on previously learned tasks. With the Contrastive Language-Image Pre-trained model (CLIP) exhibiting strong capabilities across various downstream tasks, there has been growing interest in leveraging CLIP for continual learning in such scenarios. Most existing works overlook the inherent modality gap in CLIP, a key factor in its generalization and adaptability. In this paper, we analyze the variations in the modality gap during the fine-tuning of vision-language pre-trained models. Our observations reveal that the modality gap effectively reflects the extent to which pre-trained knowledge is preserved. Based on these insights, we propose a simple yet effective method, MG-CLIP, that improves CLIP's performance in class-incremental learning. Our approach leverages modality gap preservation to mitigate forgetting and modality gap compensation to enhance the capacity for new data, introducing a novel modality-gap-based perspective for continual learning. Extensive experiments on multiple benchmarks demonstrate that our method outperforms existing approaches without requiring additional replay data. Our code is available at https://github.com/linlany/MindtheGap.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。