Adversarial Robustification via Text-to-Image Diffusion Models
Daewon Choi, Jongheon Jeong, Huiwon Jang, Jinwoo Shin
TL;DR
This work tackles the challenge of achieving adversarial robustness for off-the-shelf vision models without access to training data. It introduces a scalable, model-agnostic framework that uses text-to-image diffusion models as zero-shot denoisers within a denoise-and-classify pipeline to obtain provable robustness, complemented by two self-adaptation schemes that synthesize reference images and personalize the diffusion model while regularizing the classifier. The approach yields strong data-free robustness improvements on CLIP and a ResNet-50 across diverse datasets, often surpassing data-dependent baselines and achieving competitive certified robustness. The results demonstrate practical robustness gains for real-world, data-constrained deployments and open questions for extending data-free defenses to broader model classes and black-box settings.
Abstract
Adversarial robustness has been conventionally believed as a challenging property to encode for neural networks, requiring plenty of training data. In the recent paradigm of adopting off-the-shelf models, however, access to their training data is often infeasible or not practical, while most of such models are not originally trained concerning adversarial robustness. In this paper, we develop a scalable and model-agnostic solution to achieve adversarial robustness without using any data. Our intuition is to view recent text-to-image diffusion models as "adaptable" denoisers that can be optimized to specify target tasks. Based on this, we propose: (a) to initiate a denoise-and-classify pipeline that offers provable guarantees against adversarial attacks, and (b) to leverage a few synthetic reference images generated from the text-to-image model that enables novel adaptation schemes. Our experiments show that our data-free scheme applied to the pre-trained CLIP could improve the (provable) adversarial robustness of its diverse zero-shot classification derivatives (while maintaining their accuracy), significantly surpassing prior approaches that utilize the full training data. Not only for CLIP, we also demonstrate that our framework is easily applicable for robustifying other visual classifiers efficiently.
