提出新方法在表示空间微调,解决持续学习中的遗忘问题。
Representation Finetuning for Continual Learning
- 在隐藏表示的低秩子空间中进行任务特异性干预
- 相比现有方法显著减少遗忘,保持高参数效率
- 适合需要长期适应新数据的模型部署场景
世界本质上是动态的,持续学习旨在使模型能够适应不断演变的数据流。尽管预训练模型在持续学习中表现强劲,但仍需微调以有效适应下游任务。然而,主流参数高效微调(PEFT)方法在权重层面通过经验性黑箱优化,缺乏对表示漂移的显式控制,导致对领域变化敏感且易发生灾难性遗忘。本文提出持续表示学习(CoRe),首次将微调范式从权重空间转向表示空间。CoRe 在隐藏表示的低秩线性子空间内执行任务特异性干预,采用具有明确目标的学习过程,确保旧任务稳定性的同时保持对新任务的可塑性。通过将更新限制在低秩子空间,CoRe 实现了卓越的参数效率。在多个持续学习基准上的大量实验表明,CoRe 不仅保持参数高效,还显著优于现有最先进方法。本工作引入表示微调作为一种更有效、更可解释的持续学习新范式。
原文摘要 · Abstract (English)
The world is inherently dynamic, and continual learning aims to enable models to adapt to ever-evolving data streams. While pre-trained models have shown powerful performance in continual learning, they still require finetuning to adapt effectively to downstream tasks. However, prevailing Parameter-Efficient Fine-Tuning (PEFT) methods operate through empirical, black-box optimization at the weight level. These approaches lack explicit control over representation drift, leading to sensitivity to domain shifts and catastrophic forgetting in continual learning scenarios. In this work, we introduce Continual Representation Learning (CoRe), a novel framework that for the first time shifts the finetuning paradigm from weight space to representation space. Unlike conventional methods, CoRe performs task-specific interventions within a low-rank linear subspace of hidden representations, adopting a learning process with explicit objectives, which ensures stability for past tasks while maintaining plasticity for new ones. By constraining updates to a low-rank subspace, CoRe achieves exceptional parameter efficiency. Extensive experiments across multiple continual learning benchmarks demonstrate that CoRe not only preserves parameter efficiency but also significantly outperforms existing state-of-the-art methods. Our work introduces representation finetuning as a new, more effective and interpretable paradigm for continual learning.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。