DSLGJan 8, 2019

Fair Algorithms for Clustering

arXiv:1901.02393v2285 citations
Originality Highly original
AI Analysis

This addresses fairness in clustering for data with overlapping protected groups, representing a significant generalization of prior work.

The paper tackles the problem of finding low-cost fair clusterings for data with multiple protected groups, allowing user-defined fairness parameters and working with various clustering objectives, and shows that their algorithm performs better in practice than theoretical bounds suggest.

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.

Code Implementations1 repo
Foundations

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

Your Notes