LGCYDSJun 9, 2021

A New Notion of Individually Fair Clustering: $α$-Equitable $k$-Center

arXiv:2106.05423v328 citations
Originality Highly original
AI Analysis

This work addresses fairness in clustering for societal applications, presenting a novel fairness notion with algorithmic solutions.

The authors introduced a new individual fairness definition for clustering, where each point's service quality must be α-close to similar points, and developed efficient approximation algorithms for the k-center objective with bounded price of fairness guarantees.

Clustering is a fundamental problem in unsupervised machine learning, and fair variants of it have recently received significant attention due to its societal implications. In this work we introduce a novel definition of individual fairness for clustering problems. Specifically, in our model, each point $j$ has a set of other points $\mathcal{S}_j$ that it perceives as similar to itself, and it feels that it is fairly treated if the quality of service it receives in the solution is $α$-close (in a multiplicative sense, for a given $α\geq 1$) to that of the points in $\mathcal{S}_j$. We begin our study by answering questions regarding the structure of the problem, namely for what values of $α$ the problem is well-defined, and what the behavior of the \emph{Price of Fairness (PoF)} for it is. For the well-defined region of $α$, we provide efficient and easily-implementable approximation algorithms for the $k$-center objective, which in certain cases enjoy bounded-PoF guarantees. We finally complement our analysis by an extensive suite of experiments that validates the effectiveness of our theoretical results.

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