English

Disrupting Model Merging: A Parameter-Level Defense Without Sacrificing Accuracy

Machine Learning 2025-07-01 v2 Artificial Intelligence Cryptography and Security

Abstract

Model merging is a technique that combines multiple finetuned models into a single model without additional training, allowing a free-rider to cheaply inherit specialized capabilities. This study investigates methodologies to suppress unwanted model merging by free-riders. Existing methods such as model watermarking or fingerprinting can only detect merging in hindsight. In contrast, we propose a first proactive defense against model merging. Specifically, our defense method modifies the model parameters so that the model is disrupted if the model is merged with any other model, while its functionality is kept unchanged if not merged with others. Our approach consists of two modules, rearranging MLP parameters and scaling attention heads, which push the model out of the shared basin in parameter space, causing the merging performance with other models to degrade significantly. We conduct extensive experiments on image classification, image generation, and text classification to demonstrate that our defense severely disrupts merging while retaining the functionality of the post-protect model. Moreover, we analyze potential adaptive attacks and further propose a dropout-based pruning to improve our proposal's robustness.

Keywords

Cite

@article{arxiv.2503.07661,
  title  = {Disrupting Model Merging: A Parameter-Level Defense Without Sacrificing Accuracy},
  author = {Wei Junhao and Yu Zhe and Sakuma Jun},
  journal= {arXiv preprint arXiv:2503.07661},
  year   = {2025}
}

Comments

Accepted by ICCV 2025

R2 v1 2026-06-28T22:14:34.889Z