paper-with-me

Papers

Towards Invisible Backdoor Attack on Text-to-Image Diffusion Model

2025-03-22 · Jie Zhang, Zhongqi Wang, Shiguang Shan, Xilin Chen

Backdoor attacks targeting text-to-image diffusion models have advanced rapidly, enabling attackers to implant malicious triggers into these models to manipulate their outputs. However, current backdoor samples often exhibit two key abnormalities compared to benign samples: 1) Semantic Consistency, where backdoor prompts tend to generate images with similar semantic content even with significant textual variations to the prompts; 2) Attention Consistency, where the trigger induces consistent structural responses in the cross-attention maps. These consistencies leave detectable traces for defenders, making backdoors easier to identify. To enhance the stealthiness of backdoor samples, we propose a novel Invisible Backdoor Attack (IBA) by explicitly mitigating these consistencies. Specifically, our approach leverages syntactic structures as backdoor triggers to amplify the sensitivity to textual variations, effectively breaking down the semantic consistency. Besides, a regularization method based on Kernel Maximum Mean Discrepancy (KMMD) is proposed to align the distribution of cross-attention responses between backdoor and benign samples, thereby disrupting attention consistency. Extensive experiments demonstrate that our IBA achieves a 97.5% attack success rate while exhibiting stronger resistance to defenses, with an average of over 98% backdoor samples bypassing three state-of-the-art detection mechanisms. The code is available at https://github.com/Robin-WZQ/IBA.

📄 PDF Abstract BibTeX arXiv:2503.17724

Code (1)

robin-wzq/iba 공식 구현 pytorch

Tasks

Backdoor Attack

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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 제목 키워드 기반

Invisible Backdoor Attacks on Diffusion Models

2024-06-02 · Sen Li, Junchi Ma, Minhao Cheng

In recent years, diffusion models have achieved remarkable success in the realm of high-quality image generation, garnering increased attention. This surge in interest is paralleled by a growing concern over the security…

Backdoor AttackHuman DetectionImage Generationtext-guided-image-editing

Invisible Backdoor Triggers in Image Editing Model via Deep Watermarking

2025-06-05 · Yu-Feng Chen, Tzuhsuan Huang, Pin-Yen Chiu, Jun-Cheng Chen

Diffusion models have achieved remarkable progress in both image generation and editing. However, recent studies have revealed their vulnerability to backdoor attacks, in which specific patterns embedded in the input can…

Backdoor AttackImage Generation

Invisible Backdoor Attacks on Deep Neural Networks via Steganography and Regularization

2019-09-06 · Shaofeng Li, Minhui Xue, Benjamin Zi Hao Zhao, Haojin Zhu 외

Deep neural networks (DNNs) have been proven vulnerable to backdoor attacks, where hidden features (patterns) trained to a normal model, which is only activated by some specific input (called triggers), trick the model i…

FRIB: Low-poisoning Rate Invisible Backdoor Attack based on Feature Repair

2022-07-26 · Hui Xia, Xiugui Yang, Xiangyun Qian, Rui Zhang

During the generation of invisible backdoor attack poisoned data, the feature space transformation operation tends to cause the loss of some poisoned features and weakens the mapping relationship between source images wi…

Backdoor Attack

BadHash: Invisible Backdoor Attacks against Deep Hashing with Clean Label

2022-07-01 · Shengshan Hu, Ziqi Zhou, Yechao Zhang, Leo Yu Zhang 외

Due to its powerful feature learning capability and high efficiency, deep hashing has achieved great success in large-scale image retrieval. Meanwhile, extensive works have demonstrated that deep neural networks (DNNs) a…

Adversarial AttackBackdoor AttackContrastive LearningDeep Hashing+5