论文精选

CLARE框架提升持续学习模型性能

CLARE: Scalable Class-Incremental Continual Learning via a Sparsity-Based Framework

精选理由

这个研究方法很巧妙,用稀疏适配器机制减少任务间的干扰,提升模型持续学习的能力。

CLARE是一种基于稀疏性的持续学习框架,通过在两个阶段中识别任务关键参数的稀疏掩码来平衡新知识学习与旧知识保留。在Omnibenchmark-1k长任务序列基准上,CLARE在100个任务后相比基线EASE提升4.64%和13.34%。

原文 · arXiv cs.LG

CLARE: Scalable Class-Incremental Continual Learning via a Sparsity-Based Framework

Continual learning must balance the learning of new knowledge with the retention of previously learned knowledge to incrementally learn tasks from a data stream without catastrophic forgetting. While leveraging pretrained models has significantly advanced continual learning, existing methods exhibit a scalability bottleneck when trained sequentially on many tasks, suffering from performance degradation due to inter-task interference and loss of plasticity. Inspired by evidence that sparse fine-tuning achieves performance comparable to full fine-tuning, this paper presents a novel sparsity-driven continual learning framework. Our continual learning method, termed CLARE, operates in two stages: it first identifies a sparse, task-critical parameter mask via a sparsity-inducing objective, then performs mask-constrained fine-tuning by only optimizing parameters selected by the mask. This two-stage sparse adapter mechanism enables all tasks to be accumulated within a shared adapter space while reducing destructive interference across tasks. Extensive experiments demonstrate the scalability of CLARE. On the long task-sequence benchmark Omnibenchmark-1k, CLARE outperforms strong baselines in final accuracy by a large margin, e.g, improving EASE by 4.64% and 13.34% after learning 100 tasks, respectively.