paper-with-me

Papers

Coresets for Clustering with Fairness Constraints

2019-06-20 · NeurIPS 2019 12 · Lingxiao Huang, Shaofeng H. -C. Jiang, Nisheeth K. Vishnoi

In a recent work, [19] studied the following "fair" variants of classical clustering problems such as $k$-means and $k$-median: given a set of $n$ data points in $\mathbb{R}^d$ and a binary type associated to each data point, the goal is to cluster the points while ensuring that the proportion of each type in each cluster is roughly the same as its underlying proportion. Subsequent work has focused on either extending this setting to when each data point has multiple, non-disjoint sensitive types such as race and gender [6], or to address the problem that the clustering algorithms in the above work do not scale well. The main contribution of this paper is an approach to clustering with fairness constraints that involve multiple, non-disjoint types, that is also scalable. Our approach is based on novel constructions of coresets: for the $k$-median objective, we construct an $\varepsilon$-coreset of size $O(\Gamma k^2 \varepsilon^{-d})$ where $\Gamma$ is the number of distinct collections of groups that a point may belong to, and for the $k$-means objective, we show how to construct an $\varepsilon$-coreset of size $O(\Gamma k^3\varepsilon^{-d-1})$. The former result is the first known coreset construction for the fair clustering problem with the $k$-median objective, and the latter result removes the dependence on the size of the full dataset as in [39] and generalizes it to multiple, non-disjoint types. Plugging our coresets into existing algorithms for fair clustering such as [5] results in the fastest algorithms for several cases. Empirically, we assess our approach over the \textbf{Adult}, \textbf{Bank}, \textbf{Diabetes} and \textbf{Athlete} dataset, and show that the coreset sizes are much smaller than the full dataset. We also achieve a speed-up to recent fair clustering algorithms [5,6] by incorporating our coreset construction.

📄 PDF Abstract BibTeX arXiv:1906.08484

Code (1)

sfjiang1990/Coresets-for-Clustering-with-Fairness-Constraints 공식 구현

Tasks

ClusteringFairness

Methods 이 논문이 사용한 방법론

Coresets 설명 없음

Similar Papers 제목 키워드 기반

Distributed Balanced Clustering via Mapping Coresets

2014-12-01 · NeurIPS 2014 12 · Mohammadhossein Bateni, Aditya Bhaskara, Silvio Lattanzi, Vahab Mirrokni

Large-scale clustering of data points in metric spaces is an important problem in mining big data sets. For many applications, we face explicit or implicit size constraints for each cluster which leads to the problem of …

Clustering

Online Coresets for Clustering with Bregman Divergences

2020-12-11 · Rachit Chhaya, Jayesh Choudhari, Anirban Dasgupta, Supratim Shit

We present algorithms that create coresets in an online setting for clustering problems according to a wide subset of Bregman divergences. Notably, our coresets have a small additive error, similar in magnitude to the li…

Clustering

Fair Wasserstein Coresets

2023-11-09 · Zikai Xiong, Niccolò Dalmasso, Shubham Sharma, Freddy Lecue 외

Data distillation and coresets have emerged as popular approaches to generate a smaller representative set of samples for downstream learning tasks to handle large-scale datasets. At the same time, machine learning is be…

ClusteringDecision MakingFairness

Scalable k-Means Clustering via Lightweight Coresets

2017-02-27 · Olivier Bachem, Mario Lucic, Andreas Krause

Coresets are compact representations of data sets such that models trained on a coreset are provably competitive with models trained on the full data set. As such, they have been successfully used to scale up clustering …

ClusteringData Summarization

Feature-based Individual Fairness in k-Clustering

2021-09-09 · Debajyoti Kar, Mert Kosan, Debmalya Mandal, Sourav Medya 외

Ensuring fairness in machine learning algorithms is a challenging and essential task. We consider the problem of clustering a set of points while satisfying fairness constraints. While there have been several attempts to…

ClusteringFairness