FUNU: Boosting Machine Unlearning Efficiency by Filtering Unnecessary Unlearning
Zitong Li, Qingqing Ye, Haibo Hu

TL;DR
This paper introduces FUNU, a method to improve machine unlearning efficiency by identifying and filtering out data points that do not significantly affect the model, thus reducing unnecessary unlearning operations.
Contribution
The paper proposes FUNU, a novel approach to detect data points that can be safely ignored during unlearning, addressing limitations of existing methods and enhancing efficiency.
Findings
FUNU effectively identifies unnecessary unlearning data points.
Experimental results show reduced unlearning time without compromising model accuracy.
Theoretical analysis confirms privacy guarantees of the method.
Abstract
Machine unlearning is an emerging field that selectively removes specific data samples from a trained model. This capability is crucial for addressing privacy concerns, complying with data protection regulations, and correcting errors or biases introduced by certain data. Unlike traditional machine learning, where models are typically static once trained, machine unlearning facilitates dynamic updates that enable the model to ``forget'' information without requiring complete retraining from scratch. There are various machine unlearning methods, some of which are more time-efficient when data removal requests are fewer. To decrease the execution time of such machine unlearning methods, we aim to reduce the size of data removal requests based on the fundamental assumption that the removal of certain data would not result in a distinguishable retrained model. We first propose the concept…
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
MethodsSparse Evolutionary Training
