LGMLOct 31, 2023

FairWASP: Fast and Optimal Fair Wasserstein Pre-processing

arXiv:2311.00109v38 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses fairness in machine learning for users of classification models by providing an incremental improvement in pre-processing techniques.

The authors tackled the problem of reducing disparities in classification datasets by introducing FairWASP, a pre-processing method that minimizes Wasserstein distance to the original data while satisfying demographic parity, with experiments showing competitive performance in reducing disparities and preserving accuracy.

Recent years have seen a surge of machine learning approaches aimed at reducing disparities in model outputs across different subgroups. In many settings, training data may be used in multiple downstream applications by different users, which means it may be most effective to intervene on the training data itself. In this work, we present FairWASP, a novel pre-processing approach designed to reduce disparities in classification datasets without modifying the original data. FairWASP returns sample-level weights such that the reweighted dataset minimizes the Wasserstein distance to the original dataset while satisfying (an empirical version of) demographic parity, a popular fairness criterion. We show theoretically that integer weights are optimal, which means our method can be equivalently understood as duplicating or eliminating samples. FairWASP can therefore be used to construct datasets which can be fed into any classification method, not just methods which accept sample weights. Our work is based on reformulating the pre-processing task as a large-scale mixed-integer program (MIP), for which we propose a highly efficient algorithm based on the cutting plane method. Experiments demonstrate that our proposed optimization algorithm significantly outperforms state-of-the-art commercial solvers in solving both the MIP and its linear program relaxation. Further experiments highlight the competitive performance of FairWASP in reducing disparities while preserving accuracy in downstream classification settings.

Foundations

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

Your Notes