Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

PEFTGuard: Detecting Backdoor Attacks Against Parameter-Efficient Fine-Tuning

About

Fine-tuning is an essential process to improve the performance of Large Language Models (LLMs) in specific domains, with Parameter-Efficient Fine-Tuning (PEFT) gaining popularity due to its capacity to reduce computational demands through the integration of low-rank adapters. These lightweight adapters, such as LoRA, can be shared and utilized on open-source platforms. However, adversaries could exploit this mechanism to inject backdoors into these adapters, resulting in malicious behaviors like incorrect or harmful outputs, which pose serious security risks to the community. Unfortunately, few current efforts concentrate on analyzing the backdoor patterns or detecting the backdoors in the adapters. To fill this gap, we first construct and release PADBench, a comprehensive benchmark that contains 13,300 benign and backdoored adapters fine-tuned with various datasets, attack strategies, PEFT methods, and LLMs. Moreover, we propose PEFTGuard, the first backdoor detection framework against PEFT-based adapters. Extensive evaluation upon PADBench shows that PEFTGuard outperforms existing detection methods, achieving nearly perfect detection accuracy (100%) in most cases. Notably, PEFTGuard exhibits zero-shot transferability on three aspects, including different attacks, PEFT methods, and adapter ranks. In addition, we consider various adaptive attacks to demonstrate the high robustness of PEFTGuard. We further explore several possible backdoor mitigation defenses, finding fine-mixing to be the most effective method. We envision that our benchmark and method can shed light on future LLM backdoor detection research.

Zhen Sun, Tianshuo Cong, Yule Liu, Chenhao Lin, Xinlei He, Rongmao Chen, Xingshuo Han, Xinyi Huang• 2024

Related benchmarks

TaskDatasetResultRank
Poisoned Plugin DetectionPoisonLoRA Plugins (IID)
Accuracy84
7
Poisoned Plugin DetectionPoisonLoRA Plugins (OOD)
Accuracy78
7
Backdoor DetectionSafetyLLM
F1 Score0.00e+0
3
Backdoor DetectionAlpacaLlama
F1 Score0.00e+0
3
Backdoor DetectionPII-Masker
F10.00e+0
3
Backdoor DetectionChatDoctor
F1-score0.00e+0
3
Showing 6 of 6 rows

Other info

Follow for update