LGMEMay 18, 2021

Achieving Fairness with a Simple Ridge Penalty

arXiv:2105.13817v419 citations
Originality Incremental advance
AI Analysis

This work addresses fairness in machine learning for applications requiring interpretable and accurate models, though it is incremental as it builds on prior methods with improvements in simplicity and performance.

The paper tackles the problem of enforcing fairness in regression models by introducing a framework that uses a ridge penalty to control the effect of sensitive attributes, resulting in better goodness of fit and predictive accuracy compared to existing methods on six datasets.

In this paper we present a general framework for estimating regression models subject to a user-defined level of fairness. We enforce fairness as a model selection step in which we choose the value of a ridge penalty to control the effect of sensitive attributes. We then estimate the parameters of the model conditional on the chosen penalty value. Our proposal is mathematically simple, with a solution that is partly in closed form, and produces estimates of the regression coefficients that are intuitive to interpret as a function of the level of fairness. Furthermore, it is easily extended to generalised linear models, kernelised regression models and other penalties; and it can accommodate multiple definitions of fairness. We compare our approach with the regression model from Komiyama et al. (2018), which implements a provably-optimal linear regression model; and with the fair models from Zafar et al. (2019). We evaluate these approaches empirically on six different data sets, and we find that our proposal provides better goodness of fit and better predictive accuracy for the same level of fairness. In addition, we highlight a source of bias in the original experimental evaluation in Komiyama et al. (2018).

Foundations

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

Your Notes