English

Diversity-aware $k$-median : Clustering with fair center representation

Data Structures and Algorithms 2022-10-25 v2

Abstract

We introduce a novel problem for diversity-aware clustering. We assume that the potential cluster centers belong to a set of groups defined by protected attributes, such as ethnicity, gender, etc. We then ask to find a minimum-cost clustering of the data into kk clusters so that a specified minimum number of cluster centers are chosen from each group. We thus require that all groups are represented in the clustering solution as cluster centers, according to specified requirements. More precisely, we are given a set of clients CC, a set of facilities \pazocalF\pazocal{F}, a collection F={F1,,Ft}\mathcal{F}=\{F_1,\dots,F_t\} of facility groups Fi\pazocalFF_i \subseteq \pazocal{F}, budget kk, and a set of lower-bound thresholds R={r1,,rt}R=\{r_1,\dots,r_t\}, one for each group in F\mathcal{F}. The \emph{diversity-aware kk-median problem} asks to find a set SS of kk facilities in \pazocalF\pazocal{F} such that SFiri|S \cap F_i| \geq r_i, that is, at least rir_i centers in SS are from group FiF_i, and the kk-median cost cCminsSd(c,s)\sum_{c \in C} \min_{s \in S} d(c,s) is minimized. We show that in the general case where the facility groups may overlap, the diversity-aware kk-median problem is \np-hard, fixed-parameter intractable, and inapproximable to any multiplicative factor. On the other hand, when the facility groups are disjoint, approximation algorithms can be obtained by reduction to the \emph{matroid median} and \emph{red-blue median} problems. Experimentally, we evaluate our approximation methods for the tractable cases, and present a relaxation-based heuristic for the theoretically intractable case, which can provide high-quality and efficient solutions for real-world datasets.

Keywords

Cite

@article{arxiv.2106.11696,
  title  = {Diversity-aware $k$-median : Clustering with fair center representation},
  author = {Suhas Thejaswi and Bruno Ordozgoiti and Aristides Gionis},
  journal= {arXiv preprint arXiv:2106.11696},
  year   = {2022}
}

Comments

To appear in ECML-PKDD 2021