paper-with-me

Papers

UOR: Universal Backdoor Attacks on Pre-trained Language Models

2023-05-16 · Wei Du, Peixuan Li, Boqun Li, Haodong Zhao, Gongshen Liu

Backdoors implanted in pre-trained language models (PLMs) can be transferred to various downstream tasks, which exposes a severe security threat. However, most existing backdoor attacks against PLMs are un-targeted and task-specific. Few targeted and task-agnostic methods use manually pre-defined triggers and output representations, which prevent the attacks from being more effective and general. In this paper, we first summarize the requirements that a more threatening backdoor attack against PLMs should satisfy, and then propose a new backdoor attack method called UOR, which breaks the bottleneck of the previous approach by turning manual selection into automatic optimization. Specifically, we define poisoned supervised contrastive learning which can automatically learn the more uniform and universal output representations of triggers for various PLMs. Moreover, we use gradient search to select appropriate trigger words which can be adaptive to different PLMs and vocabularies. Experiments show that our method can achieve better attack performance on various text classification tasks compared to manual methods. Further, we tested our method on PLMs with different architectures, different usage paradigms, and more difficult tasks, which demonstrated the universality of our method.

📄 PDF Abstract BibTeX arXiv:2305.09574

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackContrastive Learningtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

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 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

Red Alarm for Pre-trained Models: Universal Vulnerability to Neuron-Level Backdoor Attacks

2021-01-18 · ICML Workshop AML 2021 7 · Zhengyan Zhang, Guangxuan Xiao, Yongwei Li, Tian Lv 외

Pre-trained models (PTMs) have been widely used in various downstream tasks. The parameters of PTMs are distributed on the Internet and may suffer backdoor attacks. In this work, we demonstrate the universal vulnerabilit…

Backdoor Attack

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 tim…

Data Poisoning

Towards Backdoor Attacks and Defense in Robust Machine Learning Models

2020-02-25 · Ezekiel Soremekun, Sakshi Udeshi, Sudipta Chattopadhyay

The introduction of robust optimisation has pushed the state-of-the-art in defending against adversarial attacks. Notably, the state-of-the-art projected gradient descent (PGD)-based training method has been shown to be …

BIG-bench Machine LearningClustering