English

Model Merging with Functional Dual Anchors

Machine Learning 2025-10-27 v1

Abstract

Model merging is an efficient post-training strategy for integrating knowledge from multiple finetuned checkpoints of a shared foundation model. Existing methods operate in the parameter space, combining task vectors to mitigate conflicts, but remain constrained by parameter inconsistencies. We propose Functional Dual Anchors (FDAs), a framework that instead models the input-representation space. FDAs are synthetic inputs whose induced gradients align with task vectors, capturing task-specific functional shifts relative to the pretrained model. This perspective bridges joint multi-task training and post-hoc merging, offering both robustness and flexibility. We further introduce a principled initialization scheme and show that FDAs are complementary to parameter-space model merging. Comprehensive experiments demonstrate the effectiveness of FDAs in model merging.

Keywords

Cite

@article{arxiv.2510.21223,
  title  = {Model Merging with Functional Dual Anchors},
  author = {Kexuan Shi and Yandong Wen and Weiyang Liu},
  journal= {arXiv preprint arXiv:2510.21223},
  year   = {2025}
}

Comments

Technical report (23 pages, 15 figures, project page: https://spherelab.ai/fda/)

R2 v1 2026-07-01T07:03:32.858Z