用可复用方向基实现高效持续多模态指令微调
CoRe-MoE: Compact Reusable MoE for Continual Multimodal Instruction Tuning

- 从初始专家库提取共享方向基,仅训练紧凑坐标专家
- 相比基准提升最高5.90分,参数量不足其1%
- 适合需要持续学习新任务的多模态大模型应用
持续多模态指令微调要求多模态大语言模型在不遗忘旧知识的前提下逐步学习新任务。LoRA-MoE通过引入专家机制提供可行方案,但反复学习和维护完整LoRA专家会导致显著参数开销。我们分析任务特定的LoRA更新的SVD,发现其输入与输出侧的LoRA方向子空间存在大量重叠,任务适应主要由这些子空间上的轻量级坐标捕捉。基于此,提出CoRe-MoE:一种紧凑可复用的MoE框架。该框架从初始专家库中提取可复用的输入与输出方向基,后续任务仅训练紧凑的坐标专家及任务特定的低秩路由器。在两个代表性MLLM上实验表明,CoRe-MoE相较最强基线提升最终平均性能达5.90点,同时后期任务所需可训练参数不足顺序LoRA的1%。代码已公开于https://github.com/runzezz/CoRe-MoE。
原文摘要 · Abstract (English)
Continual multimodal instruction tuning requires multimodal large language models to acquire new task abilities sequentially while preserving previously learned knowledge. LoRA-MoE provides a promising solution by introducing expert-based capacity, but repeatedly learning and maintaining full LoRA experts leads to substantial parameter overhead. This raises a natural question: is full expert expansion necessary for every new task? To answer it, we analyze the SVD of task-specific LoRA updates and observe substantial overlap in their input- and output-side LoRA direction subspaces, with task-specific adaptation largely captured by lightweight coordinates over these subspaces. Motivated by this observation, we propose CoRe-MoE, a Compact Reusable MoE framework for parameter-efficient continual multimodal instruction tuning. CoRe-MoE extracts reusable input- and output-side direction bases from an initial expert bank, and for subsequent tasks trains only compact coordinate experts together with task-specific low-rank routers. Experiments on two representative MLLMs show that CoRe-MoE improves final average performance over the strongest competing baseline by up to 5.90 points, while using less than 1% of the trainable parameters required by sequential LoRA for later tasks. The code is publicly available at https://github.com/runzezz/CoRe-MoE.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。