English

Robust Classification via a Single Diffusion Model

Computer Vision and Pattern Recognition 2024-05-22 v2 Cryptography and Security Machine Learning

Abstract

Diffusion models have been applied to improve adversarial robustness of image classifiers by purifying the adversarial noises or generating realistic data for adversarial training. However, diffusion-based purification can be evaded by stronger adaptive attacks while adversarial training does not perform well under unseen threats, exhibiting inevitable limitations of these methods. To better harness the expressive power of diffusion models, this paper proposes Robust Diffusion Classifier (RDC), a generative classifier that is constructed from a pre-trained diffusion model to be adversarially robust. RDC first maximizes the data likelihood of a given input and then predicts the class probabilities of the optimized input using the conditional likelihood estimated by the diffusion model through Bayes' theorem. To further reduce the computational cost, we propose a new diffusion backbone called multi-head diffusion and develop efficient sampling strategies. As RDC does not require training on particular adversarial attacks, we demonstrate that it is more generalizable to defend against multiple unseen threats. In particular, RDC achieves 75.67%75.67\% robust accuracy against various \ell_\infty norm-bounded adaptive attacks with ϵ=8/255\epsilon_\infty=8/255 on CIFAR-10, surpassing the previous state-of-the-art adversarial training models by +4.77%+4.77\%. The results highlight the potential of generative classifiers by employing pre-trained diffusion models for adversarial robustness compared with the commonly studied discriminative classifiers. Code is available at \url{https://github.com/huanranchen/DiffusionClassifier}.

Keywords

Cite

@article{arxiv.2305.15241,
  title  = {Robust Classification via a Single Diffusion Model},
  author = {Huanran Chen and Yinpeng Dong and Zhengyi Wang and Xiao Yang and Chengqi Duan and Hang Su and Jun Zhu},
  journal= {arXiv preprint arXiv:2305.15241},
  year   = {2024}
}

Comments

Accepted by ICML 2024

R2 v1 2026-06-28T10:44:44.533Z