UFID: A Unified Framework for Black-Box Input-Level Backdoor Detection on Diffusion Models

Abstract

Diffusion models are vulnerable to backdoor attacks, where malicious attackers inject backdoors by poisoning certain training samples during the training stage. This poses a significant threat to real-world applications in the Model-as-a-Service (MaaS) scenario, where users query diffusion models through APIs or directly download them from the internet. To mitigate the threat of backdoor attacks under MaaS, black-box input-level backdoor detection has drawn recent interest, where defenders aim to build a firewall that filters out backdoor samples in the inference stage, with access only to input queries and the generated results from diffusion models. Despite some preliminary explorations on the traditional classification tasks, these methods cannot be directly applied to the generative tasks due to two major challenges: (1) more diverse failures and (2) a multi-modality attack surface. In this paper, we propose a black-box input-level backdoor detection framework on diffusion models, called UFID. Our defense is motivated by an insightful causal analysis: Backdoor attacks serve as the confounder, introducing a spurious path from input to target images, which remains consistent even when we perturb the input samples with Gaussian noise. We further validate the intuition with theoretical analysis. Extensive experiments across different datasets on both conditional and unconditional diffusion models show that our method achieves superb performance on detection effectiveness and run-time efficiency.

Cite

Text

Guan et al. "UFID: A Unified Framework for Black-Box Input-Level Backdoor Detection on Diffusion Models." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I26.34941

Markdown

[Guan et al. "UFID: A Unified Framework for Black-Box Input-Level Backdoor Detection on Diffusion Models." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/guan2025aaai-ufid/) doi:10.1609/AAAI.V39I26.34941

BibTeX

@inproceedings{guan2025aaai-ufid,
  title     = {{UFID: A Unified Framework for Black-Box Input-Level Backdoor Detection on Diffusion Models}},
  author    = {Guan, Zihan and Hu, Mengxuan and Li, Sheng and Vullikanti, Anil Kumar S.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {27312-27320},
  doi       = {10.1609/AAAI.V39I26.34941},
  url       = {https://mlanthology.org/aaai/2025/guan2025aaai-ufid/}
}