LGOCFeb 6, 2023

Fair Minimum Representation Clustering

arXiv:2302.03151v2
AI Analysis

This addresses fairness in clustering for applications like electoral districting, where groups need minimum representation to attain benefits, though it is incremental as it modifies an existing algorithm.

The paper tackles the problem of ensuring demographic groups achieve a minimum representation threshold in k-means clustering, and it introduces MiniReL, a variant of Lloyd's algorithm that incorporates fairness constraints, resulting in fairer clusters with practically no increase in clustering cost.

Clustering is an unsupervised learning task that aims to partition data into a set of clusters. In many applications, these clusters correspond to real-world constructs (e.g. electoral districts) whose benefit can only be attained by groups when they reach a minimum level of representation (e.g. 50\% to elect their desired candidate). This paper considers the problem of performing k-means clustering while ensuring groups (e.g. demographic groups) have that minimum level of representation in a specified number of clusters. We show that the popular $k$-means algorithm, Lloyd's algorithm, can result in unfair outcomes where certain groups lack sufficient representation past the minimum threshold in a proportional number of clusters. We formulate the problem through a mixed-integer optimization framework and present a variant of Lloyd's algorithm, called MiniReL, that directly incorporates the fairness constraints. We show that incorporating the fairness criteria leads to a NP-Hard sub-problem within Lloyd's algorithm, but we provide computational approaches that make the problem tractable for even large datasets. Numerical results show that the approach is able to create fairer clusters with practically no increase in the k-means clustering cost across standard benchmark datasets.

Foundations

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

Your Notes