Gradient Inversion Attacks on Parameter-Efficient Fine-Tuning
Hasin Us Sami, Swapneel Sen, Amit K. Roy-Chowdhury, Srikanth V. Krishnamurthy, Basak Guler

TL;DR
This paper reveals that gradient inversion attacks can successfully reconstruct users' private data in federated learning when parameter-efficient fine-tuning is used, exposing privacy vulnerabilities in this popular approach.
Contribution
It introduces the first gradient inversion attack on PEFT mechanisms, demonstrating privacy risks and highlighting the need for privacy-preserving solutions in federated learning.
Findings
Gradient inversion can reconstruct fine-tuning images with high fidelity.
Attacks are effective even with only adapter gradient information.
The work emphasizes the importance of developing privacy-preserving methods for PEFT.
Abstract
Federated learning (FL) allows multiple data-owners to collaboratively train machine learning models by exchanging local gradients, while keeping their private data on-device. To simultaneously enhance privacy and training efficiency, recently parameter-efficient fine-tuning (PEFT) of large-scale pretrained models has gained substantial attention in FL. While keeping a pretrained (backbone) model frozen, each user fine-tunes only a few lightweight modules to be used in conjunction, to fit specific downstream applications. Accordingly, only the gradients with respect to these lightweight modules are shared with the server. In this work, we investigate how the privacy of the fine-tuning data of the users can be compromised via a malicious design of the pretrained model and trainable adapter modules. We demonstrate gradient inversion attacks on a popular PEFT mechanism, the adapter, which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Adversarial Robustness in Machine Learning · Stochastic Gradient Optimization Techniques
MethodsSoftmax · Attention Is All You Need · Adapter
