# Learning Fair Representations via an Adversarial Framework

**Authors:** Rui Feng, Yang Yang, Yuehan Lyu, Chenhao Tan, Yizhou Sun, Chunping, Wang

arXiv: 1904.13341 · 2019-05-01

## TL;DR

This paper introduces an adversarial learning framework to create fair data representations that mitigate bias related to protected attributes, improving fairness in societal decision-making applications.

## Contribution

It proposes a novel minimax adversarial approach with theoretical guarantees for statistical parity and individual fairness in learned representations.

## Key findings

- Effective in reducing bias related to protected attributes.
- Maintains classification accuracy while enhancing fairness.
- Outperforms baseline methods on real-world datasets.

## Abstract

Fairness has become a central issue for our research community as classification algorithms are adopted in societally critical domains such as recidivism prediction and loan approval. In this work, we consider the potential bias based on protected attributes (e.g., race and gender), and tackle this problem by learning latent representations of individuals that are statistically indistinguishable between protected groups while sufficiently preserving other information for classification. To do that, we develop a minimax adversarial framework with a generator to capture the data distribution and generate latent representations, and a critic to ensure that the distributions across different protected groups are similar. Our framework provides a theoretical guarantee with respect to statistical parity and individual fairness. Empirical results on four real-world datasets also show that the learned representation can effectively be used for classification tasks such as credit risk prediction while obstructing information related to protected groups, especially when removing protected attributes is not sufficient for fair classification.

## Full text

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

## Figures

33 figures with captions in the complete paper: https://tomesphere.com/paper/1904.13341/full.md

## References

45 references — full list in the complete paper: https://tomesphere.com/paper/1904.13341/full.md

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