Mitigating Catastrophic Forgetting in AI Models with Sequential Fine-Tuning and Averaging

Wednesday 05 March 2025


The quest for perpetual learning in AI has led researchers down a winding path of trial and error. One such approach, sequential fine-tuning, has garnered attention for its ability to adapt models to new tasks while retaining knowledge acquired earlier. However, this method falls short when faced with the harsh reality of forgetting – the phenomenon where previously learned skills are lost as new information is absorbed.


A recent study delves into the world of catastrophic forgetting, exploring ways to mitigate its effects in language processing tasks. The team’s findings suggest that a simple yet effective approach can be employed to prevent the gradual deterioration of model performance over time.


The researchers began by examining how AI models fare when fine-tuned on a sequence of tasks. They discovered that, as expected, models tend to forget previously learned information with each new task. But what’s more surprising is the sheer magnitude of this forgetting – in some cases, models lose up to 90% of their initial knowledge.


To combat this issue, the team proposed Sequential Fine-Tuning with Averaging (SFA), a novel method that merges partially-trained models during training. This approach allows for the retention of previously learned skills while adapting to new tasks. By averaging model parameters from earlier checkpoints, SFA creates a more stable and robust learning process.


The researchers put their theory to the test, fine-tuning various language models on a range of tasks, including text simplification, inquisitive question generation, and headline generation with constraint. The results were impressive – models that employed SFA outperformed those using traditional sequential fine-tuning by a significant margin.


But how does SFA achieve its remarkable performance? It’s all about the way it averages model parameters. By doing so, SFA reduces the likelihood of catastrophic forgetting by constraining changes to model weights. This ensures that previously learned knowledge is preserved and can be leveraged when needed.


The study also explores other approaches to mitigate forgetting, such as task arithmetic and elastic weight consolidation. While these methods show promise, they come with significant computational costs or require additional data storage. SFA, on the other hand, offers a more efficient and scalable solution.


As AI continues to advance, its ability to learn and adapt will become increasingly crucial. However, without strategies to combat catastrophic forgetting, models risk becoming obsolete mere months after deployment. The discovery of effective methods like SFA brings us one step closer to achieving perpetual learning in AI – and the possibilities are endless.


Cite this article: “Mitigating Catastrophic Forgetting in AI Models with Sequential Fine-Tuning and Averaging”, The Science Archive, 2025.


Ai, Perpetual Learning, Sequential Fine-Tuning, Catastrophic Forgetting, Language Processing, Model Parameters, Averaging, Task Arithmetic, Elastic Weight Consolidation, Deep Learning


Reference: Anat Kleiman, Gintare Karolina Dziugaite, Jonathan Frankle, Sham Kakade, Mansheej Paul, “Soup to go: mitigating forgetting during continual learning with model averaging” (2025).


Leave a Reply