LGCRCVMay 16, 2022

Diffusion Models for Adversarial Purification

arXiv:2205.07460v1684 citationsh-index: 78
Originality Incremental advance
AI Analysis

This work addresses the problem of improving defense against adversarial attacks for image classification systems, representing an incremental advance over prior purification methods.

The authors tackled the problem of defending image classifiers against adversarial attacks using adversarial purification, achieving state-of-the-art results that outperform existing methods, often by a large margin, on datasets like CIFAR-10, ImageNet, and CelebA-HQ.

Adversarial purification refers to a class of defense methods that remove adversarial perturbations using a generative model. These methods do not make assumptions on the form of attack and the classification model, and thus can defend pre-existing classifiers against unseen threats. However, their performance currently falls behind adversarial training methods. In this work, we propose DiffPure that uses diffusion models for adversarial purification: Given an adversarial example, we first diffuse it with a small amount of noise following a forward diffusion process, and then recover the clean image through a reverse generative process. To evaluate our method against strong adaptive attacks in an efficient and scalable way, we propose to use the adjoint method to compute full gradients of the reverse generative process. Extensive experiments on three image datasets including CIFAR-10, ImageNet and CelebA-HQ with three classifier architectures including ResNet, WideResNet and ViT demonstrate that our method achieves the state-of-the-art results, outperforming current adversarial training and adversarial purification methods, often by a large margin. Project page: https://diffpure.github.io.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes