LGMLJul 11, 2019

Making AI Forget You: Data Deletion in Machine Learning

arXiv:1907.05012v2686 citations
Originality Incremental advance
AI Analysis

It addresses the practical challenge of data deletion for compliance, focusing on a specific domain (clustering) with incremental algorithmic improvements.

The paper tackles the problem of efficiently deleting individual data points from trained machine learning models to comply with regulations like the Right to Be Forgotten, proposing algorithms for k-means clustering that achieve over 100X improvement in deletion efficiency while maintaining comparable cluster quality.

Intense recent discussions have focused on how to provide individuals with control over when their data can and cannot be used --- the EU's Right To Be Forgotten regulation is an example of this effort. In this paper we initiate a framework studying what to do when it is no longer permissible to deploy models derivative from specific user data. In particular, we formulate the problem of efficiently deleting individual data points from trained machine learning models. For many standard ML models, the only way to completely remove an individual's data is to retrain the whole model from scratch on the remaining data, which is often not computationally practical. We investigate algorithmic principles that enable efficient data deletion in ML. For the specific setting of k-means clustering, we propose two provably efficient deletion algorithms which achieve an average of over 100X improvement in deletion efficiency across 6 datasets, while producing clusters of comparable statistical quality to a canonical k-means++ baseline.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes