paper-with-me

Papers

Robust Classification via a Single Diffusion Model

2023-05-24 · Huanran Chen, Yinpeng Dong, Zhengyi Wang, Xiao Yang, Chengqi Duan, Hang Su, Jun Zhu

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\%$ robust accuracy against various $\ell_\infty$ norm-bounded adaptive attacks with $\epsilon_\infty=8/255$ on CIFAR-10, surpassing the previous state-of-the-art adversarial training models by $+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}.

📄 PDF Abstract BibTeX arXiv:2305.15241

Code (3)

huanranchen/AdversarialAttacks 공식 구현 pytorch
huanranchen/diffusionclassifier 공식 구현 pytorch
huanranchen/AdversarialAttacks/tree/main/experiments/DiffusionClassifier pytorch

Tasks

Adversarial DefenseAdversarial RobustnessClassificationmodelRobust classification

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Mediffusion: Joint Diffusion for Self-Explainable Semi-Supervised Classification and Medical Image Generation

2024-11-12 · Joanna Kaleta, Paweł Skierś, Jan Dubiński, Przemysław Korzeniowski 외

We introduce Mediffusion -- a new method for semi-supervised learning with explainable classification based on a joint diffusion model. The medical imaging domain faces unique challenges due to scarce data labelling -- i…

counterfactualImage GenerationMedical Image Generation

A Simple and Efficient Baseline for Zero-Shot Generative Classification

2024-12-17 · Zipeng Qi, Buhua Liu, Shiyan Zhang, Bao Li 외

Large diffusion models have become mainstream generative models in both academic studies and industrial AIGC applications. Recently, a number of works further explored how to employ the power of large diffusion models as…

zero-shot-classificationZero-Shot Learning

FedDiff: Diffusion Model Driven Federated Learning for Multi-Modal and Multi-Clients

2023-11-16 · Daixun Li, Weiying Xie, Zixuan Wang, YiBing Lu 외

With the rapid development of imaging sensor technology in the field of remote sensing, multi-modal remote sensing data fusion has emerged as a crucial research direction for land cover classification tasks. While diffus…

DenoisingFederated Learningimage-classificationImage Classification+1

Just Leaf It: Accelerating Diffusion Classifiers with Hierarchical Class Pruning

2024-11-18 · Arundhati S. Shanbhag, Brian B. Moser, Tobias C. Nauen, Stanislav Frolov 외

Diffusion models, known for their generative capabilities, have recently shown unexpected potential in image classification tasks by using Bayes' theorem. However, most diffusion classifiers require evaluating all class …

Classificationimage-classificationImage Classification

Exploring Multi-Timestep Multi-Stage Diffusion Features for Hyperspectral Image Classification

2023-06-15 · Jingyi Zhou, Jiamu Sheng, Jiayuan Fan, Peng Ye 외

The effectiveness of spectral-spatial feature learning is crucial for the hyperspectral image (HSI) classification task. Diffusion models, as a new class of groundbreaking generative models, have the ability to learn bot…

ClassificationHyperspectral Image Classificationimage-classificationImage Classification