The Unseen Threat: Residual Knowledge in Machine Unlearning under Perturbed Samples
Hsiang Hsu, Pradeep Niroula, Zichang He, Ivan Brugere, Freddy Lecue, Chun-Fu Chen
TL;DR
This work reveals a covert privacy risk in machine unlearning: even when unlearning methods are certified to be indistinguishable from a retrained model on original forget data, subtle adversarial perturbations around forget samples can cause persistent, residual knowledge in the unlearned model. It formalizes this risk with the residual-knowledge ratio $r_\tau$, and proves that perturbation-based disagreement is inevitable in high dimensions, motivating a robustness-aware mitigation. To address this, the authors propose RURK, a fine-tuning objective that penalizes the unlearned model's ability to re-recognize perturbed forget samples while preserving performance on retained data; they provide practical algorithmic details and report results across CIFAR-5, CIFAR-10, and ImageNet-100 showing reduced residual knowledge and competitive unlearning utility. The findings highlight a fundamental trade-off between indistinguishability guarantees and robustness to local perturbations, with implications for privacy protection and the design of certification frameworks in real-world unlearning systems.
Abstract
Machine unlearning offers a practical alternative to avoid full model re-training by approximately removing the influence of specific user data. While existing methods certify unlearning via statistical indistinguishability from re-trained models, these guarantees do not naturally extend to model outputs when inputs are adversarially perturbed. In particular, slight perturbations of forget samples may still be correctly recognized by the unlearned model - even when a re-trained model fails to do so - revealing a novel privacy risk: information about the forget samples may persist in their local neighborhood. In this work, we formalize this vulnerability as residual knowledge and show that it is inevitable in high-dimensional settings. To mitigate this risk, we propose a fine-tuning strategy, named RURK, that penalizes the model's ability to re-recognize perturbed forget samples. Experiments on vision benchmarks with deep neural networks demonstrate that residual knowledge is prevalent across existing unlearning methods and that our approach effectively prevents residual knowledge.
