Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

BAN: Detecting Backdoors Activated by Adversarial Neuron Noise

About

Backdoor attacks on deep learning represent a recent threat that has gained significant attention in the research community. Backdoor defenses are mainly based on backdoor inversion, which has been shown to be generic, model-agnostic, and applicable to practical threat scenarios. State-of-the-art backdoor inversion recovers a mask in the feature space to locate prominent backdoor features, where benign and backdoor features can be disentangled. However, it suffers from high computational overhead, and we also find that it overly relies on prominent backdoor features that are highly distinguishable from benign features. To tackle these shortcomings, this paper improves backdoor feature inversion for backdoor detection by incorporating extra neuron activation information. In particular, we adversarially increase the loss of backdoored models with respect to weights to activate the backdoor effect, based on which we can easily differentiate backdoored and clean models. Experimental results demonstrate our defense, BAN, is 1.37$\times$ (on CIFAR-10) and 5.11$\times$ (on ImageNet200) more efficient with an average 9.99\% higher detect success rate than the state-of-the-art defense BTI-DBF. Our code and trained models are publicly available at~\url{https://github.com/xiaoyunxxy/ban}.

Xiaoyun Xu, Zhuoran Liu, Stefanos Koffas, Shujian Yu, Stjepan Picek• 2024

Related benchmarks

TaskDatasetResultRank
Backdoor DetectionCIFAR-10
Bd. Rate20
120
Backdoor DefenseTiny-ImageNet
Accuracy57.66
102
Backdoor DefenseCIFAR-10
Attack Success Rate1.97
78
Backdoor DefenseTiny ImageNet (test)
Accuracy100
47
Backdoor DetectionGTSRB--
39
Backdoor Attack Detection and MitigationCIFAR-10
Attack Success Rate100
29
Image ClassificationCIFAR-10 (test)
Base Accuracy (BA)83.92
20
Backdoor DefenseCIFAR-10 BadNet v1 (test)
Clean Accuracy92.26
20
Backdoor DefenseImageNet200
Backdoor Accuracy (BA)72.59
12
Backdoor DetectionImageNet-1K 200 (test)
Bd. Metric10
9
Showing 10 of 18 rows

Other info

Code

Follow for update