Unlearning
Last updated
Last updated
Machine unlearning (MU) refers to the challenge of erasing a data point's influence on the input-output mapping of an ML model.
(really good) Awesome MU on Github (website)- a collection of academic articles, published methodology, and datasets on the subject of machine unlearning. model agnostic, intrinsic, and data-driven approaches, evaluation metrics, and datasets.
A review on MU, Zhang et al.
A fresh perspective on machine unlearning, with a real-world solution! a solution that uses three of the following approaches. Data Augmentation, Weight Decay, Fine-Tuning, Selective Retraining, and Neural Architecture Modifications.
This repository contains the core code used in the SISA experiments of our Machine Unlearning paper along with some example scripts.
This repository contains the code used in our experiments of our paper on Evaluating Machine Unlearning in the src/ folder along with some sample scripts in the scripts/ folder.
NeurIPS 2023 Kaggle - Machine Unlearning Erase the influence of requested samples without hurting accuracy