paper-with-me

Papers

Unveiling and Mitigating Backdoor Vulnerabilities based on Unlearning Weight Changes and Backdoor Activeness

2024-05-30 · Weilin Lin, Li Liu, Shaokui Wei, Jianze Li, Hui Xiong

The security threat of backdoor attacks is a central concern for deep neural networks (DNNs). Recently, without poisoned data, unlearning models with clean data and then learning a pruning mask have contributed to backdoor defense. Additionally, vanilla fine-tuning with those clean data can help recover the lost clean accuracy. However, the behavior of clean unlearning is still under-explored, and vanilla fine-tuning unintentionally induces back the backdoor effect. In this work, we first investigate model unlearning from the perspective of weight changes and gradient norms, and find two interesting observations in the backdoored model: 1) the weight changes between poison and clean unlearning are positively correlated, making it possible for us to identify the backdoored-related neurons without using poisoned data; 2) the neurons of the backdoored model are more active (i.e., larger changes in gradient norm) than those in the clean model, suggesting the need to suppress the gradient norm during fine-tuning. Then, we propose an effective two-stage defense method. In the first stage, an efficient Neuron Weight Change (NWC)-based Backdoor Reinitialization is proposed based on observation 1). In the second stage, based on observation 2), we design an Activeness-Aware Fine-Tuning to replace the vanilla fine-tuning. Extensive experiments, involving eight backdoor attacks on three benchmark datasets, demonstrate the superior performance of our proposed method compared to recent state-of-the-art backdoor defense approaches.

📄 PDF Abstract BibTeX arXiv:2405.20291

Code (0)

등록된 구현이 없습니다.

Tasks

backdoor defense

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Backdoor Unlearning by Linear Task Decomposition

2025-10-16 · Amel Abdelraheem, Alessandro Favero, Gerome Bovet, Pascal Frossard arxiv

Foundation models have revolutionized computer vision by enabling broad generalization across diverse tasks. Yet, they remain highly susceptible to adversarial perturbations and targeted backdoor attacks. Mitigating such…

Efficient Backdoor Defense in Multimodal Contrastive Learning: A Token-Level Unlearning Method for Mitigating Threats

2024-09-29 · Kuanrong Liu, Siyuan Liang, Jiawei Liang, Pengwen Dai 외

Multimodal contrastive learning uses various data modalities to create high-quality features, but its reliance on extensive data sources on the Internet makes it vulnerable to backdoor attacks. These attacks insert malic…

Backdoor Attackbackdoor defenseContrastive LearningMachine Unlearning

Mitigating Backdoor Attacks using Activation-Guided Model Editing

2024-07-10 · Felix Hsieh, Huy H. Nguyen, AprilPyone MaungMaung, Dmitrii Usynin 외

Backdoor attacks compromise the integrity and reliability of machine learning models by embedding a hidden trigger during the training process, which can later be activated to cause unintended misbehavior. We propose a n…

Machine UnlearningModel Editing

Exploiting Machine Unlearning for Backdoor Attacks in Deep Learning System

2023-09-12 · Peixin Zhang, Jun Sun, Mingtian Tan, Xinyu Wang

In recent years, the security issues of artificial intelligence have become increasingly prominent due to the rapid development of deep learning research and applications. Backdoor attack is an attack targeting the vulne…

Backdoor AttackDeep LearningMachine Unlearning

Shared Adversarial Unlearning: Backdoor Mitigation by Unlearning Shared Adversarial Examples

2023-07-20 · NeurIPS 2023 11

Backdoor attacks are serious security threats to machine learning models where an adversary can inject poisoned samples into the training set, causing a backdoored model which predicts poisoned samples with particular tr…

backdoor defense