On Newton's Method to Unlearn Neural Networks
Nhung Bui, Xinyang Lu, Rachael Hwee Ling Sim, See-Kiong Ng, Bryan Kian, Hsiang Low

TL;DR
This paper introduces CureNewton, a novel cubic regularization-based method for approximate unlearning in neural networks, addressing Hessian degeneracy issues and achieving competitive performance efficiently.
Contribution
It proposes CureNewton, a new unlearning algorithm that effectively handles Hessian degeneracy using cubic regularization, improving upon existing methods.
Findings
CureNewton achieves unlearning performance comparable to state-of-the-art methods.
The method is theoretically justified and computationally efficient.
Experiments demonstrate effectiveness across various models and datasets.
Abstract
With the widespread applications of neural networks (NNs) trained on personal data, machine unlearning has become increasingly important for enabling individuals to exercise their personal data ownership, particularly the "right to be forgotten" from trained NNs. Since retraining is computationally expensive, we seek approximate unlearning algorithms for NNs that return identical models to the retrained oracle. While Newton's method has been successfully used to approximately unlearn linear models, we observe that adapting it for NN is challenging due to degenerate Hessians that make computing Newton's update impossible. Additionally, we show that when coupled with popular techniques to resolve the degeneracy, Newton's method often incurs offensively large norm updates and empirically degrades model performance post-unlearning. To address these challenges, we propose CureNewton's…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
