# Learning Fair Naive Bayes Classifiers by Discovering and Eliminating   Discrimination Patterns

**Authors:** YooJung Choi, Golnoosh Farnadi, Behrouz Babaki, Guy Van den Broeck

arXiv: 1906.03843 · 2020-05-11

## TL;DR

This paper introduces a method to ensure fairness in naive Bayes classifiers by discovering and removing discrimination patterns, allowing for fairer decision-making even with partial feature observations.

## Contribution

It proposes a novel approach to identify and eliminate discrimination patterns in naive Bayes classifiers, enhancing fairness without extensive feature observation.

## Key findings

- Successfully removes exponentially many discrimination patterns
- Achieves fairness with minimal additional constraints
- Demonstrates effectiveness on real-world datasets

## Abstract

As machine learning is increasingly used to make real-world decisions, recent research efforts aim to define and ensure fairness in algorithmic decision making. Existing methods often assume a fixed set of observable features to define individuals, but lack a discussion of certain features not being observed at test time. In this paper, we study fairness of naive Bayes classifiers, which allow partial observations. In particular, we introduce the notion of a discrimination pattern, which refers to an individual receiving different classifications depending on whether some sensitive attributes were observed. Then a model is considered fair if it has no such pattern. We propose an algorithm to discover and mine for discrimination patterns in a naive Bayes classifier, and show how to learn maximum likelihood parameters subject to these fairness constraints. Our approach iteratively discovers and eliminates discrimination patterns until a fair model is learned. An empirical evaluation on three real-world datasets demonstrates that we can remove exponentially many discrimination patterns by only adding a small fraction of them as constraints.

## Full text

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

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1906.03843/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1906.03843/full.md

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