paper-with-me

Papers

Reconstructive Neuron Pruning for Backdoor Defense

2023-05-24 · Yige Li, Xixiang Lyu, Xingjun Ma, Nodens Koren, Lingjuan Lyu, Bo Li, Yu-Gang Jiang

Deep neural networks (DNNs) have been found to be vulnerable to backdoor attacks, raising security concerns about their deployment in mission-critical applications. While existing defense methods have demonstrated promising results, it is still not clear how to effectively remove backdoor-associated neurons in backdoored DNNs. In this paper, we propose a novel defense called \emph{Reconstructive Neuron Pruning} (RNP) to expose and prune backdoor neurons via an unlearning and then recovering process. Specifically, RNP first unlearns the neurons by maximizing the model's error on a small subset of clean samples and then recovers the neurons by minimizing the model's error on the same data. In RNP, unlearning is operated at the neuron level while recovering is operated at the filter level, forming an asymmetric reconstructive learning procedure. We show that such an asymmetric process on only a few clean samples can effectively expose and prune the backdoor neurons implanted by a wide range of attacks, achieving a new state-of-the-art defense performance. Moreover, the unlearned model at the intermediate step of our RNP can be directly used to improve other backdoor defense tasks including backdoor removal, trigger recovery, backdoor label detection, and backdoor sample detection. Code is available at \url{https://github.com/bboylyg/RNP}.

📄 PDF Abstract BibTeX arXiv:2305.14876

Code (1)

bboylyg/rnp 공식 구현 pytorch

Tasks

backdoor defense

Similar Papers 제목 키워드 기반

Magnitude-based Neuron Pruning for Backdoor Defens

2024-05-28 · Nan Li, Haoyu Jiang, Ping Yi

Deep Neural Networks (DNNs) are known to be vulnerable to backdoor attacks, posing concerning threats to their reliable deployment. Recent research reveals that backdoors can be erased from infected DNNs by pruning a spe…

backdoor defense

Rethinking Pruning for Backdoor Mitigation: An Optimization Perspective

2024-05-28 · Nan Li, Haiyang Yu, Ping Yi

Deep Neural Networks (DNNs) are known to be vulnerable to backdoor attacks, posing concerning threats to their reliable deployment. Recent research reveals that backdoors can be erased from infected DNNs by pruning a spe…

backdoor defenseGraph Neural NetworkReinforcement Learning (RL)

Few-shot Backdoor Defense Using Shapley Estimation

2021-12-30 · CVPR 2022 1 · Jiyang Guan, Zhuozhuo Tu, Ran He, DaCheng Tao

Deep neural networks have achieved impressive performance in a variety of tasks over the last decade, such as autonomous driving, face recognition, and medical diagnosis. However, prior works show that deep neural networ…

Autonomous Drivingbackdoor defenseFace RecognitionMedical Diagnosis

Density-aware Sample-specific Attack

2026-05-27 · Qiyuan Wang, Yao Li, Raymond K. W. Wong arxiv

Despite recent progress in backdoor attacks, existing methods remain susceptible to post-training defenses that erase the backdoor through fine-tuning or pruning. We revisit the core objectives of backdoor attacks and de…

Bilevel Optimization

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

2024-08-28 · Weilin Lin, Li Liu, Jianze Li, Hui Xiong

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 cle…

backdoor defense