Deceptive Diffusion: Generating Synthetic Adversarial Examples
Lucas Beerens, Catherine F. Higham, Desmond J. Higham
TL;DR
The paper addresses the vulnerability of diffusion-based generative systems to training-data poisoning by introducing deceptive diffusion, where a diffusion model trained on adversarial data can generate unlimited synthetic adversarial images. It combines adversarial attack algorithms with generative diffusion to produce misclassified images that do not correspond to any single original input, enabling scalable adversarial data for defense and exposing new security threats. Key findings include a deceptive diffusion model achieving a misclassification rate of $93.6\%$ on generated outputs and a linear degradation of classifier accuracy with increasing poisoning fraction $p$, as well as CAFD increasing with poisoning and mirroring PGDL2 attack patterns. The work highlights important implications for training-data integrity and proposes using adversarial data for robustness training while cautioning about novel attack vectors in diffusion-based generation, with broader relevance to healthcare and other domains where class balance is critical.
Abstract
We introduce the concept of deceptive diffusion -- training a generative AI model to produce adversarial images. Whereas a traditional adversarial attack algorithm aims to perturb an existing image to induce a misclassificaton, the deceptive diffusion model can create an arbitrary number of new, misclassified images that are not directly associated with training or test images. Deceptive diffusion offers the possibility of strengthening defence algorithms by providing adversarial training data at scale, including types of misclassification that are otherwise difficult to find. In our experiments, we also investigate the effect of training on a partially attacked data set. This highlights a new type of vulnerability for generative diffusion models: if an attacker is able to stealthily poison a portion of the training data, then the resulting diffusion model will generate a similar proportion of misleading outputs.
