[AAAI'25] Pixel Is Not A Barrier: An Effective Evasion Attack for Pixel-Domain Diffusion Models (AtkPDM)
To set up the virtual environment and install the required packages, use the following commands:
virtualenv --python=python3.10 atkpdm
source atkpdm/bin/activate
pip install -r requirements.txt
Diffusion-based image editing can generate high-quality image variation based on the clean input image. However, by adding carefully crafted perturbation to the clean image, the diffusion process will be disrupted, producing a corrupted image or unrelated image semantics to the original image.
Starting from the latent,
If you use this code, please cite the following:
@inproceedings{shih2024atkpdm,
title = {Pixel Is Not A Barrier: An Effective Evasion Attack for Pixel-Domain Diffusion Models},
author = {Chun-Yen Shih and Li-Xuan Peng and Jia-Wei Liao and Ernie Chu and Cheng-Fu Chou and Jun-Cheng Chen},
booktitle = {Annual AAAI Conference on Artificial Intelligence (AAAI)},
year = {2025},
}