Online Learning and Unlearning
Yaxi Hu, Bernhard Sch\"olkopf, Amartya Sanyal

TL;DR
This paper introduces online learning-unlearning algorithms that enable models to update sequentially while efficiently removing data points, ensuring unlearning without sacrificing regret performance.
Contribution
It proposes two novel online learner-unlearner algorithms based on OGD that incorporate unlearning requests with minimal additional computation.
Findings
Both algorithms achieve regret bounds similar to standard OGD.
Passive OLU injects noise for unlearning without extra computation.
Active OLU uses an offline shift to exclude deleted data.
Abstract
We formalize the problem of online learning-unlearning, where a model is updated sequentially in an online setting while accommodating unlearning requests between updates. After a data point is unlearned, all subsequent outputs must be statistically indistinguishable from those of a model trained without that point. We present two online learner-unlearner (OLU) algorithms, both built upon online gradient descent (OGD). The first, passive OLU, leverages OGD's contractive property and injects noise when unlearning occurs, incurring no additional computation. The second, active OLU, uses an offline unlearning algorithm that shifts the model toward a solution excluding the deleted data. Under standard convexity and smoothness assumptions, both methods achieve regret bounds comparable to those of standard OGD, demonstrating that one can maintain competitive regret bounds while providing…
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.
