# Fair Algorithms for Clustering

**Authors:** Suman K. Bera, Deeparnab Chakrabarty, Nicolas J. Flores, Maryam, Negahbani

arXiv: 1901.02393 · 2019-06-18

## TL;DR

This paper introduces a flexible, fair clustering algorithm that handles multiple protected groups, various norms, and overlapping group memberships, improving fairness without significantly sacrificing clustering quality.

## Contribution

It generalizes previous work by allowing user-defined fairness parameters, multiple group memberships, and arbitrary -norm objectives, with an efficient transformation of solutions.

## Key findings

- Algorithm performs better in practice than theoretical guarantees.
- Handles overlapping protected groups effectively.
- Works across different clustering objectives like k-means and k-median.

## Abstract

We study the problem of finding low-cost Fair Clusterings in data where each data point may belong to many protected groups. Our work significantly generalizes the seminal work of Chierichetti et.al. (NIPS 2017) as follows.   - We allow the user to specify the parameters that define fair representation. More precisely, these parameters define the maximum over- and minimum under-representation of any group in any cluster.   - Our clustering algorithm works on any $\ell_p$-norm objective (e.g. $k$-means, $k$-median, and $k$-center). Indeed, our algorithm transforms any vanilla clustering solution into a fair one incurring only a slight loss in quality.   - Our algorithm also allows individuals to lie in multiple protected groups. In other words, we do not need the protected groups to partition the data and we can maintain fairness across different groups simultaneously.   Our experiments show that on established data sets, our algorithm performs much better in practice than what our theoretical results suggest.

## Full text

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

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1901.02393/full.md

## References

68 references — full list in the complete paper: https://tomesphere.com/paper/1901.02393/full.md

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