paper-with-me

Papers

Data Free Backdoor Attacks

2024-12-09 · Bochuan Cao, Jinyuan Jia, Chuxuan Hu, Wenbo Guo, Zhen Xiang, Jinghui Chen, Bo Li, Dawn Song

Backdoor attacks aim to inject a backdoor into a classifier such that it predicts any input with an attacker-chosen backdoor trigger as an attacker-chosen target class. Existing backdoor attacks require either retraining the classifier with some clean data or modifying the model's architecture. As a result, they are 1) not applicable when clean data is unavailable, 2) less efficient when the model is large, and 3) less stealthy due to architecture changes. In this work, we propose DFBA, a novel retraining-free and data-free backdoor attack without changing the model architecture. Technically, our proposed method modifies a few parameters of a classifier to inject a backdoor. Through theoretical analysis, we verify that our injected backdoor is provably undetectable and unremovable by various state-of-the-art defenses under mild assumptions. Our evaluation on multiple datasets further demonstrates that our injected backdoor: 1) incurs negligible classification loss, 2) achieves 100% attack success rates, and 3) bypasses six existing state-of-the-art defenses. Moreover, our comparison with a state-of-the-art non-data-free backdoor attack shows our attack is more stealthy and effective against various defenses while achieving less classification accuracy loss.

📄 PDF Abstract BibTeX arXiv:2412.06219

Code (1)

aaaaaasuka/datafree_backdoor_attacks 공식 구현 pytorch

Tasks

Backdoor Attack

Similar Papers 제목 키워드 기반

FreeEagle: Detecting Complex Neural Trojans in Data-Free Cases

2023-02-28 · Chong Fu, Xuhong Zhang, Shouling Ji, Ting Wang 외

Trojan attack on deep neural networks, also known as backdoor attack, is a typical threat to artificial intelligence. A trojaned neural network behaves normally with clean inputs. However, if the input contains a particu…

Backdoor Attack

Training-free Lexical Backdoor Attacks on Language Models

2023-02-08 · Yujin Huang, Terry Yue Zhuo, Qiongkai Xu, Han Hu 외

Large-scale language models have achieved tremendous success across various natural language processing (NLP) applications. Nevertheless, language models are vulnerable to backdoor attacks, which inject stealthy triggers…

Backdoor AttackData PoisoningLanguage ModelingLanguage Modelling

Partial train and isolate, mitigate backdoor attack

2024-05-26 · Yong Li, Han Gao

Neural networks are widely known to be vulnerable to backdoor attacks, a method that poisons a portion of the training data to make the target model perform well on normal data sets, while outputting attacker-specified o…

Backdoor Attack

DHBE: Data-free Holistic Backdoor Erasing in Deep Neural Networks via Restricted Adversarial Distillation

2023-06-13 · Zhicong Yan, Shenghong Li, Ruijie Zhao, Yuan Tian 외

Backdoor attacks have emerged as an urgent threat to Deep Neural Networks (DNNs), where victim DNNs are furtively implanted with malicious neurons that could be triggered by the adversary. To defend against backdoor atta…

Black-box Detection of Backdoor Attacks with Limited Information and Data

2021-03-24 · ICCV 2021 10 · Yinpeng Dong, Xiao Yang, Zhijie Deng, Tianyu Pang 외

Although deep neural networks (DNNs) have made rapid progress in recent years, they are vulnerable in adversarial environments. A malicious backdoor could be embedded in a model by poisoning the training dataset, whose i…