English

Representation Learning with Statistical Independence to Mitigate Bias

Computer Vision and Pattern Recognition 2020-11-23 v4 Machine Learning

Abstract

Presence of bias (in datasets or tasks) is inarguably one of the most critical challenges in machine learning applications that has alluded to pivotal debates in recent years. Such challenges range from spurious associations between variables in medical studies to the bias of race in gender or face recognition systems. Controlling for all types of biases in the dataset curation stage is cumbersome and sometimes impossible. The alternative is to use the available data and build models incorporating fair representation learning. In this paper, we propose such a model based on adversarial training with two competing objectives to learn features that have (1) maximum discriminative power with respect to the task and (2) minimal statistical mean dependence with the protected (bias) variable(s). Our approach does so by incorporating a new adversarial loss function that encourages a vanished correlation between the bias and the learned features. We apply our method to synthetic data, medical images (containing task bias), and a dataset for gender classification (containing dataset bias). Our results show that the learned features by our method not only result in superior prediction performance but also are unbiased. The code is available at https://github.com/QingyuZhao/BR-Net/.

Keywords

Cite

@article{arxiv.1910.03676,
  title  = {Representation Learning with Statistical Independence to Mitigate Bias},
  author = {Ehsan Adeli and Qingyu Zhao and Adolf Pfefferbaum and Edith V. Sullivan and Li Fei-Fei and Juan Carlos Niebles and Kilian M. Pohl},
  journal= {arXiv preprint arXiv:1910.03676},
  year   = {2020}
}

Comments

WACV 2021

R2 v1 2026-06-23T11:38:06.359Z