paper-with-me

홈 › Papers

Training-Free Pretrained Model Merging

2024-03-04 · CVPR 2024 1 · Zhengqi Xu, Ke Yuan, Huiqiong Wang, Yong Wang, Mingli Song, Jie Song

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.

📄 PDF Abstract BibTeX arXiv:2403.01753

Code (1)

zju-vipa/training_free_model_merging 공식 구현 pytorch

Tasks

model

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Group Normalization Group Normalization is a normalization layer that divides channels into groups and normalizes the features within each group. GN does not exploit the batch dimension, and its…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

CAT Merging: A Training-Free Approach for Resolving Conflicts in Model Merging

2025-05-11 · Wenju Sun, Qingyong Li, Yangli-ao Geng, Boyang Li

Multi-task model merging offers a promising paradigm for integrating multiple expert models into a unified model without additional training. Existing state-of-the-art techniques, such as Task Arithmetic and its variants…

Task Arithmetic

Lossless Token Merging Even Without Fine-Tuning in Vision Transformers

2025-05-21 · Jaeyeon Lee, Dong-Wan Choi

Although Vision Transformers (ViTs) have become the standard architecture in computer vision, their massive sizes lead to significant computational overhead. Token compression techniques have attracted considerable atten…

Training-free Heterogeneous Model Merging

2024-12-29 · Zhengqi Xu, Han Zheng, Jie Song, Li Sun 외

Model merging has attracted significant attention as a powerful paradigm for model reuse, facilitating the integration of task-specific models into a singular, versatile framework endowed with multifarious capabilities. …

model

Training-Free Model Merging for Multi-target Domain Adaptation

2024-07-18 · Wenyi Li, Huan-ang Gao, Mingju Gao, Beiwen Tian 외

In this paper, we study multi-target domain adaptation of scene understanding models. While previous methods achieved commendable results through inter-domain consistency losses, they often assumed unrealistic simultaneo…

Domain AdaptationMulti-target Domain AdaptationScene Understanding

On the Vulnerability of Parameter-Level Defenses to Model Merging

2026-06-29 · Kuangpu Guo, Qingyan Zheng, Jian Liang, Yongcan Yu 외 arxiv

The training-free integration of expert models via model merging has exposed significant security risks, enabling free-riders to combine specialized models without authorization. Recent works propose parameter-level defe…