English

Backdoors in Conditional Diffusion: Threats to Responsible Synthetic Data Pipelines

Computer Vision and Pattern Recognition 2025-11-25 v2 Artificial Intelligence

Abstract

Text-to-image diffusion models achieve high-fidelity image generation from natural language prompts. ControlNets extend these models by enabling conditioning on structural inputs (e.g., edge maps, depth, pose), providing fine-grained control over outputs. Yet their reliance on large, publicly scraped datasets and community fine-tuning makes them vulnerable to data poisoning. We introduce a model-poisoning attack that embeds a covert backdoor into a ControlNet, causing it to produce attacker-specified content when exposed to visual triggers, without textual prompts. Experiments show that poisoning only 1% of the fine-tuning corpus yields a 90-98% attack success rate, while 5% further strengthens the backdoor, all while preserving normal generation quality. To mitigate this risk, we propose clean fine-tuning (CFT): freezing the diffusion backbone and fine-tuning only the ControlNet on a sanitized dataset with a reduced learning rate. CFT lowers attack success rates on held-out data. These results expose a critical security weakness in open-source, ControlNet-guided diffusion pipelines and demonstrate that CFT offers a practical defense for responsible synthetic-data pipelines.

Keywords

Cite

@article{arxiv.2507.04726,
  title  = {Backdoors in Conditional Diffusion: Threats to Responsible Synthetic Data Pipelines},
  author = {Raz Lapid and Almog Dubin},
  journal= {arXiv preprint arXiv:2507.04726},
  year   = {2025}
}

Comments

Accepted at RDS @ AAAI 2026

R2 v1 2026-07-01T03:48:56.695Z