arXiv:2604.10636cs.LG2026-04被引 1

无需保留删除数据即可高效消除模型中的隐私信息

Mitigating Privacy Risk via Forget Set-Free Unlearning

  • 通过辅助信息实现不依赖遗忘数据的模型删改
  • 在Llama2-7B上仅用<0.025%保留数据完成高效去训练
  • 适合需合规删除隐私数据的AI系统部署

机器学习训练需存储大规模数据集,其中常含敏感信息。存储数据会随时间增加泄露风险。现有模型删改方法通常需要直接访问需删除的数据(遗忘集),导致组织必须长期保留这些数据,反而增大风险。本文提出部分盲态删改——利用辅助信息在不直接接触遗忘集的情况下实现删改。我们设计实用框架Reload,基于梯度优化与结构化权重稀疏化,实现部分盲态删改。实验表明,Reload能高效逼近从头训练模型效果,优于多个依赖遗忘集的方法。在语言模型上,Reload仅需<0.025%的保留数据和<7%的模型权重,在8分钟内完成实体删改;在修正场景中,即使仅识别出10%的污染数据也能实现有效删改。

原文摘要 · Abstract (English)

Training machine learning models requires the storage of large datasets, which often contain sensitive or private data. Storing data is associated with a number of potential risks which increase over time, such as database breaches and malicious adversaries. Machine unlearning is the study of methods to efficiently remove the influence of training data subsets from previously-trained models. Existing unlearning methods typically require direct access to the "forget set" -- the data to be forgotten-and organisations must retain this data for unlearning rather than deleting it immediately upon request, increasing risks associated with the forget set. We introduce partially-blind unlearning -- utilizing auxiliary information to unlearn without explicit access to the forget set. We also propose a practical framework Reload, a partially-blind method based on gradient optimization and structured weight sparsification to operationalize partially-blind unlearning. We show that Reload efficiently unlearns, approximating models retrained from scratch, and outperforms several forget set-dependent approaches. On language models, Reload unlearns entities using <0.025% of the retain set and <7% of model weights in <8 minutes on Llama2-7B. In the corrective case, Reload achieves unlearning even when only 10% of corrupted data is identified.

模型删改隐私保护无遗忘集大模型

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