paper-with-me

Papers

BadMerging: Backdoor Attacks Against Model Merging

2024-08-14 · Jinghuai Zhang, Jianfeng Chi, Zheng Li, Kunlin Cai, Yang Zhang, Yuan Tian

Fine-tuning pre-trained models for downstream tasks has led to a proliferation of open-sourced task-specific models. Recently, Model Merging (MM) has emerged as an effective approach to facilitate knowledge transfer among these independently fine-tuned models. MM directly combines multiple fine-tuned task-specific models into a merged model without additional training, and the resulting model shows enhanced capabilities in multiple tasks. Although MM provides great utility, it may come with security risks because an adversary can exploit MM to affect multiple downstream tasks. However, the security risks of MM have barely been studied. In this paper, we first find that MM, as a new learning paradigm, introduces unique challenges for existing backdoor attacks due to the merging process. To address these challenges, we introduce BadMerging, the first backdoor attack specifically designed for MM. Notably, BadMerging allows an adversary to compromise the entire merged model by contributing as few as one backdoored task-specific model. BadMerging comprises a two-stage attack mechanism and a novel feature-interpolation-based loss to enhance the robustness of embedded backdoors against the changes of different merging parameters. Considering that a merged model may incorporate tasks from different domains, BadMerging can jointly compromise the tasks provided by the adversary (on-task attack) and other contributors (off-task attack) and solve the corresponding unique challenges with novel attack designs. Extensive experiments show that BadMerging achieves remarkable attacks against various MM algorithms. Our ablation study demonstrates that the proposed attack designs can progressively contribute to the attack performance. Finally, we show that prior defense mechanisms fail to defend against our attacks, highlighting the need for more advanced defense.

📄 PDF Abstract BibTeX arXiv:2408.07362

Code (1)

jzhang538/badmerging 공식 구현 pytorch

Tasks

Backdoor AttackmodelTransfer Learning

Similar Papers 제목 키워드 기반

Backdoor Vectors: a Task Arithmetic View on Backdoor Attacks and Defenses

2025-10-09 · Stanisław Pawlak, Jan Dubiński, Daniel Marczak, Bartłomiej Twardowski arxiv

Model merging (MM) recently emerged as an effective method for combining large deep learning models. However, it poses significant security risks. Recent research shows that it is highly susceptible to backdoor attacks, …

Test-Time Detection of Backdoor Triggers for Poisoned Deep Neural Networks

2021-12-06 · Xi Li, Zhen Xiang, David J. Miller, George Kesidis

Backdoor (Trojan) attacks are emerging threats against deep neural networks (DNN). A DNN being attacked will predict to an attacker-desired target class whenever a test sample from any source class is embedded with a bac…

Backdoor Attackimage-classificationImage Classification

A general approach to enhance the survivability of backdoor attacks by decision path coupling

2024-03-05 · Yufei Zhao, Dingji Wang, Bihuan Chen, Ziqian Chen 외

Backdoor attacks have been one of the emerging security threats to deep neural networks (DNNs), leading to serious consequences. One of the mainstream backdoor defenses is model reconstruction-based. Such defenses adopt …

Backdoor Attack

Detecting Backdoor Attacks Against Point Cloud Classifiers

2021-10-20 · Zhen Xiang, David J. Miller, Siheng Chen, Xi Li 외

Backdoor attacks (BA) are an emerging threat to deep neural network classifiers. A classifier being attacked will predict to the attacker's target class when a test sample from a source class is embedded with the backdoo…

Autonomous Driving

From Parameters to Feature Space: Task Arithmetic for Backdoor Mitigation in Model Merging

2026-06-10 · Zhenqian Zhu, Yamin Hu, Yiya Diao, Weixiang Li 외 arxiv

Model merging (MM) has gained significant attention as a cost-effective approach to integrate multiple task-specific models into a unified model. However, recent work reveals that MM is highly susceptible to backdoor att…

parameter-efficient fine-tuning