LGAICYMLNov 12, 2019

Fairness-Aware Neural Réyni Minimization for Continuous Features

arXiv:1911.04929v130 citations
Originality Incremental advance
AI Analysis

This addresses fairness in machine learning for continuous variables, an incremental advance over existing methods focused on discrete features.

The paper tackles the challenge of ensuring fairness in regression models with continuous sensitive features by minimizing the Hirschfeld-Gebelein-Rényi (HGR) maximal correlation coefficient, proposing two neural network approaches that show significant improvements over prior work.

The past few years have seen a dramatic rise of academic and societal interest in fair machine learning. While plenty of fair algorithms have been proposed recently to tackle this challenge for discrete variables, only a few ideas exist for continuous ones. The objective in this paper is to ensure some independence level between the outputs of regression models and any given continuous sensitive variables. For this purpose, we use the Hirschfeld-Gebelein-Rényi (HGR) maximal correlation coefficient as a fairness metric. We propose two approaches to minimize the HGR coefficient. First, by reducing an upper bound of the HGR with a neural network estimation of the $χ^{2}$ divergence. Second, by minimizing the HGR directly with an adversarial neural network architecture. The idea is to predict the output Y while minimizing the ability of an adversarial neural network to find the estimated transformations which are required to predict the HGR coefficient. We empirically assess and compare our approaches and demonstrate significant improvements on previously presented work in the field.

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