paper-with-me

Papers

Adv-Diffusion: Imperceptible Adversarial Face Identity Attack via Latent Diffusion Model

2023-12-18 · Decheng Liu, Xijun Wang, Chunlei Peng, Nannan Wang, Ruiming Hu, Xinbo Gao

Adversarial attacks involve adding perturbations to the source image to cause misclassification by the target model, which demonstrates the potential of attacking face recognition models. Existing adversarial face image generation methods still can't achieve satisfactory performance because of low transferability and high detectability. In this paper, we propose a unified framework Adv-Diffusion that can generate imperceptible adversarial identity perturbations in the latent space but not the raw pixel space, which utilizes strong inpainting capabilities of the latent diffusion model to generate realistic adversarial images. Specifically, we propose the identity-sensitive conditioned diffusion generative model to generate semantic perturbations in the surroundings. The designed adaptive strength-based adversarial perturbation algorithm can ensure both attack transferability and stealthiness. Extensive qualitative and quantitative experiments on the public FFHQ and CelebA-HQ datasets prove the proposed method achieves superior performance compared with the state-of-the-art methods without an extra generative model training process. The source code is available at https://github.com/kopper-xdu/Adv-Diffusion.

📄 PDF Abstract BibTeX arXiv:2312.11285

Code (1)

kopper-xdu/adv-diffusion 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.
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…
Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.

Similar Papers 제목 키워드 기반

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

Privacy Protection in Personalized Diffusion Models via Targeted Cross-Attention Adversarial Attack

2024-11-25 · Xide Xu, Muhammad Atif Butt, Sandesh Kamath, Bogdan Raducanu

The growing demand for customized visual content has led to the rise of personalized text-to-image (T2I) diffusion models. Despite their remarkable potential, they pose significant privacy risk when misused for malicious…

Adversarial Attack

Towards Assessing and Characterizing the Semantic Robustness of Face Recognition

2022-02-10 · Juan C. Pérez, Motasem Alfarra, Ali Thabet, Pablo Arbeláez 외

Deep Neural Networks (DNNs) lack robustness against imperceptible perturbations to their input. Face Recognition Models (FRMs) based on DNNs inherit this vulnerability. We propose a methodology for assessing and characte…

Face Recognition

Adv-TGD: Adversarial Text-Guided Diffusion for Face Recognition Impersonation Attacks

2026-06-10 · Omid Ahmadieh, Nima Karimian arxiv

The widespread adoption of face recognition (FR) technologies raises serious privacy concerns, as facial data can be exploited without consent. To address this challenge, we propose Adv-TGD, a generative adversarial atta…

Adversarial AttackFace Recognition

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