Black-box Backdoor Defense via Zero-shot Image Purification
Yucheng Shi, Mengnan Du, Xuansheng Wu, Zihan Guan, Jin Sun, Ninghao, Liu

TL;DR
This paper introduces a zero-shot image purification framework called ZIP that defends black-box models against backdoor attacks by destroying the backdoor pattern and recovering semantic information without needing internal model details.
Contribution
The proposed ZIP framework is the first to defend black-box models against backdoor attacks using zero-shot image purification without prior knowledge of clean or poisoned samples.
Findings
ZIP outperforms state-of-the-art defenses on multiple datasets.
The framework effectively destroys backdoor patterns while preserving image semantics.
ZIP is applicable to various attack types and black-box models.
Abstract
Backdoor attacks inject poisoned samples into the training data, resulting in the misclassification of the poisoned input during a model's deployment. Defending against such attacks is challenging, especially for real-world black-box models where only query access is permitted. In this paper, we propose a novel defense framework against backdoor attacks through Zero-shot Image Purification (ZIP). Our framework can be applied to poisoned models without requiring internal information about the model or any prior knowledge of the clean/poisoned samples. Our defense framework involves two steps. First, we apply a linear transformation (e.g., blurring) on the poisoned image to destroy the backdoor pattern. Then, we use a pre-trained diffusion model to recover the missing semantic information removed by the transformation. In particular, we design a new reverse process by using 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
TopicsGenerative Adversarial Networks and Image Synthesis · Adversarial Robustness in Machine Learning · Advanced Image Processing Techniques
