CVLGJul 26, 2024

Adversarial Robustification via Text-to-Image Diffusion Models

arXiv:2407.18658v13 citationsh-index: 16
Originality Highly original
AI Analysis

This provides a scalable and model-agnostic solution for robustifying off-the-shelf models where training data is unavailable, addressing a practical bottleneck in adversarial defense.

The paper tackles the problem of achieving adversarial robustness for neural networks without using any training data by leveraging text-to-image diffusion models as adaptable denoisers, resulting in improved provable adversarial robustness for pre-trained models like CLIP while maintaining accuracy, significantly surpassing prior data-dependent approaches.

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.

Code Implementations1 repo
Foundations

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

Your Notes