用模型自崩溃机制无须目标数据即可清除大模型隐私信息
Model Collapse Is Not a Bug but a Feature in Machine Unlearning for LLMs
- 通过刻意触发模型崩溃来删除特定数据,无需显式优化目标
- 实验证明可有效移除私密信息且保持模型通用能力
- 适合需要强隐私保护的现实场景,如医疗、金融领域
当前大模型去学习方法在微调中引入目标私密信息,不仅可能强化对敏感数据的暴露,还违背了最小化使用原则。为此,我们提出新型去学习方法——部分模型崩溃(PMC),其无需在去学习目标中包含待移除数据。该方法受启发于生成模型训练自身生成结果会引发分布坍缩的现象,核心思想是通过主动触发模型崩溃来实现机器去学习。理论上分析表明,该方法收敛至期望结果,即模型成功遗忘目标数据。实证结果显示,PMC克服了现有方法依赖显式优化目标的四个关键缺陷,在更有效移除模型输出中的私密信息的同时,仍保持模型整体性能。整体贡献为实现更全面的去学习迈出了重要一步,更贴合真实世界隐私约束。代码已开源:https://www.cs.cit.tum.de/daml/partial-model-collapse/
原文摘要 · Abstract (English)
Current unlearning methods for LLMs optimize on the private information they seek to remove by incorporating it into their fine-tuning data. We argue this not only risks reinforcing exposure to sensitive data, but also fundamentally contradicts the principle of minimizing its use. As a remedy, we propose a novel unlearning method-Partial Model Collapse (PMC), which does not require unlearning targets in the unlearning objective. Our approach is inspired by recent observations that training generative models on their own generations leads to distribution collapse, effectively removing information from model outputs. Our central insight is that model collapse can be leveraged for machine unlearning by deliberately triggering it for data we aim to remove. We theoretically analyze that our approach converges to the desired outcome, i.e. the model unlearns the data targeted for removal. We empirically demonstrate that PMC overcomes four key limitations of existing unlearning methods that explicitly optimize on unlearning targets, and more effectively removes private information from model outputs while preserving general model utility. Overall, our contributions represent an important step toward more comprehensive unlearning that better aligns with real-world privacy constraints. Code available at https://www.cs.cit.tum.de/daml/partial-model-collapse/.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。