解决多模态持续学习中任务错分导致的性能下降问题
ProtoAda: Prototype-Guided Adaptive Adapter Expansion and Geometric Consolidation for Multimodal Continual Instruction Tuning

- 用任务格式与语义双特征构建原型,精准分配任务到对应专家
- 在多个基准上实现优于现有方法的持续学习性能,尤其在答案结构易受损的任务上
- 适合需要长期增量学习视觉语言能力的研究者和开发者
多模态大模型通过指令微调获得强表现力,但实际部署需持续学习新视觉-语言能力,因此多模态持续指令微调(MCIT)至关重要。现有方法常采用稀疏架构如基于图像-文本相似度路由的LoRA专家混合(Mixture of LoRA Experts),但仅依赖相似度可能导致语义相近但回答格式不同的任务被错误分配至同一专家;例如,需要坐标预测的定位任务在学习相似语义的问答任务后,可能偏向生成简短文本,引发格式偏差。这种忽视输出结构的路由方式将异构响应类型混入共享参数,造成梯度干扰和专家协作失效。为此,我们提出ProtoAda:一种原型引导的自适应微调框架。它引入格式感知的任务原型,使任务分配与路由同时匹配任务语义与输出结构,并以几何感知方式合并格式兼容的更新,有效复用并逐步优化已有参数。大量实验表明,ProtoAda在多个基准上表现更优,尤其在回答结构易受连续微调破坏的任务上优势显著。
原文摘要 · Abstract (English)
Multimodal Large Language Models (MLLMs) achieve strong performance through instruction tuning, but real-world deployment requires them to continually acquire new vision-language capabilities, making Multimodal Continual Instruction Tuning (MCIT) essential. To reduce inter-task interference and promote collaboration, recent methods often employ sparse architectures like Mixture of LoRA Experts with image-text similarity routing. However, tasks with distinct response structures could share highly similar visual-linguistic semantics and thus be wrongly routed to the same expert; image-text similarity alone is insufficient for reliable task assignment. For example, an expert in a grounding task requiring coordinate prediction may be biased toward producing short textual answers after learning semantically similar VQA tasks. This format-blind task assignment integrates heterogeneous response types into shared parameters, inducing gradient interference and ineffective expert collaboration. To address this problem, we propose ProtoAda, a prototype-guided adaptive tuning framework. ProtoAda introduces format-aware task prototypes to align task assignment and routing with both task semantics and output structure, and further consolidates format-compatible updates in a geometry-aware manner to effectively reuse and progressively refine existing parameters. Extensive experiments on multiple benchmarks demonstrate that ProtoAda achieves superior performance, especially on tasks whose answer structures are easily corrupted by sequential tuning.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。