通过精调[CLS] token实现高效持续学习,减少遗忘同时降低参数开销。
Unlocking [CLS] Features for Continual Post-Training
- 在[CLS] token处部署稀疏适配模块TOSCA,仅调整最后分类节点。
- 相比之前方法减少约8倍参数,且性能达到当前最优。
- 适合需要轻量化持续学习的场景,如资源受限设备部署。
持续学习要求模型在不丢失已有知识的前提下逐步融入新类别或新领域。尽管基础模型表现优异,但仍面临稳定-可塑性权衡:过度可塑导致旧知识遗忘,过度稳定则限制适应能力。为此,我们提出一种参数高效的微调模块LuCA,通过适配器-校准器组合获取任务特定知识,生成更精细的特征表示。针对每项任务,在分类器前的最后一个[CLS] token上部署稀疏的LuCA模块,称为TOSCA(Token-level Sparse Calibration and Adaptation)。该方法保持基础模型泛化能力不变,仅通过[CLS] token进行适配,实现了稳定与可塑性的平衡,并显著降低训练与推理复杂度。实验表明,TOSCA在性能上达到当前最优,同时引入的参数量比先前方法少约8倍。
原文摘要 · Abstract (English)
Continual learning requires models to integrate new classes or domains over time while preserving previously acquired knowledge. Within this paradigm, foundation models often achieve strong performance, but they still remain subject to the stability-plasticity trade-off, where excessive plasticity leads to forgetting of prior knowledge, and excessive stability constrains the adaptation. This necessitates an effective post-training strategy that introduces minimal yet functional modifications. To address this challenge, we first introduce a new parameter-efficient fine-tuning module 'Learn and Calibrate', or LuCA, designed to acquire task-specific knowledge through an adapter-calibrator couple, enabling well-refined feature representations. Then, for each task, we deploy a sparse LuCA module on top of the last classification token [CLS] just before the classifier, which we refer to as 'Token-level Sparse Calibration and Adaptation', or TOSCA. By leaving the generalization capabilities of the foundation models intact and adapting exclusively via the last token, our approach achieves a harmonious balance between stability and plasticity while reducing both training and inference complexity. We demonstrate that TOSCA yields state-of-the-art performance while introducing ~8 times fewer parameters compared to prior methods.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。