论文标题
在现实假设下重新访问会员推断
Revisiting Membership Inference Under Realistic Assumptions
论文作者
论文摘要
我们研究了在以前研究中通常使用的某些假设放宽的设置中的成员推理。首先,我们考虑偏斜的先验,以涵盖案例,例如,当对手针对的候选池的一小部分实际上是成员,并且开发了适合此环境的基于PPV的指标。这种设置比研究人员通常考虑的先前设置更现实。其次,我们考虑根据其攻击目标选择推理阈值的对手,并制定阈值选择程序,以改善推理攻击。由于先前的推理攻击在不平衡的先前环境中失败,因此我们基于直觉开发了一种新的推理攻击,即与训练集成员相对应的输入将接近损失函数的本地最小值,并表明,即使在其他攻击似乎无效的情况下,也可以实现高PPV的攻击与阈值相结合的阈值。可以在此处找到我们的实验的代码:https://github.com/bargavj/evaluatingdpml。
We study membership inference in settings where some of the assumptions typically used in previous research are relaxed. First, we consider skewed priors, to cover cases such as when only a small fraction of the candidate pool targeted by the adversary are actually members and develop a PPV-based metric suitable for this setting. This setting is more realistic than the balanced prior setting typically considered by researchers. Second, we consider adversaries that select inference thresholds according to their attack goals and develop a threshold selection procedure that improves inference attacks. Since previous inference attacks fail in imbalanced prior setting, we develop a new inference attack based on the intuition that inputs corresponding to training set members will be near a local minimum in the loss function, and show that an attack that combines this with thresholds on the per-instance loss can achieve high PPV even in settings where other attacks appear to be ineffective. Code for our experiments can be found here: https://github.com/bargavj/EvaluatingDPML.