DIFFender: Diffusion-Based Adversarial Defense against Patch Attacks
Caixin Kang, Yinpeng Dong, Zhengyi Wang, Shouwei Ruan, Yubo Chen, Hang Su, Xingxing Wei
TL;DR
This work tackles adversarial patch attacks by introducing DIFFender, a diffusion-based defense that leverages a discovered Adversarial Anomaly Perception (AAP) phenomenon. A single pre-trained diffusion model is used to both localize patches (via differences in denoised outputs at a fixed noise level $t^*$) and restore the affected regions, guided by text prompts and vision-language pre-training. The approach employs a lightweight few-shot prompt-tuning strategy with learnable prompts $prompt_{L}$ and $prompt_{R}$ and a joint loss $L_{PT}$ to optimize localization and restoration without extensive retraining. Extensive experiments across ImageNet, face recognition, and physical-world scenarios demonstrate strong robustness under adaptive attacks and good generalization to unseen attacks and classifiers.
Abstract
Adversarial attacks, particularly patch attacks, pose significant threats to the robustness and reliability of deep learning models. Developing reliable defenses against patch attacks is crucial for real-world applications. This paper introduces DIFFender, a novel defense framework that harnesses the capabilities of a text-guided diffusion model to combat patch attacks. Central to our approach is the discovery of the Adversarial Anomaly Perception (AAP) phenomenon, which empowers the diffusion model to detect and localize adversarial patches through the analysis of distributional discrepancies. DIFFender integrates dual tasks of patch localization and restoration within a single diffusion model framework, utilizing their close interaction to enhance defense efficacy. Moreover, DIFFender utilizes vision-language pre-training coupled with an efficient few-shot prompt-tuning algorithm, which streamlines the adaptation of the pre-trained diffusion model to defense tasks, thus eliminating the need for extensive retraining. Our comprehensive evaluation spans image classification and face recognition tasks, extending to real-world scenarios, where DIFFender shows good robustness against adversarial attacks. The versatility and generalizability of DIFFender are evident across a variety of settings, classifiers, and attack methodologies, marking an advancement in adversarial patch defense strategies.
