Towards Natural Machine Unlearning
Zhengbao He, Tao Li, Xinwen Cheng, Zhehao Huang, Xiaolin Huang
TL;DR
This work tackles the unnaturalness and inefficiency of relabeling-based machine unlearning by proposing NatMU, a Mixup-inspired input-level approach that injects correct information from the remaining data into forgetting samples to form natural unlearning hybrids. By selecting diverse remaining instances, applying gradual Mixup masks, and labeling hybrids with the injected information, NatMU reinforces the remaining-data associations while suppressing forgotten content, yielding a smaller $\mathrm{KL}_{avg}$ and reduced privacy leakage. Empirical results across CIFAR-10/100, CIFAR-20, and TinyImageNet-200 show NatMU achieves performance close to retraining with significantly lower cost and robust behavior under class-wise and sample-wise forgetting, including difficult distribution shifts. Overall, NatMU demonstrates strong practical potential for natural, efficient machine unlearning with broad applicability and resilience to hyperparameters.
Abstract
Machine unlearning (MU) aims to eliminate information that has been learned from specific training data, namely forgetting data, from a pre-trained model. Currently, the mainstream of existing MU methods involves modifying the forgetting data with incorrect labels and subsequently fine-tuning the model. While learning such incorrect information can indeed remove knowledge, the process is quite unnatural as the unlearning process undesirably reinforces the incorrect information and leads to over-forgetting. Towards more \textit{natural} machine unlearning, we inject correct information from the remaining data to the forgetting samples when changing their labels. Through pairing these adjusted samples with their labels, the model will tend to use the injected correct information and naturally suppress the information meant to be forgotten. Albeit straightforward, such a first step towards natural machine unlearning can significantly outperform current state-of-the-art approaches. In particular, our method substantially reduces the over-forgetting and leads to strong robustness to hyperparameters, making it a promising candidate for practical machine unlearning.
