LGMLJan 30, 2023

Fairness and Accuracy under Domain Generalization

arXiv:2301.13323v139 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This addresses fairness concerns in high-stakes applications where data distributions change, which is an incremental improvement over existing domain generalization methods that focus only on accuracy.

The paper tackles the problem of maintaining both fairness and accuracy in machine learning models when deployed on unseen domains, developing theoretical bounds and an algorithm that ensures high fairness and accuracy under domain shifts.

As machine learning (ML) algorithms are increasingly used in high-stakes applications, concerns have arisen that they may be biased against certain social groups. Although many approaches have been proposed to make ML models fair, they typically rely on the assumption that data distributions in training and deployment are identical. Unfortunately, this is commonly violated in practice and a model that is fair during training may lead to an unexpected outcome during its deployment. Although the problem of designing robust ML models under dataset shifts has been widely studied, most existing works focus only on the transfer of accuracy. In this paper, we study the transfer of both fairness and accuracy under domain generalization where the data at test time may be sampled from never-before-seen domains. We first develop theoretical bounds on the unfairness and expected loss at deployment, and then derive sufficient conditions under which fairness and accuracy can be perfectly transferred via invariant representation learning. Guided by this, we design a learning algorithm such that fair ML models learned with training data still have high fairness and accuracy when deployment environments change. Experiments on real-world data validate the proposed algorithm. Model implementation is available at https://github.com/pth1993/FATDM.

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