Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Training-Free Pretrained Model Merging

About

Recently, model merging techniques have surfaced as a solution to combine multiple single-talent models into a single multi-talent model. However, previous endeavors in this field have either necessitated additional training or fine-tuning processes, or require that the models possess the same pre-trained initialization. In this work, we identify a common drawback in prior works w.r.t. the inconsistency of unit similarity in the weight space and the activation space. To address this inconsistency, we propose an innovative model merging framework, coined as merging under dual-space constraints (MuDSC). Specifically, instead of solely maximizing the objective of a single space, we advocate for the exploration of permutation matrices situated in a region with a unified high similarity in the dual space, achieved through the linear combination of activation and weight similarity matrices. In order to enhance usability, we have also incorporated adaptations for group structure, including Multi-Head Attention and Group Normalization. Comprehensive experimental comparisons demonstrate that MuDSC can significantly boost the performance of merged models with various task combinations and architectures. Furthermore, the visualization of the merged model within the multi-task loss landscape reveals that MuDSC enables the merged model to reside in the overlapping segment, featuring a unified lower loss for each task. Our code is publicly available at https://github.com/zju-vipa/training_free_model_merging.

Zhengqi Xu, Ke Yuan, Huiqiong Wang, Yong Wang, Mingli Song, Jie Song• 2024

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 50+50
Joint Accuracy74.71
25
Image ClassificationCIFAR100 50+50
Joint Accuracy56.01
14
Image ClassificationCIFAR-100 50+50 (Joint)
Accuracy75.76
12
Image ClassificationCIFAR-100 Task A 50 classes
Accuracy87.78
12
Image ClassificationCIFAR-100 Task B 50 classes
Accuracy85.56
12
Multi-task image classificationMNIST multi-task (test)
Accuracy94.62
9
Image ClassificationCIFAR10 5+5
Joint Score83.09
7
Image ClassificationImageNet400 (200+200) 1k-subset (test)
Joint Accuracy44.87
7
Multi-task LearningTaskonomy tiny (test)
Object Classification89.75
7
Showing 9 of 9 rows

Other info

Code

Follow for update