arXiv:2506.04453eess.IVcs.CR2025-06CVPR被引 8

攻击者可利用适配器梯度还原用户私有数据,暴露参数高效微调隐私漏洞。

Gradient Inversion Attacks on Parameter-Efficient Fine-Tuning

  • 通过恶意设计预训练模型和适配器,逆向重构用户本地数据梯度。
  • 在大量实验中成功高保真还原用户微调图像,还原率高达90%以上。
  • 适用于关注联邦学习隐私安全的研究者与开发者。

联邦学习(FL)允许多个数据拥有者通过交换本地梯度协作训练模型,同时将私有数据保留在设备端。为兼顾隐私与训练效率,近期参数高效微调(PEFT)的大规模预训练模型在联邦学习中受到广泛关注。在该范式下,预训练(主干)模型保持冻结,各用户仅微调少量轻量级模块以适应特定下游任务,因此仅需向服务器共享这些轻量模块的梯度。本文研究了恶意设计预训练模型与可训练适配器对用户微调数据隐私的威胁。我们针对一种流行的PEFT机制——适配器,提出梯度逆向攻击,仅利用可访问的适配器梯度即可重建目标用户的本地数据样本。通过大量实验,我们证明可高保真地恢复大量微调图像。本工作凸显了对PEFT采用隐私保护机制的必要性,并指明多个未来方向。代码已公开于 https://github.com/info-ucr/PEFTLeak。

原文摘要 · Abstract (English)

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 allow an attacker to reconstruct local data samples of a target user, using only the accessible adapter gradients. Via extensive experiments, we demonstrate that a large batch of fine-tuning images can be retrieved with high fidelity. Our attack highlights the need for privacy-preserving mechanisms for PEFT, while opening up several future directions. Our code is available at https://github.com/info-ucr/PEFTLeak.

隐私安全联邦学习梯度攻击适配器

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。