Back to Explorer
Research PaperResearchia:202603.11076[Data Science > Machine Learning]

Grow, Don't Overwrite: Fine-tuning Without Forgetting

Dyah Adila

Abstract

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.


Source: arXiv:2603.08647v1 - http://arxiv.org/abs/2603.08647v1 PDF: https://arxiv.org/pdf/2603.08647v1 Original Link: http://arxiv.org/abs/2603.08647v1

Submission:3/11/2026
Comments:0 comments
Subjects:Machine Learning; Data Science
Original Source:
View Original PDF
arXiv: This paper is hosted on arXiv, an open-access repository
Was this helpful?

Discussion (0)

Please sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Grow, Don't Overwrite: Fine-tuning Without Forgetting | Researchia