MimicDiffusion: Purifying Adversarial Perturbation via Mimicking Clean Diffusion Model
Kaiyu Song, Hanjiang Lai

TL;DR
MimicDiffusion is a novel diffusion-based adversarial purification method that approximates the clean image generation process to effectively defend against adversarial attacks, outperforming existing baselines across multiple datasets.
Contribution
This work introduces MimicDiffusion, a new diffusion-based adversarial purification technique that directly mimics the clean diffusion process to improve robustness against adversarial perturbations.
Findings
Achieves up to 92.67% robust accuracy on CIFAR-10.
Outperforms state-of-the-art baselines on CIFAR-100 and ImageNet.
Effective across multiple classifier architectures.
Abstract
Deep neural networks (DNNs) are vulnerable to adversarial perturbation, where an imperceptible perturbation is added to the image that can fool the DNNs. Diffusion-based adversarial purification focuses on using the diffusion model to generate a clean image against such adversarial attacks. Unfortunately, the generative process of the diffusion model is also inevitably affected by adversarial perturbation since the diffusion model is also a deep network where its input has adversarial perturbation. In this work, we propose MimicDiffusion, a new diffusion-based adversarial purification technique, that directly approximates the generative process of the diffusion model with the clean image as input. Concretely, we analyze the differences between the guided terms using the clean image and the adversarial sample. After that, we first implement MimicDiffusion based on Manhattan distance.…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
MethodsDiffusion
