paper-with-me

홈 › Papers

How to Backdoor Diffusion Models?

2022-12-11 · CVPR 2023 1 · Sheng-Yen Chou, Pin-Yu Chen, Tsung-Yi Ho

Diffusion models are state-of-the-art deep learning empowered generative models that are trained based on the principle of learning forward and reverse diffusion processes via progressive noise-addition and denoising. To gain a better understanding of the limitations and potential risks, this paper presents the first study on the robustness of diffusion models against backdoor attacks. Specifically, we propose BadDiffusion, a novel attack framework that engineers compromised diffusion processes during model training for backdoor implantation. At the inference stage, the backdoored diffusion model will behave just like an untampered generator for regular data inputs, while falsely generating some targeted outcome designed by the bad actor upon receiving the implanted trigger signal. Such a critical risk can be dreadful for downstream tasks and applications built upon the problematic model. Our extensive experiments on various backdoor attack settings show that BadDiffusion can consistently lead to compromised diffusion models with high utility and target specificity. Even worse, BadDiffusion can be made cost-effective by simply finetuning a clean pre-trained diffusion model to implant backdoors. We also explore some possible countermeasures for risk mitigation. Our results call attention to potential risks and possible misuse of diffusion models. Our code is available on https://github.com/IBM/BadDiffusion.

📄 PDF Abstract BibTeX arXiv:2212.05400

Code (1)

ibm/baddiffusion 공식 구현 jax

Tasks

Backdoor AttackDenoisingSpecificity

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

PureDiffusion: Using Backdoor to Counter Backdoor in Generative Diffusion Models

2024-09-20 · Vu Tuan Truong, Long Bao Le

Diffusion models (DMs) are advanced deep learning models that achieved state-of-the-art capability on a wide range of generative tasks. However, recent studies have shown their vulnerability regarding backdoor attacks, i…

backdoor defense

Text-to-Image Diffusion Models can be Easily Backdoored through Multimodal Data Poisoning

2023-05-07 · Shengfang Zhai, Yinpeng Dong, Qingni Shen, Shi Pu 외

With the help of conditioning mechanisms, the state-of-the-art diffusion models have achieved tremendous success in guided image generation, particularly in text-to-image synthesis. To gain a better understanding of the …

Backdoor Attackbackdoor defenseData PoisoningImage Generation

A Dual-Purpose Framework for Backdoor Defense and Backdoor Amplification in Diffusion Models

2025-02-26 · Vu Tuan Truong, Long Bao Le

Diffusion models have emerged as state-of-the-art generative frameworks, excelling in producing high-quality multi-modal samples. However, recent studies have revealed their vulnerability to backdoor attacks, where backd…

Backdoor Attackbackdoor defenseDenoising

Backdoor Attacks on Discrete Graph Diffusion Models

2025-03-08 · Jiawen Wang, Samin Karim, Yuan Hong, Binghui Wang

Diffusion models are powerful generative models in continuous data domains such as image and video data. Discrete graph diffusion models (DGDMs) have recently extended them for graph generation, which are crucial in fiel…

Drug DiscoveryGraph Generation

UIBDiffusion: Universal Imperceptible Backdoor Attack for Diffusion Models

2024-12-16 · CVPR 2025 1 · Yuning Han, Bingyin Zhao, Rui Chu, Feng Luo 외

Recent studies show that diffusion models (DMs) are vulnerable to backdoor attacks. Existing backdoor attacks impose unconcealed triggers (e.g., a gray box and eyeglasses) that contain evident patterns, rendering remarka…

Backdoor Attack