菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-09
📄 Abstract - Grow, Don't Overwrite: Fine-tuning Without Forgetting

Adapting pre-trained models to specialized tasks often leads to catastrophic forgetting, where new knowledge overwrites foundational capabilities. Existing methods either compromise performance on the new task or struggle to balance training stability with efficient reuse of pre-trained knowledge. We introduce a novel function-preserving expansion method that resolves this dilemma. Our technique expands model capacity by replicating pre-trained parameters within transformer submodules and applying a scaling correction that guarantees the expanded model is mathematically identical to the original at initialization, enabling stable training while exploiting existing knowledge. Empirically, our method eliminates the trade-off between plasticity and stability, matching the performance of full fine-tuning on downstream tasks without any degradation of the model's original capabilities. Furthermore, we demonstrate the modularity of our approach, showing that by selectively expanding a small subset of layers we can achieve the same performance as full fine-tuning at a fraction of the computational cost.

顶级标签: model training machine learning llm
详细标签: fine-tuning catastrophic forgetting parameter expansion plasticity stability trade-off transformer adaptation 或 搜索:

增长而非覆盖:实现无遗忘的模型微调 / Grow, Don't Overwrite: Fine-tuning Without Forgetting


1️⃣ 一句话总结

这篇论文提出了一种创新的模型微调方法,通过复制并扩展预训练模型的内部结构来学习新任务,从而在保持原有能力不丢失的同时,达到与完全微调相当的新任务性能,且计算成本更低。

源自 arXiv: 2603.08647