English

When Shared Knowledge Hurts: Spectral Over-Accumulation in Model Merging

Machine Learning 2026-05-22 v2 Artificial Intelligence Computation and Language Computer Vision and Pattern Recognition

Abstract

Model merging combines multiple fine-tuned models into a single model by adding their weight updates, providing a lightweight alternative to retraining. Existing methods primarily target resolving conflicts between task updates, leaving the failure mode of over-counting shared knowledge unaddressed. We show that when tasks share aligned spectral directions (i.e., overlapping singular vectors), a simple linear combination repeatedly accumulates these directions, inflating the singular values and biasing the merged model toward shared subspaces. To mitigate this issue, we propose Singular Value Calibration (SVC), a training-free and data-free post-processing method that quantifies subspace overlap and rescales inflated singular values to restore a balanced spectrum. Across vision and language benchmarks, SVC consistently improves strong merging baselines and achieves state-of-the-art performance. Furthermore, by modifying only the singular values, SVC improves the performance of Task Arithmetic by 13.0%. Code is available at https://github.com/lyymuwu/SVC.

Keywords

Cite

@article{arxiv.2602.05536,
  title  = {When Shared Knowledge Hurts: Spectral Over-Accumulation in Model Merging},
  author = {Yayuan Li and Ze Peng and Jian Zhang and Jintao Guo and Yue Duan and Yinghuan Shi},
  journal= {arXiv preprint arXiv:2602.05536},
  year   = {2026}
}

Comments

Accepted by ICML 2026

R2 v1 2026-07-01T09:37:40.408Z