CRLGJul 7, 2025

Efficient Unlearning with Privacy Guarantees

arXiv:2507.04771v11 citationsh-index: 9Has Code
Originality Incremental advance
AI Analysis

This addresses the need for practical compliance with privacy laws like GDPR for individuals and organizations, though it is incremental by building on existing unlearning and privacy methods.

The paper tackles the problem of efficiently removing individual data from machine learning models while ensuring privacy, achieving utility and forgetting effectiveness comparable to exact methods with significantly reduced computational and storage costs.

Privacy protection laws, such as the GDPR, grant individuals the right to request the forgetting of their personal data not only from databases but also from machine learning (ML) models trained on them. Machine unlearning has emerged as a practical means to facilitate model forgetting of data instances seen during training. Although some existing machine unlearning methods guarantee exact forgetting, they are typically costly in computational terms. On the other hand, more affordable methods do not offer forgetting guarantees and are applicable only to specific ML models. In this paper, we present \emph{efficient unlearning with privacy guarantees} (EUPG), a novel machine unlearning framework that offers formal privacy guarantees to individuals whose data are being unlearned. EUPG involves pre-training ML models on data protected using privacy models, and it enables {\em efficient unlearning with the privacy guarantees offered by the privacy models in use}. Through empirical evaluation on four heterogeneous data sets protected with $k$-anonymity and $ε$-differential privacy as privacy models, our approach demonstrates utility and forgetting effectiveness comparable to those of exact unlearning methods, while significantly reducing computational and storage costs. Our code is available at https://github.com/najeebjebreel/EUPG.

Foundations

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

Your Notes