paper-with-me

Papers

Deceptive Diffusion: Generating Synthetic Adversarial Examples

2024-06-28 · Lucas Beerens, Catherine F. Higham, Desmond J. Higham

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.

📄 PDF Abstract BibTeX arXiv:2406.19807

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

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 제목 키워드 기반

Beyond Deceptive Flatness: Dual-Order Solution for Strengthening Adversarial Transferability

2025-11-03 · Zhixuan Zhang, Pingyu Wang, Xingjian Zheng, Linbo Qing 외 arxiv

Transferable attacks generate adversarial examples on surrogate models to fool unknown victim models, posing real-world threats and growing research interest. Despite focusing on flat losses for transferable adversarial …

Diffusion-Driven Deceptive Patches: Adversarial Manipulation and Forensic Detection in Facial Identity Verification

2026-01-14 · Shahrzad Sayyafzadeh, Hongmei Chi, Shonda Bernadin arxiv

This work presents an end-to-end pipeline for generating, refining, and evaluating adversarial patches to compromise facial biometric systems, with applications in forensic analysis and security testing. We utilize FGSM …

AdvDiff: Generating Unrestricted Adversarial Examples using Diffusion Models

2023-07-24 · Xuelong Dai, Kaisheng Liang, Bin Xiao

Unrestricted adversarial attacks present a serious threat to deep learning models and adversarial defense techniques. They pose severe security problems for deep learning applications because they can effectively bypass …

Adversarial AttackAdversarial Defense

VENOM: Text-driven Unrestricted Adversarial Example Generation with Diffusion Models

2025-01-14 · Hui Kuurila-Zhang, Haoyu Chen, Guoying Zhao

Adversarial attacks have proven effective in deceiving machine learning models by subtly altering input images, motivating extensive research in recent years. Traditional methods constrain perturbations within $l_p$-norm…

Generating Less Certain Adversarial Examples Improves Robust Generalization

2023-10-06 · Minxing Zhang, Michael Backes, Xiao Zhang

This paper revisits the robust overfitting phenomenon of adversarial training. Observing that models with better robust generalization performance are less certain in predicting adversarially generated training inputs, w…