Intra-Processing Methods for Debiasing Neural Networks
Abstract
As deep learning models become tasked with more and more decisions that impact human lives, such as criminal recidivism, loan repayment, and face recognition for law enforcement, bias is becoming a growing concern. Debiasing algorithms are typically split into three paradigms: pre-processing, in-processing, and post-processing. However, in computer vision or natural language applications, it is common to start with a large generic model and then fine-tune to a specific use-case. Pre- or in-processing methods would require retraining the entire model from scratch, while post-processing methods only have black-box access to the model, so they do not leverage the weights of the trained model. Creating debiasing algorithms specifically for this fine-tuning use-case has largely been neglected.
Cite
Text
Savani et al. "Intra-Processing Methods for Debiasing Neural Networks." Neural Information Processing Systems, 2020.Markdown
[Savani et al. "Intra-Processing Methods for Debiasing Neural Networks." Neural Information Processing Systems, 2020.](https://mlanthology.org/neurips/2020/savani2020neurips-intraprocessing/)BibTeX
@inproceedings{savani2020neurips-intraprocessing,
title = {{Intra-Processing Methods for Debiasing Neural Networks}},
author = {Savani, Yash and White, Colin and Govindarajulu, Naveen Sundar},
booktitle = {Neural Information Processing Systems},
year = {2020},
url = {https://mlanthology.org/neurips/2020/savani2020neurips-intraprocessing/}
}