CRAICLJul 24, 2025

LoRA-Leak: Membership Inference Attacks Against LoRA Fine-tuned Language Models

arXiv:2507.18302v17 citationsh-index: 10
Originality Highly original
AI Analysis

This work addresses data privacy risks for specialized language model providers by revealing that LoRA fine-tuning does not protect against membership inference, highlighting a severe risk in the pre-training and fine-tuning paradigm.

The paper tackles the problem of membership inference attacks (MIAs) against language models fine-tuned with Low-Rank Adaptation (LoRA), showing that these models remain vulnerable despite the small parameter changes, with attacks achieving up to 0.775 AUC under conservative settings. It introduces LoRA-Leak, a framework that evaluates fifteen MIAs, including improved ones leveraging the pre-trained model, and finds that only dropout and layer exclusion effectively mitigate risks while maintaining utility.

Language Models (LMs) typically adhere to a "pre-training and fine-tuning" paradigm, where a universal pre-trained model can be fine-tuned to cater to various specialized domains. Low-Rank Adaptation (LoRA) has gained the most widespread use in LM fine-tuning due to its lightweight computational cost and remarkable performance. Because the proportion of parameters tuned by LoRA is relatively small, there might be a misleading impression that the LoRA fine-tuning data is invulnerable to Membership Inference Attacks (MIAs). However, we identify that utilizing the pre-trained model can induce more information leakage, which is neglected by existing MIAs. Therefore, we introduce LoRA-Leak, a holistic evaluation framework for MIAs against the fine-tuning datasets of LMs. LoRA-Leak incorporates fifteen membership inference attacks, including ten existing MIAs, and five improved MIAs that leverage the pre-trained model as a reference. In experiments, we apply LoRA-Leak to three advanced LMs across three popular natural language processing tasks, demonstrating that LoRA-based fine-tuned LMs are still vulnerable to MIAs (e.g., 0.775 AUC under conservative fine-tuning settings). We also applied LoRA-Leak to different fine-tuning settings to understand the resulting privacy risks. We further explore four defenses and find that only dropout and excluding specific LM layers during fine-tuning effectively mitigate MIA risks while maintaining utility. We highlight that under the "pre-training and fine-tuning" paradigm, the existence of the pre-trained model makes MIA a more severe risk for LoRA-based LMs. We hope that our findings can provide guidance on data privacy protection for specialized LM providers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes