The Space Complexity of Learning-Unlearning Algorithms
Yeshwanth Cherapanamjeri, Sumegha Garg, Nived Rajaraman, Ayush Sekhari, Abhishek Shetty

TL;DR
This paper investigates the memory requirements for machine unlearning algorithms, revealing that traditional complexity measures like VC dimension do not fully characterize space needs, and establishing bounds based on eluder and star dimensions.
Contribution
It demonstrates that the eluder dimension bounds the space complexity of unlearning, surpassing VC dimension, and compares different memory models for unlearning algorithms.
Findings
VC dimension does not characterize unlearning space complexity.
Lower bound on storage is given by the eluder dimension.
Upper bound established using the star number in a ticketed-memory model.
Abstract
We study the memory complexity of machine unlearning algorithms that provide strong data deletion guarantees to the users. Formally, consider an algorithm for a particular learning task that initially receives a training dataset. Then, after learning, it receives data deletion requests from a subset of users (of arbitrary size), and the goal of unlearning is to perform the task as if the learner never received the data of deleted users. In this paper, we ask how many bits of storage are needed to be able to delete certain training samples at a later time. We focus on the task of realizability testing, where the goal is to check whether the remaining training samples are realizable within a given hypothesis class \(\mathcal{H}\). Toward that end, we first provide a negative result showing that the VC dimension is not a characterization of the space complexity of unlearning. In…
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
TopicsComputability, Logic, AI Algorithms · Neural Networks and Applications
