CertiFair: A Framework for Certified Global Fairness of Neural Networks
Abstract
We consider the problem of whether a Neural Network (NN) model satisfies global individual fairness. Individual Fairness (defined in (Dwork et al. 2012)) suggests that similar individuals with respect to a certain task are to be treated similarly by the decision model. In this work, we have two main objectives. The first is to construct a verifier which checks whether the fairness property holds for a given NN in a classification task or provides a counterexample if it is violated, i.e., the model is fair if all similar individuals are classified the same, and unfair if a pair of similar individuals are classified differently. To that end, we construct a sound and complete verifier that verifies global individual fairness properties of ReLU NN classifiers using distance-based similarity metrics. The second objective of this paper is to provide a method for training provably fair NN classifiers from unfair (biased) data. We propose a fairness loss that can be used during training to enforce fair outcomes for similar individuals. We then provide provable bounds on the fairness of the resulting NN. We run experiments on commonly used fairness datasets that are publicly available and we show that global individual fairness can be improved by 96 % without a significant drop in test accuracy.
Cite
Text
Khedr and Shoukry. "CertiFair: A Framework for Certified Global Fairness of Neural Networks." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I7.25994Markdown
[Khedr and Shoukry. "CertiFair: A Framework for Certified Global Fairness of Neural Networks." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/khedr2023aaai-certifair/) doi:10.1609/AAAI.V37I7.25994BibTeX
@inproceedings{khedr2023aaai-certifair,
title = {{CertiFair: A Framework for Certified Global Fairness of Neural Networks}},
author = {Khedr, Haitham and Shoukry, Yasser},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2023},
pages = {8237-8245},
doi = {10.1609/AAAI.V37I7.25994},
url = {https://mlanthology.org/aaai/2023/khedr2023aaai-certifair/}
}