CRLGAug 28, 2024

Fusing Pruned and Backdoored Models: Optimal Transport-based Data-free Backdoor Mitigation

arXiv:2408.15861v11 citationsh-index: 3
Originality Highly original
AI Analysis

This work addresses a critical security threat for deep learning systems by providing an effective data-free defense against backdoor attacks, which is novel as it does not rely on clean or poisoned data.

The paper tackles the problem of backdoor attacks in deep neural networks by proposing a data-free defense method called Optimal Transport-based Backdoor Repairing (OTBR), which fuses pruned and backdoored models to achieve high clean accuracy and low attack success rates, successfully defending against all seven backdoor attacks across three benchmark datasets and outperforming state-of-the-art methods.

Backdoor attacks present a serious security threat to deep neuron networks (DNNs). Although numerous effective defense techniques have been proposed in recent years, they inevitably rely on the availability of either clean or poisoned data. In contrast, data-free defense techniques have evolved slowly and still lag significantly in performance. To address this issue, different from the traditional approach of pruning followed by fine-tuning, we propose a novel data-free defense method named Optimal Transport-based Backdoor Repairing (OTBR) in this work. This method, based on our findings on neuron weight changes (NWCs) of random unlearning, uses optimal transport (OT)-based model fusion to combine the advantages of both pruned and backdoored models. Specifically, we first demonstrate our findings that the NWCs of random unlearning are positively correlated with those of poison unlearning. Based on this observation, we propose a random-unlearning NWC pruning technique to eliminate the backdoor effect and obtain a backdoor-free pruned model. Then, motivated by the OT-based model fusion, we propose the pruned-to-backdoored OT-based fusion technique, which fuses pruned and backdoored models to combine the advantages of both, resulting in a model that demonstrates high clean accuracy and a low attack success rate. To our knowledge, this is the first work to apply OT and model fusion techniques to backdoor defense. Extensive experiments show that our method successfully defends against all seven backdoor attacks across three benchmark datasets, outperforming both state-of-the-art (SOTA) data-free and data-dependent methods. The code implementation and Appendix are provided in the Supplementary Material.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes