arXiv:2509.13211cs.LG2025-09中稿 · the Conference on …被引 1

用分组低秩适配器合并实现高效可扩展的持续学习

GLAM: Efficient Continual Learning at Scale via Grouped LoRA Adapter Merging

  • 通过轻量级低秩适配器加重要性缩放,每任务仅增少量参数
  • 50个任务序列上精度领先,参数量仅为基线16%~19%
  • 训练时间减少63%~74%,适合长期增量学习场景

持续学习在现代机器学习系统中仍是重大挑战,即便在基础模型时代亦然。尽管大预训练模型具备丰富表征,仍难以高效适应动态数据分布。如何在长任务序列中以可扩展、低计算开销的方式持续注入新知识,是核心难题。本文提出GLAM,一种基于LoRA适配器合并的类别增量持续学习框架。每个任务训练一个带重要性标量的轻量级低秩适配器,计算开销极小。适配器经剪枝、重缩放后按序分组,实现结构化知识复用并控制参数增长。推理时所有组合并为单一模块,计算成本恒定。在视觉基准上评估了长达50个任务的序列,显著超越标准协议。GLAM在各基准上取得最高准确率,相比基线(平均精度最高者),参数量仅需16%~19%,训练时间减少约63%~74%,验证了其高效与可扩展性。源码已公开于https://github.com/atlas-luiss/GLAM。

原文摘要 · Abstract (English)

The ability to learn continuously over time remains a major challenge for modern machine learning systems, even in the era of Foundation Models. While the rich representations learned by large pre-trained models can partially mitigate catastrophic forgetting, they still struggle to adapt efficiently to evolving data distributions. A key challenge remains, how to continually add new knowledge to a large pretrained model in a way that is scalable and computationally efficient over long task sequences. In this work, we introduce GLAM, a simple and effective framework for class-incremental continual learning based on LoRA adapters merging. For each task, GLAM trains a lightweight low-rank adapter with an importance scalar, incurring minimal computational overhead. Adapters are then pruned, rescaled, and sequentially grouped to enable structured knowledge reuse and limit parameter growth. At inference, all groups are combined into a single module, ensuring constant computational cost regardless of the number of tasks. We evaluate GLAM on vision benchmarks with sequences of up to 50 tasks, significantly extending beyond standard protocols. GLAM achieves the highest accuracy across the evaluated benchmarks. Compared with the baseline attaining the highest average accuracy across benchmarks, it uses 16--19\% of the trainable parameters and reduces training time by approximately 63--74\%, demonstrating efficient and scalable continual learning. Our source code is publicly available at https://github.com/atlas-luiss/GLAM.

持续学习LoRA参数效率模型压缩

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