paper-with-me

Papers

Diffusion Models for Imperceptible and Transferable Adversarial Attack

2023-05-14 · Jianqi Chen, Hao Chen, Keyan Chen, Yilan Zhang, Zhengxia Zou, Zhenwei Shi

Many existing adversarial attacks generate $L_p$-norm perturbations on image RGB space. Despite some achievements in transferability and attack success rate, the crafted adversarial examples are easily perceived by human eyes. Towards visual imperceptibility, some recent works explore unrestricted attacks without $L_p$-norm constraints, yet lacking transferability of attacking black-box models. In this work, we propose a novel imperceptible and transferable attack by leveraging both the generative and discriminative power of diffusion models. Specifically, instead of direct manipulation in pixel space, we craft perturbations in the latent space of diffusion models. Combined with well-designed content-preserving structures, we can generate human-insensitive perturbations embedded with semantic clues. For better transferability, we further "deceive" the diffusion model which can be viewed as an implicit recognition surrogate, by distracting its attention away from the target regions. To our knowledge, our proposed method, DiffAttack, is the first that introduces diffusion models into the adversarial attack field. Extensive experiments on various model structures, datasets, and defense methods have demonstrated the superiority of our attack over the existing attack methods.

📄 PDF Abstract BibTeX arXiv:2305.08192

Code (1)

windvchen/diffattack 공식 구현 pytorch

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

Adv-Makeup: A New Imperceptible and Transferable Attack on Face Recognition

2021-05-07 · Bangjie Yin, Wenxuan Wang, Taiping Yao, Junfeng Guo 외

Deep neural networks, particularly face recognition models, have been shown to be vulnerable to both digital and physical adversarial examples. However, existing adversarial examples against face recognition systems eith…

Adversarial AttackFace GenerationFace RecognitionMeta-Learning

SITA: Structurally Imperceptible and Transferable Adversarial Attacks for Stylized Image Generation

2025-03-25 · Jingdan Kang, Haoxin Yang, Yan Cai, Huaidong Zhang 외

Image generation technology has brought significant advancements across various fields but has also raised concerns about data misuse and potential rights infringements, particularly with respect to creating visual artwo…

Computational EfficiencyImage Generation

Direction-Aggregated Attack for Transferable Adversarial Examples

2021-04-19 · Tianjin Huang, Vlado Menkovski, Yulong Pei, Yuhao Wang 외

Deep neural networks are vulnerable to adversarial examples that are crafted by imposing imperceptible changes to the inputs. However, these adversarial examples are most successful in white-box settings where the model …

AdvAD: Exploring Non-Parametric Diffusion for Imperceptible Adversarial Attacks

2025-03-12 · The Thirty-Eighth Annual Conference on Neural Information Processing Systems 2024 12 · Jin Li, Ziqiang He, Anwei Luo, Jian-Fang Hu 외

Imperceptible adversarial attacks aim to fool DNNs by adding imperceptible perturbation to the input data. Previous methods typically improve the imperceptibility of attacks by integrating common attack paradigms with sp…

DenoisingSSIM

Perception Matters: Exploring Imperceptible and Transferable Anti-forensics for GAN-generated Fake Face Imagery Detection

2020-10-29 · Yongwei Wang, Xin Ding, Li Ding, Rabab Ward 외

Recently, generative adversarial networks (GANs) can generate photo-realistic fake facial images which are perceptually indistinguishable from real face photos, promoting research on fake face detection. Though fake face…

Adversarial AttackFace Detection