2020

Membership Inference Attacks and Defenses in Classification Models

Li, Jiacheng, Li, Ninghui, Ribeiro, Bruno

Understand

We study the membership inference (MI) attack against classifiers, where the attacker's goal is to determine whether a data instance was used for training the classifier.

  • Through systematic cataloging of existing MI attacks and extensive experimental evaluations of them, we find that a model's vulnerability to MI attacks is tightly related to the generalization gap -- the difference between training accuracy and test accuracy.
  • We then propose a defense against MI attacks that aims to close the gap by intentionally reduces the training accuracy.
  • More specifically, the training process attempts to match the training and validation accuracies, by means of a new {\em set regularizer} using the Maximum Mean Discrepancy between the softmax output empirical distributions of the training and validation sets.

Reading the bibliography…