Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

From Memorization to Parameter Interference: How Overtraining Experts Harms Model Merging

About

Modern deep learning is increasingly characterized by the use of open-weight foundation models that can be fine-tuned on specialized datasets. This has led to a proliferation of expert models and adapters, often shared via platforms like HuggingFace and AdapterHub. Model merging has recently emerged as an effective way to leverage these existing resources, enabling the composition of capabilities from different model checkpoints. A natural pipeline has thus formed to harness the benefits of transfer learning and amortize sunk training costs: models are pre-trained on general data, fine-tuned on specific tasks, and then multiple checkpoints are merged to obtain a more capable model. A prevailing assumption is that improvements at one stage of this pipeline propagate downstream, leading to gains at subsequent steps. In this work, we challenge that assumption by examining how expert fine-tuning affects model merging. We show that long fine-tuning of experts that optimizes for their individual performance leads to degraded merging performance across vision and language modalities, multiple model scales, and both fully fine-tuned and LoRA-adapted models. We trace this degradation to the memorization of a small set of difficult examples that dominate late fine-tuning steps. This causes negative parameter interference and encodes knowledge that is forgotten during merging. Finally, we demonstrate that task-dependent aggressive early stopping strategies can significantly improve model merging performance.

Stefan Horoi, Guy Wolf, Eugene Belilovsky, Gintare Karolina Dziugaite• 2025

Related benchmarks

TaskDatasetResultRank
Vision Classification8 vision classification tasks CLIP ViT-B-32 (test)
Accuracy (%)89.9
28
Question AnsweringNLP tasks (QASC, WikiQA, etc.)
Accuracy82.4
19
Multi-task image classification8 vision classification tasks (test)
Average Accuracy87.3
3
Showing 3 of 3 rows

Other info

Follow for update