paper-with-me

홈 › Papers

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

2026-03-09 · Dyah Adila, Hanna Mazzawi, Benoit Dherin, Xavier Gonzalvo arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.08647

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Low-Rank Adaptation Reduces Catastrophic Forgetting in Sequential Transformer Encoder Fine-Tuning: Controlled Empirical Evidence and Frozen-Backbone Representation Probes

2026-03-29 · Ashish Pandey arxiv

Sequential fine-tuning of pretrained language encoders often overwrites previously acquired capabilities, but the forgetting behavior of parameter-efficient updates remains under-characterized. We present a controlled em…

Continual Learning

Overcoming Catastrophic Forgetting via Hessian-free Curvature Estimates

2019-09-25 · Leonid Butyrev, Georgios Kontes, Christoffer Löffler, Christopher Mutschler

Learning neural networks with gradient descent over a long sequence of tasks is problematic as their fine-tuning to new tasks overwrites the network weights that are important for previous tasks. This leads to a poor per…

Superposition in Transformers: A Novel Way of Building Mixture of Experts

2024-12-31 · Ayoub Ben Chaliah, Hela Dellagi

Catastrophic forgetting remains a major challenge when adapting large language models (LLMs) to new tasks or domains. Conventional fine-tuning often overwrites existing knowledge, causing performance degradation on origi…

Mixture-of-Experts

Mitigating Catastrophic Forgetting in Continual Learning through Model Growth

2025-09-01 · Ege Süalp, Mina Rezaei arxiv

Catastrophic forgetting is a significant challenge in continual learning, in which a model loses prior knowledge when it is fine-tuned on new tasks. This problem is particularly critical for large language models (LLMs) …

Reading ComprehensionContinual Learning

Prototype Augmented Hypernetworks for Continual Learning

2025-05-12 · Neil De La Fuente, Maria Pilligua, Daniel Vidal, Albin Soutiff 외

Continual learning (CL) aims to learn a sequence of tasks without forgetting prior knowledge, but gradient updates for a new task often overwrite the weights learned earlier, causing catastrophic forgetting (CF). We prop…

Continual Learning