提出新方法缓解持续学习中旧知识遗忘问题
EKPC: Elastic Knowledge Preservation and Compensation for Class-Incremental Learning
- 用重要性感知正则化选择性保护关键参数
- 在5个基准上优于现有最佳方法
- 适合需要长期学习的模型部署场景
类增量学习(CIL)旨在使人工智能模型能够持续从陆续到达的不同类别数据中学习,同时保留已学知识。近期基于参数高效微调(PEFT)的方法,如基于提示池和适配器调优的方法,在CIL中备受关注。然而,这些方法要么引入额外参数增加内存开销,要么依赖僵化的正则化技术,虽减少遗忘但牺牲了模型灵活性。为此,本文提出弹性知识保全与补偿(EKPC)方法,融合重要性感知参数正则化(IPR)和可训练语义漂移补偿(TSDC)。具体而言,IPR通过新颖的参数重要性算法评估网络参数对先前任务的敏感度,并根据重要性值有选择地约束共享适配器中的参数更新,从而在保留旧知识的同时保持模型灵活性。然而,仍存在轻微语义偏差以适应新任务,导致分类器决策边界混淆。为消除此混淆,TSDC通过可训练语义漂移补偿原型,统一训练分类器。在五个CIL基准上的大量实验表明,所提方法显著优于现有最先进方法。
原文摘要 · Abstract (English)
Class-Incremental Learning (CIL) aims to enable AI models to continuously learn from sequentially arriving data of different classes over time while retaining previously acquired knowledge. Recently, Parameter-Efficient Fine-Tuning (PEFT) methods, like prompt pool-based approaches and adapter tuning, have shown great attraction in CIL. However, these methods either introduce additional parameters that increase memory usage, or rely on rigid regularization techniques which reduce forgetting but compromise model flexibility. To overcome these limitations, we propose the Elastic Knowledge Preservation and Compensation (EKPC) method, integrating Importance-aware Parameter Regularization (IPR) and Trainable Semantic Drift Compensation (TSDC) for CIL. Specifically, the IPR method assesses the sensitivity of network parameters to prior tasks using a novel parameter-importance algorithm. It then selectively constrains updates within the shared adapter according to these importance values, thereby preserving previously acquired knowledge while maintaining the model's flexibility. However, it still exhibits slight semantic differences in previous knowledge to accommodate new incremental tasks, leading to decision boundaries confusion in classifier. To eliminate this confusion, TSDC trains a unified classifier by compensating prototypes with trainable semantic drift. Extensive experiments on five CIL benchmarks demonstrate the effectiveness of the proposed method, showing superior performances to existing state-of-the-art methods.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。