提出SEFE方法,解决多模态模型持续学习中的遗忘问题
SEFE: Superficial and Essential Forgetting Eliminator for Multimodal Continual Instruction Tuning
- 用风格统一化训练数据,防止因答题风格变化导致的表面遗忘
- 通过正则化关键参数,有效缓解真实知识丢失的深层遗忘
- 适合需要长期学习新任务的多模态大模型研究者
多模态持续指令微调(MCIT)旨在使多模态大语言模型在不产生灾难性遗忘的情况下增量学习新任务。本文探究了该场景下的遗忘现象,将其分为表面遗忘和本质遗忘。表面遗忘指模型知识未真正丢失,但因后续任务的答题风格影响,前序任务的回答格式偏离预期,导致结果不可用;本质遗忘则是模型虽格式正确但内容错误,表明知识已真正丢失。评估本质遗忘需先解决表面遗忘,否则严重表面遗忘会掩盖真实知识状态。为此,我们首先提出答案风格多样化(ASD)范式,通过标准化不同任务的数据风格,将训练集统一为多样化风格,以防止由风格迁移引发的表面遗忘。在此基础上,提出RegLoRA方法,通过对存储先前知识的关键参数施加正则化,稳定模型能力,从而减轻本质遗忘。实验表明,所提方法SEFE达到当前最优性能。
原文摘要 · Abstract (English)
Multimodal Continual Instruction Tuning (MCIT) aims to enable Multimodal Large Language Models (MLLMs) to incrementally learn new tasks without catastrophic forgetting. In this paper, we explore forgetting in this context, categorizing it into superficial forgetting and essential forgetting. Superficial forgetting refers to cases where the model's knowledge may not be genuinely lost, but its responses to previous tasks deviate from expected formats due to the influence of subsequent tasks' answer styles, making the results unusable. By contrast, essential forgetting refers to situations where the model provides correctly formatted but factually inaccurate answers, indicating a true loss of knowledge. Assessing essential forgetting necessitates addressing superficial forgetting first, as severe superficial forgetting can obscure the model's knowledge state. Hence, we first introduce the Answer Style Diversification (ASD) paradigm, which defines a standardized process for transforming data styles across different tasks, unifying their training sets into similarly diversified styles to prevent superficial forgetting caused by style shifts. Building on this, we propose RegLoRA to mitigate essential forgetting. RegLoRA stabilizes key parameters where prior knowledge is primarily stored by applying regularization, enabling the model to retain existing competencies. Experimental results demonstrate that our overall method, SEFE, achieves state-of-the-art performance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。