Demystifying Mergeability: Interpretable Properties to Predict Model Merging Success
Luca Zhou, Bo Zhao, Rose Yu, Emanuele Rodolà
TL;DR
The paper challenges the notion of intrinsic mergeability by showing that compatibility between models depends on both the merging algorithm and partner tasks. It introduces an interpretable framework that linearly combines 28 pre-merge pairwise metrics to predict post-merge performance across four merging methods, validated with leave-one-task-out cross-validation on 20 tasks fine-tuned from CLIP ViT-B/16. Key findings reveal method-specific 'fingerprints' for mergeability, with subspace overlap and gradient alignment emerging as stable, method-agnostic prerequisites. These insights enable pre-screening and targeted fine-tuning strategies that promote gradient and subspace compatibility, offering a principled path toward merge-aware training and reliable multitask models.
Abstract
Model merging combines knowledge from separately fine-tuned models, yet success factors remain poorly understood. While recent work treats mergeability as an intrinsic property, we show with an architecture-agnostic framework that it fundamentally depends on both the merging method and the partner tasks. Using linear optimization over a set of interpretable pairwise metrics (e.g., gradient L2 distance), we uncover properties correlating with post-merge performance across four merging methods. We find substantial variation in success drivers (46.7% metric overlap; 55.3% sign agreement), revealing method-specific "fingerprints". Crucially, however, subspace overlap and gradient alignment metrics consistently emerge as foundational, method-agnostic prerequisites for compatibility. These findings provide a diagnostic foundation for understanding mergeability and motivate future fine-tuning strategies that explicitly encourage these properties.
