paper-with-me

Papers

Setting the Trap: Capturing and Defeating Backdoors in Pretrained Language Models through Honeypots

2023-10-28 · NeurIPS 2023 11

In the field of natural language processing, the prevalent approach involves fine-tuning pretrained language models (PLMs) using local samples. Recent research has exposed the susceptibility of PLMs to backdoor attacks, wherein the adversaries can embed malicious prediction behaviors by manipulating a few training samples. In this study, our objective is to develop a backdoor-resistant tuning procedure that yields a backdoor-free model, no matter whether the fine-tuning dataset contains poisoned samples. To this end, we propose and integrate a honeypot module into the original PLM, specifically designed to absorb backdoor information exclusively. Our design is motivated by the observation that lower-layer representations in PLMs carry sufficient backdoor features while carrying minimal information about the original tasks. Consequently, we can impose penalties on the information acquired by the honeypot module to inhibit backdoor creation during the fine-tuning process of the stem network. Comprehensive experiments conducted on benchmark datasets substantiate the effectiveness and robustness of our defensive strategy. Notably, these results indicate a substantial reduction in the attack success rate ranging from 10\% to 40\% when compared to prior state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2310.18633

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The "Beatrix'' Resurrections: Robust Backdoor Detection via Gram Matrices

2022-09-23 · Wanlun Ma, Derui Wang, Ruoxi Sun, Minhui Xue 외

Deep Neural Networks (DNNs) are susceptible to backdoor attacks during training. The model corrupted in this way functions normally, but when triggered by certain patterns in the input, produces a predefined target label…

valid

Privacy Backdoors: Stealing Data with Corrupted Pretrained Models

2024-03-30 · Shanglun Feng, Florian Tramèr

Practitioners commonly download pretrained machine learning models from open repositories and finetune them to fit specific applications. We show that this practice introduces a new risk of privacy backdoors. By tamperin…

LMSanitator: Defending Prompt-Tuning Against Task-Agnostic Backdoors

2023-08-26 · Chengkun Wei, Wenlong Meng, Zhikun Zhang, Min Chen 외

Prompt-tuning has emerged as an attractive paradigm for deploying large-scale language models due to its strong downstream task performance and efficient multitask serving ability. Despite its wide adoption, we empirical…

Dual-Key Multimodal Backdoors for Visual Question Answering

2021-12-14 · CVPR 2022 1 · Matthew Walmer, Karan Sikka, Indranil Sur, Abhinav Shrivastava 외

The success of deep learning has enabled advances in multimodal tasks that require non-trivial fusion of multiple input domains. Although multimodal models have shown potential in many problems, their increased complexit…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

TRAPDOOR: Repurposing backdoors to detect dataset bias in machine learning-based genomic analysis

2021-08-14 · Esha Sarkar, Michail Maniatakos

Machine Learning (ML) has achieved unprecedented performance in several applications including image, speech, text, and data analysis. Use of ML to understand underlying patterns in gene mutations (genomics) has far-reac…

BIG-bench Machine LearningDiagnostic