LGMLJun 24, 2019

Transfer of Machine Learning Fairness across Domains

arXiv:1906.09688v376 citations
Originality Incremental advance
AI Analysis

This addresses a critical gap in fairness research for real-world applications where models are reused across domains, offering practical solutions for data-sparse settings.

The paper tackles the problem of ensuring machine learning models remain fair when deployed in new domains, where labels and demographics are often unavailable, by framing it as a domain adaptation problem and providing theoretical guarantees and a modeling approach that improves fairness metrics with less data.

If our models are used in new or unexpected cases, do we know if they will make fair predictions? Previously, researchers developed ways to debias a model for a single problem domain. However, this is often not how models are trained and used in practice. For example, labels and demographics (sensitive attributes) are often hard to observe, resulting in auxiliary or synthetic data to be used for training, and proxies of the sensitive attribute to be used for evaluation of fairness. A model trained for one setting may be picked up and used in many others, particularly as is common with pre-training and cloud APIs. Despite the pervasiveness of these complexities, remarkably little work in the fairness literature has theoretically examined these issues. We frame all of these settings as domain adaptation problems: how can we use what we have learned in a source domain to debias in a new target domain, without directly debiasing on the target domain as if it is a completely new problem? We offer new theoretical guarantees of improving fairness across domains, and offer a modeling approach to transfer to data-sparse target domains. We give empirical results validating the theory and showing that these modeling approaches can improve fairness metrics with less data.

Foundations

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

Your Notes