可视化工具助你对比机器遗忘方法的性能与隐私效果
Unlearning Comparator: A Visual Analytics System for Comparative Evaluation of Machine Unlearning Methods
- 通过多层级对比分析模型在遗忘前后的变化
- 模拟成员推断攻击评估方法的隐私保护能力
- 适合研究者优化机器遗忘算法并理解其权衡
机器遗忘旨在从训练好的模型中移除特定训练数据,使这些数据不再影响模型行为,以满足数据隐私法规中的“被遗忘权”。然而,该领域研究者在分析不同遗忘方法的行为时面临挑战,尤其在准确性、效率和隐私三大核心原则之间难以准确权衡。现有方法多依赖聚合指标和非系统性评估,难以揭示深层差异。为此,我们提出可视化分析系统Unlearning Comparator,支持模型对比与攻击模拟两大任务:可逐层、逐类、逐实例比较遗忘前后模型表现;并模拟成员推断攻击(MIA),评估方法的隐私保护水平。通过案例研究验证,该系统帮助用户深入理解模型行为,发现改进方向。代码已开源:https://github.com/gnueaj/Machine-Unlearning-Comparator。
原文摘要 · Abstract (English)
Machine Unlearning (MU) aims to remove target training data from a trained model so that the removed data no longer influences the model's behavior, fulfilling "right to be forgotten" obligations under data privacy laws. Yet, we observe that researchers in this rapidly emerging field face challenges in analyzing and understanding the behavior of different MU methods, especially in terms of three fundamental principles in MU: accuracy, efficiency, and privacy. Consequently, they often rely on aggregate metrics and ad-hoc evaluations, making it difficult to accurately assess the trade-offs between methods. To fill this gap, we introduce a visual analytics system, Unlearning Comparator, designed to facilitate the systematic evaluation of MU methods. Our system supports two important tasks in the evaluation process: model comparison and attack simulation. First, it allows the user to compare the behaviors of two models, such as a model generated by a certain method and a retrained baseline, at class-, instance-, and layer-levels to better understand the changes made after unlearning. Second, our system simulates membership inference attacks (MIAs) to evaluate the privacy of a method, where an attacker attempts to determine whether specific data samples were part of the original training set. We evaluate our system through a case study visually analyzing prominent MU methods and demonstrate that it helps the user not only understand model behaviors but also gain insights that can inform the improvement of MU methods. The source code is publicly available at https://github.com/gnueaj/Machine-Unlearning-Comparator.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。