LGAIApr 21, 2024

Machine Unlearning via Null Space Calibration

arXiv:2404.13588v123 citationsh-index: 21Has CodeIJCAI
Originality Incremental advance
AI Analysis

This addresses a critical issue for machine learning systems requiring data deletion, offering a solution to maintain or enhance model performance post-unlearning, though it is incremental as it builds on existing unlearning frameworks.

The paper tackles the problem of over-unlearning in machine unlearning, where existing methods degrade model performance on remaining data after forgetting specific instances, and introduces UNSC to accurately unlearn target samples while significantly improving performance on the remaining data.

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}.

Code Implementations1 repo
Foundations

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

Your Notes