13
47

Defending against Backdoor Attack on Deep Neural Networks

Abstract

Although deep neural networks (DNNs) have achieved a great success in various computer vision tasks, it is recently found that they are vulnerable to adversarial attacks. In this paper, we focus on the so-called \textit{backdoor attack}, which injects a backdoor trigger to a small portion of training data (also known as data poisoning) such that the trained DNN induces misclassification while facing examples with this trigger. To be specific, we carefully study the effect of both real and synthetic backdoor attacks on the internal response of vanilla and backdoored DNNs through the lens of Gard-CAM. Moreover, we show that the backdoor attack induces a significant bias in neuron activation in terms of the \ell_\infty norm of an activation map compared to its 1\ell_1 and 2\ell_2 norm. Spurred by our results, we propose the \textit{\ell_\infty-based neuron pruning} to remove the backdoor from the backdoored DNN. Experiments show that our method could effectively decrease the attack success rate, and also hold a high classification accuracy for clean images.

View on arXiv
@article{cheng2025_2002.12162,
  title={ Defending against Backdoor Attack on Deep Neural Networks },
  author={ Hao Cheng and Kaidi Xu and Sijia Liu and Pin-Yu Chen and Pu Zhao and Xue Lin },
  journal={arXiv preprint arXiv:2002.12162},
  year={ 2025 }
}
Comments on this paper