paper-with-me

홈 › Papers

Fast Model Debias with Machine Unlearning

2023-10-19 · NeurIPS 2023 11

Recent discoveries have revealed that deep neural networks might behave in a biased manner in many real-world scenarios. For instance, deep networks trained on a large-scale face recognition dataset CelebA tend to predict blonde hair for females and black hair for males. Such biases not only jeopardize the robustness of models but also perpetuate and amplify social biases, which is especially concerning for automated decision-making processes in healthcare, recruitment, etc., as they could exacerbate unfair economic and social inequalities among different groups. Existing debiasing methods suffer from high costs in bias labeling or model re-training, while also exhibiting a deficiency in terms of elucidating the origins of biases within the model. To this respect, we propose a fast model debiasing framework (FMD) which offers an efficient approach to identify, evaluate and remove biases inherent in trained models. The FMD identifies biased attributes through an explicit counterfactual concept and quantifies the influence of data samples with influence functions. Moreover, we design a machine unlearning-based strategy to efficiently and effectively remove the bias in a trained model with a small counterfactual dataset. Experiments on the Colored MNIST, CelebA, and Adult Income datasets along with experiments with large language models demonstrate that our method achieves superior or competing accuracies compared with state-of-the-art methods while attaining significantly fewer biases and requiring much less debiasing cost. Notably, our method requires only a small external dataset and updating a minimal amount of model parameters, without the requirement of access to training data that may be too large or unavailable in practice.

📄 PDF Abstract BibTeX arXiv:2310.12560

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualDecision MakingFace RecognitionMachine Unlearningmodel

Similar Papers 제목 키워드 기반

Debiasing Machine Unlearning with Counterfactual Examples

2024-04-24 · Ziheng Chen, Jia Wang, Jun Zhuang, Abbavaram Gowtham Reddy 외

The right to be forgotten (RTBF) seeks to safeguard individuals from the enduring effects of their historical actions by implementing machine-learning techniques. These techniques facilitate the deletion of previously ac…

counterfactualMachine Unlearning

Towards Transfer Unlearning: Empirical Evidence of Cross-Domain Bias Mitigation

2024-07-24 · Huimin Lu, Masaru Isonuma, Junichiro Mori, Ichiro Sakata

Large language models (LLMs) often inherit biases from vast amounts of training corpora. Traditional debiasing methods, while effective to some extent, do not completely eliminate memorized biases and toxicity in LLMs. I…

Language ModelingLanguage Modelling

Privacy-Preserving Debiasing using Data Augmentation and Machine Unlearning

2024-04-19 · Zhixin Pan, Emma Andrews, Laura Chang, Prabhat Mishra

Data augmentation is widely used to mitigate data bias in the training dataset. However, data augmentation exposes machine learning models to privacy attacks, such as membership inference attacks. In this paper, we propo…

Data AugmentationFairnessMachine UnlearningPrivacy Preserving

Layer Attack Unlearning: Fast and Accurate Machine Unlearning via Layer Level Attack and Knowledge Distillation

2023-12-28 · Hyunjune Kim, Sangyong Lee, Simon S. Woo

Recently, serious concerns have been raised about the privacy issues related to training datasets in machine learning algorithms when including personal data. Various regulations in different countries, including the GDP…

Knowledge DistillationMachine Unlearning

Enabling Group Fairness in Graph Unlearning via Bi-level Debiasing

2025-05-14 · Yezi Liu, Prathyush Poduval, Wenjun Huang, Yang Ni 외

Graph unlearning is a crucial approach for protecting user privacy by erasing the influence of user data on trained graph models. Recent developments in graph unlearning methods have primarily focused on maintaining mode…

Fairness