ICML 2026poster0 citations

Learn to Merge: Meta-Learning for Adaptive Multi-Task Model Merging

Jun Chen, Qin Zhang, Weizhi Zhang, Xiao Luo, Philip Yu, Ziyue Qiao

Abstract

Model merging in the pretrain-finetune paradigm has proven effective by combining multiple finetuned models into one with multi-task capabilities. However, existing methods rely on fix or manually tuned merging coefficients, making the unified model sensitive to the initial merging strategy and suboptimal for downstream adaptation. Thus, this paper proposed an innovative model merging framework called MetaMerging, a novel meta-learning algorithm to adaptively optimize the merging coefficients to construct a unified model tailored for task-specific adapter training. By simulating adapter updates in an inner loop and meta-optimizing merging coefficients in an outer loop, MetaMerging produces more balanced and generalizable unified models. Extensive experiments on CV and NLP fields show strong performance of MetaMerging on various downstream tasks and demonstrate the effectiveness of meta-learning in our method compared to other parameter merging methods. Our code is available at https://anonymous.4open.science/r/MetaMerging-53A1

BibTeX
@inproceedings{
chen2026learn,
title={Learn to Merge: Meta-Learning for Adaptive Multi-Task Model Merging},
author={Jun Chen and Qin Zhang and Weizhi Zhang and Xiao Luo and Philip S. Yu and Ziyue Qiao},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=c11G7lmfhm}
}