paper-with-me

Papers

Universal Backdoor Attacks

2023-11-30 · Benjamin Schneider, Nils Lukas, Florian Kerschbaum

Web-scraped datasets are vulnerable to data poisoning, which can be used for backdooring deep image classifiers during training. Since training on large datasets is expensive, a model is trained once and re-used many times. Unlike adversarial examples, backdoor attacks often target specific classes rather than any class learned by the model. One might expect that targeting many classes through a naive composition of attacks vastly increases the number of poison samples. We show this is not necessarily true and more efficient, universal data poisoning attacks exist that allow controlling misclassifications from any source class into any target class with a small increase in poison samples. Our idea is to generate triggers with salient characteristics that the model can learn. The triggers we craft exploit a phenomenon we call inter-class poison transferability, where learning a trigger from one class makes the model more vulnerable to learning triggers for other classes. We demonstrate the effectiveness and robustness of our universal backdoor attacks by controlling models with up to 6,000 classes while poisoning only 0.15% of the training dataset. Our source code is available at https://github.com/Ben-Schneider-code/Universal-Backdoor-Attacks.

📄 PDF Abstract BibTeX arXiv:2312.00157

Code (1)

ben-schneider-code/universal-backdoor-attacks 공식 구현 pytorch

Tasks

Data Poisoning

Similar Papers 제목 키워드 기반

Universal Litmus Patterns: Revealing Backdoor Attacks in CNNs

2019-06-26 · CVPR 2020 6 · Soheil Kolouri, Aniruddha Saha, Hamed Pirsiavash, Heiko Hoffmann

The unprecedented success of deep neural networks in many applications has made these networks a prime target for adversarial exploitation. In this paper, we introduce a benchmark technique for detecting backdoor attacks…

Traffic Sign Recognition

Test-Time Backdoor Attacks on Multimodal Large Language Models

2024-02-13 · Dong Lu, Tianyu Pang, Chao Du, Qian Liu 외

Backdoor attacks are commonly executed by contaminating training data, such that a trigger can activate predetermined harmful effects during the test phase. In this work, we present AnyDoor, a test-time backdoor attack a…

Backdoor Attack

Universal Backdoor Attacks Detection via Adaptive Adversarial Probe

2022-09-12 · Yuhang Wang, Huafeng Shi, Rui Min, Ruijia Wu 외

Extensive evidence has demonstrated that deep neural networks (DNNs) are vulnerable to backdoor attacks, which motivates the development of backdoor attacks detection. Most detection methods are designed to verify whethe…

Scheduling

Universal Soldier: Using Universal Adversarial Perturbations for Detecting Backdoor Attacks

2023-02-01 · Xiaoyun Xu, Oguzhan Ersoy, Stjepan Picek

Deep learning models achieve excellent performance in numerous machine learning tasks. Yet, they suffer from security-related issues such as adversarial examples and poisoning (backdoor) attacks. A deep learning model ma…

Adversarial Attack

Backdoor Attacks on Time Series: A Generative Approach

2022-11-15 · Yujing Jiang, Xingjun Ma, Sarah Monazam Erfani, James Bailey

Backdoor attacks have emerged as one of the major security threats to deep learning models as they can easily control the model's test-time predictions by pre-injecting a backdoor trigger into the model at training time.…

Time SeriesTime Series Analysis