BriefGPT.xyz
Jun, 2021
自适应机器遗忘
Adaptive Machine Unlearning
HTML
PDF
Varun Gupta, Christopher Jung, Seth Neel, Aaron Roth, Saeed Sharifi-Malvajerdi...
TL;DR
本文从差分隐私入手,使用最大信息原理和以往相关工作中对于非自适应删除序列的保证,将针对自适应序列的删除保证推导为针对非自适应删除序列的删除保证,从而为数据删除算法提供了极大的灵活性。实验分析指出该算法能够针对各种模型和训练方法给出强有力的删除保证,并应用在CIFAR-10、MNIST、Fashion-MNIST等数据集上的SISA算法攻击中。
Abstract
data deletion algorithms
aim to remove the influence of deleted data points from trained models at a cheaper computational cost than fully retraining those models. However, for sequences of deletions, most prior work in the
→