Towards Unified Robustness Against Both Backdoor and Adversarial Attacks
Zhenxing Niu, Yuyao Sun, Qiguang Miao, Rong Jin, Gang Hua

TL;DR
This paper uncovers a connection between backdoor and adversarial attacks in deep neural networks and proposes a unified defense method, PUD, that effectively mitigates both attack types through a progressive purification process.
Contribution
The paper introduces a novel Progressive Unified Defense (PUD) algorithm that jointly defends against backdoor and adversarial attacks, leveraging their intrinsic connection for improved robustness.
Findings
PUD effectively erases backdoors while enhancing adversarial robustness.
It outperforms state-of-the-art backdoor defense methods.
It can identify poisoned images even with imperfect datasets.
Abstract
Deep Neural Networks (DNNs) are known to be vulnerable to both backdoor and adversarial attacks. In the literature, these two types of attacks are commonly treated as distinct robustness problems and solved separately, since they belong to training-time and inference-time attacks respectively. However, this paper revealed that there is an intriguing connection between them: (1) planting a backdoor into a model will significantly affect the model's adversarial examples; (2) for an infected model, its adversarial examples have similar features as the triggered images. Based on these observations, a novel Progressive Unified Defense (PUD) algorithm is proposed to defend against backdoor and adversarial attacks simultaneously. Specifically, our PUD has a progressive model purification scheme to jointly erase backdoors and enhance the model's adversarial robustness. At the early stage, the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Security and Verification in Computing · Smart Grid Security and Resilience
