English

EMA: Auditing Data Removal from Trained Models

Machine Learning 2021-09-15 v2

Abstract

Data auditing is a process to verify whether certain data have been removed from a trained model. A recently proposed method (Liu et al. 20) uses Kolmogorov-Smirnov (KS) distance for such data auditing. However, it fails under certain practical conditions. In this paper, we propose a new method called Ensembled Membership Auditing (EMA) for auditing data removal to overcome these limitations. We compare both methods using benchmark datasets (MNIST and SVHN) and Chest X-ray datasets with multi-layer perceptrons (MLP) and convolutional neural networks (CNN). Our experiments show that EMA is robust under various conditions, including the failure cases of the previously proposed method. Our code is available at: https://github.com/Hazelsuko07/EMA.

Cite

@article{arxiv.2109.03675,
  title  = {EMA: Auditing Data Removal from Trained Models},
  author = {Yangsibo Huang and Xiaoxiao Li and Kai Li},
  journal= {arXiv preprint arXiv:2109.03675},
  year   = {2021}
}

Comments

MICCAI 2021

R2 v1 2026-06-24T05:47:28.746Z