English

System-Aware Unlearning Algorithms: Use Lesser, Forget Faster

Machine Learning 2025-06-09 v1

Abstract

Machine unlearning addresses the problem of updating a machine learning model/system trained on a dataset SS so that the influence of a set of deletion requests USU \subseteq S on the unlearned model is minimized. The gold standard definition of unlearning demands that the updated model, after deletion, be nearly identical to the model obtained by retraining. This definition is designed for a worst-case attacker (one who can recover not only the unlearned model but also the remaining data samples, i.e., SUS \setminus U). Such a stringent definition has made developing efficient unlearning algorithms challenging. However, such strong attackers are also unrealistic. In this work, we propose a new definition, system-aware unlearning, which aims to provide unlearning guarantees against an attacker that can at best only gain access to the data stored in the system for learning/unlearning requests and not all of SUS\setminus U. With this new definition, we use the simple intuition that if a system can store less to make its learning/unlearning updates, it can be more secure and update more efficiently against a system-aware attacker. Towards that end, we present an exact system-aware unlearning algorithm for linear classification using a selective sampling-based approach, and we generalize the method for classification with general function classes. We theoretically analyze the tradeoffs between deletion capacity, accuracy, memory, and computation time.

Keywords

Cite

@article{arxiv.2506.06073,
  title  = {System-Aware Unlearning Algorithms: Use Lesser, Forget Faster},
  author = {Linda Lu and Ayush Sekhari and Karthik Sridharan},
  journal= {arXiv preprint arXiv:2506.06073},
  year   = {2025}
}

Comments

ICML 2025

R2 v1 2026-07-01T03:03:34.411Z