paper-with-me

Papers

TrojDiff: Trojan Attacks on Diffusion Models with Diverse Targets

2023-03-10 · CVPR 2023 1 · Weixin Chen, Dawn Song, Bo Li

Diffusion models have achieved great success in a range of tasks, such as image synthesis and molecule design. As such successes hinge on large-scale training data collected from diverse sources, the trustworthiness of these collected data is hard to control or audit. In this work, we aim to explore the vulnerabilities of diffusion models under potential training data manipulations and try to answer: How hard is it to perform Trojan attacks on well-trained diffusion models? What are the adversarial targets that such Trojan attacks can achieve? To answer these questions, we propose an effective Trojan attack against diffusion models, TrojDiff, which optimizes the Trojan diffusion and generative processes during training. In particular, we design novel transitions during the Trojan diffusion process to diffuse adversarial targets into a biased Gaussian distribution and propose a new parameterization of the Trojan generative process that leads to an effective training objective for the attack. In addition, we consider three types of adversarial targets: the Trojaned diffusion models will always output instances belonging to a certain class from the in-domain distribution (In-D2D attack), out-of-domain distribution (Out-D2D-attack), and one specific instance (D2I attack). We evaluate TrojDiff on CIFAR-10 and CelebA datasets against both DDPM and DDIM diffusion models. We show that TrojDiff always achieves high attack performance under different adversarial targets using different types of triggers, while the performance in benign environments is preserved. The code is available at https://github.com/chenweixin107/TrojDiff.

📄 PDF Abstract BibTeX arXiv:2303.05762

Code (3)

chenweixin107/trojdiff 공식 구현 pytorch
mikiyaxi/watermark-audio-diffusion pytorch
xirongc/watermark-audio-diffusion pytorch

Tasks

Image Generation

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

TrojFlow: Flow Models are Natural Targets for Trojan Attacks

2024-12-21 · Zhengyang Qi, Xiaohua Xu

Flow-based generative models (FMs) have rapidly advanced as a method for mapping noise to data, its efficient training and sampling process makes it widely applicable in various fields. FMs can be viewed as a variant of …

Specificity

CatchBackdoor: Backdoor Detection via Critical Trojan Neural Path Fuzzing

2021-12-24 · Haibo Jin, Ruoxi Chen, Jinyin Chen, Haibin Zheng 외

The success of deep neural networks (DNNs) in real-world applications has benefited from abundant pre-trained models. However, the backdoored pre-trained models can pose a significant trojan threat to the deployment of d…

DNN Testing

SkillTrojan: Backdoor Attacks on Skill-Based Agent Systems

2026-04-08 · Yunhao Feng, Yifan Ding, Yingshui Tan, Boren Zheng 외 arxiv

Skill-based agent systems tackle complex tasks by composing reusable skills, improving modularity and scalability while introducing a largely unexamined security attack surface. We propose SkillTrojan, a backdoor attack …

Trojan Detection in Large Language Models: Insights from The Trojan Detection Challenge

2024-04-21 · Narek Maloyan, Ekansh Verma, Bulat Nutfullin, Bislan Ashinov

Large Language Models (LLMs) have demonstrated remarkable capabilities in various domains, but their vulnerability to trojan or backdoor attacks poses significant security risks. This paper explores the challenges and in…

Trojan Attacks on Wireless Signal Classification with Adversarial Machine Learning

2019-10-23 · Kemal Davaslioglu, Yalin E. Sagduyu

We present a Trojan (backdoor or trapdoor) attack that targets deep learning applications in wireless communications. A deep learning classifier is considered to classify wireless signals using raw (I/Q) samples as featu…

BIG-bench Machine LearningClassificationClusteringDeep Learning+2