Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/31 04:00:00

Regularizing modality contribution drift in multimodal continual learning

AI 中文解读
多模态持续学习(让AI不断学习新知识又不忘记旧知识)一直是个难题。以往的研究只关注不同数据形式(如图像和文字)之间的对齐,却忽略了一个关键问题:在学习新任务时,不同模态各自“说话的分量”是否发生了偏移。这篇论文首次提出“模态贡献漂移”概念,并设计了一套名为CMCDR的“稳定器”方案,既能保留旧知识,又能在没有历史数据的情况下运行,实验证明效果显著。 通俗来说,就像一个人边学新技能边忘老本领,以前的方法只盯着“新学的东西别把老知识挤掉”,但没注意到“老知识里,眼睛和耳朵哪个更重要”这种微妙的平衡。新方法会主动监控并稳住这种平衡,就像给AI加装了一个“记忆护盾”,让它在接受新任务时,不会因为某个感官信息过强而扭曲了整体的判断。 这项技术对普通人的直接影响,是让AI助手、智能推荐和自动驾驶等系统更“靠谱”。比如,你的AI助理在学会处理公司新流程后,不会忘记你之前的生活喜好;自动驾驶在升级夜间模式后,也不会丧失白天正常路况的判断力。长远来看,多模态持续学习能力越强,AI面对复杂现实世界时就越稳定,用户体验自然更顺畅。
arXiv:2607.27260v1 Announce Type: new Abstract: Multimodal continual learning (MMCL) aims to learn emerging knowledge from multimodal data while preserving knowledge. To mitigate forgetting, current MMCL methods usually focus on cross-modal representation alignment or semantic similarity, but they overlook whether the relative contributions of individual modalities and their interactions remain stable across incremental tasks. We term this decision-level shift Modality Contribution Drift (MCD) and quantify it with the MCD score, which combines contribution-strength and relative-reliance changes under controlled interventions on modality subsets. Theoretical and empirical analyses further explain why current MMCL methods cannot reliably mitigate this drift. To this end, we propose Continual Modality Contribution Drift Regularization (CMCDR), which preserves the modality contribution structure of previously learned tasks. Since MMCL settings differ in whether old exemplars are available, CMCDR includes both replay-based and replay-free versions. The replay-based version uses modality-subset interventions as diagnostic probes on stored old samples, compares their contribution profiles between the current model and a frozen previous model, and constrains changes in old-sample modality-specific and interaction contributions. The replay-free version uses current-task samples as probes and distills the frozen model's old-task contribution responses, thereby regularizing the observed contribution profile without exemplars. Experiments on multimodal class-incremental learning and continual visual question answering validate the generality and effectiveness of CMCDR.
分享
阅读原文