# Paired-Consistency: An Example-Based Model-Agnostic Approach to Fairness   Regularization in Machine Learning

**Authors:** Yair Horesh, Noa Haas, Elhanan Mishraky, Yehezkel S. Resheff, Shir, Meir Lador

arXiv: 1908.02641 · 2020-04-21

## TL;DR

This paper introduces a novel fairness regularization approach called Paired-Consistency, which leverages example pairs judged by domain experts to promote non-discrimination in models without explicit protected attribute data.

## Contribution

It proposes a new fairness regularization method based on paired consistency, applicable even when protected attributes are unavailable or numerous.

## Key findings

- Effective in promoting fairness on Income Census dataset
- Can be integrated into loss functions or used for model selection
- Addresses fairness without explicit protected attribute data

## Abstract

As AI systems develop in complexity it is becoming increasingly hard to ensure non-discrimination on the basis of protected attributes such as gender, age, and race. Many recent methods have been developed for dealing with this issue as long as the protected attribute is explicitly available for the algorithm. We address the setting where this is not the case (with either no explicit protected attribute, or a large set of them). Instead, we assume the existence of a fair domain expert capable of generating an extension to the labeled dataset - a small set of example pairs, each having a different value on a subset of protected variables, but judged to warrant a similar model response. We define a performance metric - paired consistency. Paired consistency measures how close the output (assigned by a classifier or a regressor) is on these carefully selected pairs of examples for which fairness dictates identical decisions. In some cases consistency can be embedded within the loss function during optimization and serve as a fairness regularizer, and in others it is a tool for fair model selection. We demonstrate our method using the well studied Income Census dataset.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.02641/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1908.02641/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1908.02641/full.md

---
Source: https://tomesphere.com/paper/1908.02641