Machine Unlearning via Null Space Calibration
Huiqiang Chen, Tianqing Zhu, Xin Yu, Wanlei Zhou
TL;DR
This work addresses the challenge of forgetting specific data in trained models without degrading performance on remaining data. It introduces UNSC, which confines unlearning to a null space defined by remaining data and uses pseudo-labeling to steer unlearning samples toward plausible remaining classes, thereby reducing over-unlearning and potentially boosting accuracy on $\\mathcal{D}_r$. Theoretical results justify why null-space updates preserve performance on remaining data, while empirical results across multiple datasets show UNSC outperforms or matches retraining with less degradation of utility and stronger privacy guarantees. This approach offers a practical, scalable pathway for compliant machine learning systems facing deletion requests and memory constraints.
Abstract
Machine unlearning aims to enable models to forget specific data instances when receiving deletion requests. Current research centres on efficient unlearning to erase the influence of data from the model and neglects the subsequent impacts on the remaining data. Consequently, existing unlearning algorithms degrade the model's performance after unlearning, known as \textit{over-unlearning}. This paper addresses this critical yet under-explored issue by introducing machine \underline{U}nlearning via \underline{N}ull \underline{S}pace \underline{C}alibration (UNSC), which can accurately unlearn target samples without over-unlearning. On the contrary, by calibrating the decision space during unlearning, UNSC can significantly improve the model's performance on the remaining samples. In particular, our approach hinges on confining the unlearning process to a specified null space tailored to the remaining samples, which is augmented by strategically pseudo-labeling the unlearning samples. Comparative analyses against several established baselines affirm the superiority of our approach. Code is released at this \href{https://github.com/HQC-ML/Machine-Unlearning-via-Null-Space-Calibration}{URL}.
