LGJan 29

Understanding Model Merging: A Unified Generalization Framework for Heterogeneous Experts

arXiv:2601.21690v1h-index: 11Has Code
Originality Incremental advance
AI Analysis

This addresses a foundational problem for practitioners in machine learning by offering theoretical insights and actionable recommendations for merge-friendly fine-tuning, though it is incremental in building on existing empirical observations.

The paper tackles the lack of a unified theory for model merging under heterogeneous fine-tuning hyperparameters and provides a theoretical framework using $L_2$-Stability to analyze generalization, with experiments on ResNet/ViT across 20/8 tasks confirming predictions.

Model merging efficiently aggregates capabilities from multiple fine-tuned models into a single one, operating purely in parameter space without original data or expensive re-computation. Despite empirical successes, a unified theory for its effectiveness under heterogeneous finetuning hyperparameters (e.g., varying learning rates, batch sizes) remains missing. Moreover, the lack of hyperparameter transparency in open-source fine-tuned models makes it difficult to predict merged-model performance, leaving practitioners without guidance on how to fine-tune merge-friendly experts. To address those two challenges, we employ $L_2$-Stability theory under heterogeneous hyperparameter environments to analyze the generalization of the merged model $\boldsymbol{x}_{avg}$. This pioneering analysis yields two key contributions: (i) \textit{A unified theoretical framework} is provided to explain existing merging algorithms, revealing how they optimize specific terms in our bound, thus offering a strong theoretical foundation for empirical observations. (ii) \textit{Actionable recommendations} are proposed for practitioners to strategically fine-tune expert models, enabling the construction of merge-friendly models within the pretraining-to-finetuning pipeline. Extensive experiments on the ResNet/Vit family across 20/8 visual classification tasks, involving thousands of finetuning models, robustly confirm the impact of different hyperparameters on the generalization of $\boldsymbol{x}_{avg}$ predicted by our theoretical results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes