paper-with-me

Papers

Fair Machine Unlearning: Data Removal while Mitigating Disparities

2023-07-27 · Alex Oesterling, Jiaqi Ma, Flavio P. Calmon, Hima Lakkaraju

The Right to be Forgotten is a core principle outlined by regulatory frameworks such as the EU's General Data Protection Regulation (GDPR). This principle allows individuals to request that their personal data be deleted from deployed machine learning models. While "forgetting" can be naively achieved by retraining on the remaining dataset, it is computationally expensive to do to so with each new request. As such, several machine unlearning methods have been proposed as efficient alternatives to retraining. These methods aim to approximate the predictive performance of retraining, but fail to consider how unlearning impacts other properties critical to real-world applications such as fairness. In this work, we demonstrate that most efficient unlearning methods cannot accommodate popular fairness interventions, and we propose the first fair machine unlearning method that can efficiently unlearn data instances from a fair objective. We derive theoretical results which demonstrate that our method can provably unlearn data and provably maintain fairness performance. Extensive experimentation with real-world datasets highlight the efficacy of our method at unlearning data instances while preserving fairness.

📄 PDF Abstract BibTeX arXiv:2307.14754

Code (1)

ai4life-group/fair-unlearning 공식 구현 pytorch

Tasks

FairnessMachine Unlearning

Similar Papers 제목 키워드 기반

An Introduction to Machine Unlearning

2022-09-02 · Salvatore Mercuri, Raad Khraishi, Ramin Okhrati, Devesh Batra 외

Removing the influence of a specified subset of training data from a machine learning model may be required to address issues such as privacy, fairness, and data quality. Retraining the model from scratch on the remainin…

FairnessMachine Unlearning

Soft Weighted Machine Unlearning

2025-05-24 · Xinbao Qiao, Ningning Ding, Yushi Cheng, Meng Zhang

Machine unlearning, as a post-hoc processing technique, has gained widespread adoption in addressing challenges like bias mitigation and robustness enhancement, colloquially, machine unlearning for fairness and robustnes…

counterfactualFairnessMachine Unlearning

FROG: Fair Removal on Graphs

2025-03-23 · Ziheng Chen, Jiali Cheng, Gabriele Tolomei, Sijia Liu 외

As compliance with privacy regulations becomes increasingly critical, the growing demand for data privacy has highlighted the significance of machine unlearning in many real world applications, such as social network and…

FairnessMachine UnlearningRecommendation Systems

Unlearning Algorithmic Biases over Graphs

2025-05-20 · O. Deniz Kose, Gonzalo Mateos, Yanning Shen

The growing enforcement of the right to be forgotten regulations has propelled recent advances in certified (graph) unlearning strategies to comply with data removal requests from deployed machine learning (ML) models. M…

FairnessNode Classification

Towards Aligned Data Removal via Twin Machine Unlearning

2024-08-21 · Yuyao Sun, Zhenxing Niu, Gang Hua, Rong Jin

Modern privacy regulations have spurred the evolution of machine unlearning, a technique that enables the removal of data from an already trained ML model without requiring retraining from scratch. Previous unlearning me…

Machine Unlearning