Variance-Reduced $(\varepsilon,δ)-$Unlearning using Forget Set Gradients
Martin Van Waerebeke, Marco Lorenzi, Kevin Scaman, El Mahdi El Mhamdi, Giovanni Neglia
TL;DR
This paper introduces Variance-Reduced Unlearning (VRU), a first-order algorithm that directly incorporates forget-set gradients into the unlearning update while guaranteeing $(\varepsilon,\delta)$-unlearning for strongly convex losses. VRU achieves a variance-reduced stochastic gradient estimator anchored at the pre-trained optimum $\theta^*$, enabling a projected SGD phase to quickly reach $\theta^*_r$ and a final Gaussian mechanism to satisfy the privacy guarantee. Theoretical results establish a convergence rate of $\tilde{\mathcal{O}}\left( \kappa_{\ell}^3 \big(1 + d\kappa_{\epsilon,\delta}^2 \log(1/\delta)\big) \frac{e_0}{e} \left(\frac{r_f}{1-r_f}\right)^2 \right)$, improving over prior $(\varepsilon,\delta)$-unlearning methods with a $\mathcal{O}(1/e^2)$ dependence and outperforming any forget-set-free method in a low-error regime as $r_f\to 0$. Empirical results on logistic regression with the Digit dataset show consistent gains over certified and empirical baselines, with VRU achieving the lowest excess risk for small forget fractions and the best privacy-utility trade-offs under a fixed computational budget. Overall, VRU bridges certified unlearning with forgetting-set exploitation, offering faster convergence and stronger guarantees in practical unlearning scenarios.
Abstract
In machine unlearning, $(\varepsilon,δ)-$unlearning is a popular framework that provides formal guarantees on the effectiveness of the removal of a subset of training data, the forget set, from a trained model. For strongly convex objectives, existing first-order methods achieve $(\varepsilon,δ)-$unlearning, but they only use the forget set to calibrate injected noise, never as a direct optimization signal. In contrast, efficient empirical heuristics often exploit the forget samples (e.g., via gradient ascent) but come with no formal unlearning guarantees. We bridge this gap by presenting the Variance-Reduced Unlearning (VRU) algorithm. To the best of our knowledge, VRU is the first first-order algorithm that directly includes forget set gradients in its update rule, while provably satisfying ($(\varepsilon,δ)-$unlearning. We establish the convergence of VRU and show that incorporating the forget set yields strictly improved rates, i.e. a better dependence on the achieved error compared to existing first-order $(\varepsilon,δ)-$unlearning methods. Moreover, we prove that, in a low-error regime, VRU asymptotically outperforms any first-order method that ignores the forget set.Experiments corroborate our theory, showing consistent gains over both state-of-the-art certified unlearning methods and over empirical baselines that explicitly leverage the forget set.
