LGCYApr 21, 2023

Individual Fairness in Bayesian Neural Networks

arXiv:2304.10828v15 citationsh-index: 58
Originality Incremental advance
AI Analysis

This work addresses fairness in machine learning for applications requiring robust and equitable predictions, though it is incremental as it extends existing fairness notions to Bayesian methods.

The paper tackles the problem of ensuring individual fairness in Bayesian neural networks by introducing a framework to estimate ε-δ-individual fairness and proposing fairness-aware gradient-based attacks. The result shows that BNNs trained with approximate Bayesian inference are consistently more individually fair than deterministic models.

We study Individual Fairness (IF) for Bayesian neural networks (BNNs). Specifically, we consider the $ε$-$δ$-individual fairness notion, which requires that, for any pair of input points that are $ε$-similar according to a given similarity metrics, the output of the BNN is within a given tolerance $δ>0.$ We leverage bounds on statistical sampling over the input space and the relationship between adversarial robustness and individual fairness to derive a framework for the systematic estimation of $ε$-$δ$-IF, designing Fair-FGSM and Fair-PGD as global,fairness-aware extensions to gradient-based attacks for BNNs. We empirically study IF of a variety of approximately inferred BNNs with different architectures on fairness benchmarks, and compare against deterministic models learnt using frequentist techniques. Interestingly, we find that BNNs trained by means of approximate Bayesian inference consistently tend to be markedly more individually fair than their deterministic counterparts.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes