A method to reduce algorithmic bias in neural-network classifiers by regularizing with the Wasserstein-2 distance between score distributions of two groups, with approximate gradients that fit into SGD.
FNNC: Achieving Fairness through Neural Networks
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In classification models fairness can be ensured by solving a constrained optimization problem. We focus on fairness constraints like Disparate Impact, Demographic Parity, and Equalized Odds, which are non-decomposable and non-convex. Researchers define convex surrogates of the constraints and then apply convex optimization frameworks to obtain fair classifiers. Surrogates serve only as an upper bound to the actual constraints, and convexifying fairness constraints might be challenging. We propose a neural network-based framework, \emph{FNNC}, to achieve fairness while maintaining high accuracy in classification. The above fairness constraints are included in the loss using Lagrangian multipliers. We prove bounds on generalization errors for the constrained losses which asymptotically go to zero. The network is optimized using two-step mini-batch stochastic gradient descent. Our experiments show that FNNC performs as good as the state of the art, if not better. The experimental evidence supplements our theoretical guarantees. In summary, we have an automated solution to achieve fairness in classification, which is easily extendable to many fairness constraints.
fields
stat.ML 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Tackling Algorithmic Bias in Neural-Network Classifiers using Wasserstein-2 Regularization
A method to reduce algorithmic bias in neural-network classifiers by regularizing with the Wasserstein-2 distance between score distributions of two groups, with approximate gradients that fit into SGD.