Update README.md
Browse files
README.md
CHANGED
|
@@ -4,22 +4,25 @@ pipeline_tag: text-to-image
|
|
| 4 |
library_name: transformers
|
| 5 |
---
|
| 6 |
|
| 7 |
-
#
|
| 8 |
|
| 9 |
-
This repository contains artifacts and code related to the paper: [**
|
| 10 |
|
| 11 |
-
Code: https://github.com/Robin-WZQ/
|
| 12 |
|
| 13 |
-
This study introduces
|
| 14 |
|
| 15 |
## 📄 Citation
|
| 16 |
|
| 17 |
If you find this project useful in your research, please consider cite:
|
| 18 |
```bibtex
|
| 19 |
-
@
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
| 24 |
}
|
| 25 |
```
|
|
|
|
| 4 |
library_name: transformers
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# Trigger without Trace: Towards Stealthy Backdoor Attack on Text-to-Image Diffusion Models
|
| 8 |
|
| 9 |
+
This repository contains artifacts and code related to the paper: [**Trigger without Trace: Towards Stealthy Backdoor Attack on Text-to-Image Diffusion Models**]
|
| 10 |
|
| 11 |
+
Code: https://github.com/Robin-WZQ/TwT
|
| 12 |
|
| 13 |
+
This study introduces TwT, an attack method based on syntactic structures that exhibits strong resistance to advanced detection methods.
|
| 14 |
|
| 15 |
## 📄 Citation
|
| 16 |
|
| 17 |
If you find this project useful in your research, please consider cite:
|
| 18 |
```bibtex
|
| 19 |
+
@misc{zhang2025twt,
|
| 20 |
+
title={Trigger without Trace: Towards Stealthy Backdoor Attack on Text-to-Image Diffusion Models},
|
| 21 |
+
author={Jie Zhang and Zhongqi Wang and Shiguang Shan and Xilin Chen},
|
| 22 |
+
year={2025},
|
| 23 |
+
eprint={2503.17724},
|
| 24 |
+
archivePrefix={arXiv},
|
| 25 |
+
primaryClass={cs.CV},
|
| 26 |
+
url={https://arxiv.org/abs/2503.17724},
|
| 27 |
}
|
| 28 |
```
|