When Shared Knowledge Hurts: Spectral Over-Accumulation in Model Merging
Abstract
Lay Summary
Modern AI systems are often adapted to different tasks separately, such as recognizing different types of images or solving different language problems. A practical way to build a more capable system is to combine these task-specific models into one model, without retraining everything from scratch. However, we find that this combination process can sometimes count the same shared knowledge too many times. As a result, the combined model may become overly focused on a few common patterns and fail to preserve some task-specific abilities. This paper proposes a simple way to detect and correct this problem after models have already been combined. Our method adjusts how strongly the combined model relies on different internal directions, without requiring any training data or additional optimization. This makes model merging more reliable and efficient. Experiments on vision and language tasks show that our method improves several existing model merging approaches, helping the final model better balance shared knowledge and task-specific skills.