提出持续多模态对比学习,让模型逐步融合新模态数据而不遗忘旧知识。
Continual Multimodal Contrastive Learning
- 基于稳定性与可塑性设计双侧梯度投影机制,防止新任务干扰旧知识。
- 在多个数据集上优于主流持续学习方法,有效缓解灾难性遗忘。
- 适合需要长期增量学习多模态数据的场景,如智能助手、多感官系统。
多模态对比学习(MCL)通过跨模态对比提升联合空间中的多模态表示质量。然而,多模态数据通常非一次性采集,从头训练成本高昂。本文提出持续多模态对比学习(CMCL),即模型在序列化的模态对数据上渐进优化。我们基于稳定性与可塑性原则,推导出一种基于优化的新方法:将双侧更新梯度投影至不干扰已有知识的子空间。理论分析给出了稳定性和可塑性的两个上界。实验在多个数据集上验证了方法的有效性,结果表明该方法显著优于现有持续学习基线。代码已公开于 https://github.com/Xiaohao-Liu/CMCL。
原文摘要 · Abstract (English)
Multimodal Contrastive Learning (MCL) advances in aligning different modalities and generating multimodal representations in a joint space. By leveraging contrastive learning across diverse modalities, large-scale multimodal data enhances representational quality. However, a critical yet often overlooked challenge remains: multimodal data is rarely collected in a single process, and training from scratch is computationally expensive. Instead, emergent multimodal data can be used to optimize existing models gradually, i.e., models are trained on a sequence of modality pair data. We define this problem as Continual Multimodal Contrastive Learning (CMCL), an underexplored yet crucial research direction at the intersection of multimodal and continual learning. In this paper, we formulate CMCL through two specialized principles of stability and plasticity. We theoretically derive a novel optimization-based method, which projects updated gradients from dual sides onto subspaces where any gradient is prevented from interfering with the previously learned knowledge. Two upper bounds provide theoretical insights on both stability and plasticity in our solution. Beyond our theoretical contributions, we conduct experiments on multiple datasets by comparing our method against advanced continual learning baselines. The empirical results further support our claims and demonstrate the efficacy of our method. Our codes are available at https://github.com/Xiaohao-Liu/CMCL.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。