Approximate Data Deletion from Machine Learning Models
Zachary Izzo, Mary Anne Smart, Kamalika Chaudhuri, James Zou

TL;DR
This paper introduces an efficient approximate data deletion method for linear and logistic models that significantly reduces computational costs, enabling quick removal of data influence without retraining.
Contribution
The authors propose a novel approximate deletion technique with linear complexity in feature dimension, outperforming existing superlinear methods, and introduce a new test for evaluating data deletion effectiveness.
Findings
Method has linear complexity in feature dimension
Outperforms existing superlinear deletion methods
Introduces a new feature-injection test for evaluation
Abstract
Deleting data from a trained machine learning (ML) model is a critical task in many applications. For example, we may want to remove the influence of training points that might be out of date or outliers. Regulations such as EU's General Data Protection Regulation also stipulate that individuals can request to have their data deleted. The naive approach to data deletion is to retrain the ML model on the remaining data, but this is too time consuming. In this work, we propose a new approximate deletion method for linear and logistic models whose computational cost is linear in the the feature dimension and independent of the number of training data . This is a significant gain over all existing methods, which all have superlinear time dependence on the dimension. We also develop a new feature-injection test to evaluate the thoroughness of data deletion from ML models.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security · Stochastic Gradient Optimization Techniques
MethodsTest
