arXiv:2508.06202cs.CVcs.AI2025-08AAAI被引 19

用嵌套低秩矩阵实现高效视觉指令持续学习,避免遗忘且参数开销小。

LoRA in LoRA: Towards Parameter-Efficient Architecture Expansion for Continual Visual Instruction Tuning

  • 共享低秩矩阵A,任务间复用减少冗余参数
  • 对矩阵B做二次低秩分解,单任务参数仅需1.8%
  • 引入余弦正则化损失,保持跨任务表示一致性

持续视觉指令微调(CVIT)使多模态大语言模型能随时间增量学习新任务。然而,模型在适应新任务时常出现灾难性遗忘,导致旧任务性能下降。现有缓解方法通过引入任务专用模块扩展架构,但通常为每项任务扩展完整层,造成显著参数开销和可扩展性差。为此,本文提出针对MLLMs的嵌套低秩方法(LiLoRA),通过跨任务共享矩阵A降低冗余,对矩阵B进行额外低秩分解以最小化任务专属参数,并引入余弦正则化稳定性损失,保持共享表示在时间上的一致性。在多样化CVIT基准测试中,LiLoRA在序列任务学习中持续取得更优性能,同时相比现有方法显著提升参数效率。代码已开源:https://github.com/chanceche/LiLoRA。

原文摘要 · Abstract (English)

Continual Visual Instruction Tuning (CVIT) enables Multimodal Large Language Models (MLLMs) to incrementally learn new tasks over time. However, this process is challenged by catastrophic forgetting, where performance on previously learned tasks deteriorates as the model adapts to new ones. A common approach to mitigate forgetting is architecture expansion, which introduces task-specific modules to prevent interference. Yet, existing methods often expand entire layers for each task, leading to significant parameter overhead and poor scalability. To overcome these issues, we introduce LoRA in LoRA (LiLoRA), a highly efficient architecture expansion method tailored for CVIT in MLLMs. LiLoRA shares the LoRA matrix A across tasks to reduce redundancy, applies an additional low-rank decomposition to matrix B to minimize task-specific parameters, and incorporates a cosine-regularized stability loss to preserve consistency in shared representations over time. Extensive experiments on a diverse CVIT benchmark show that LiLoRA consistently achieves superior performance in sequential task learning while significantly improving parameter efficiency compared to existing approaches. The code is available at https://github.com/chanceche/LiLoRA.

持续学习低秩矩阵多模态

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。