paper-with-me

Papers

Approximation Algorithms for Fair Range Clustering

2023-06-11 · Sèdjro S. Hotegni, Sepideh Mahabadi, Ali Vakilian

This paper studies the fair range clustering problem in which the data points are from different demographic groups and the goal is to pick $k$ centers with the minimum clustering cost such that each group is at least minimally represented in the centers set and no group dominates the centers set. More precisely, given a set of $n$ points in a metric space $(P,d)$ where each point belongs to one of the $\ell$ different demographics (i.e., $P = P_1 \uplus P_2 \uplus \cdots \uplus P_\ell$) and a set of $\ell$ intervals $[\alpha_1, \beta_1], \cdots, [\alpha_\ell, \beta_\ell]$ on desired number of centers from each group, the goal is to pick a set of $k$ centers $C$ with minimum $\ell_p$-clustering cost (i.e., $(\sum_{v\in P} d(v,C)^p)^{1/p}$) such that for each group $i\in \ell$, $|C\cap P_i| \in [\alpha_i, \beta_i]$. In particular, the fair range $\ell_p$-clustering captures fair range $k$-center, $k$-median and $k$-means as its special cases. In this work, we provide efficient constant factor approximation algorithms for fair range $\ell_p$-clustering for all values of $p\in [1,\infty)$.

📄 PDF Abstract BibTeX arXiv:2306.06778

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Fair Correlation Clustering

2020-02-06 · Sara Ahmadian, Alessandro Epasto, Ravi Kumar, Mohammad Mahdian

In this paper, we study correlation clustering under fairness constraints. Fair variants of $k$-median and $k$-center clustering have been studied recently, and approximation algorithms using a notion called fairlet deco…

ClusteringCombinatorial OptimizationFairness

Diversity-aware clustering: Computational Complexity and Approximation Algorithms

2024-01-10 · Suhas Thejaswi, Ameet Gadekar, Bruno Ordozgoiti, Aristides Gionis

In this work, we study diversity-aware clustering problems where the data points are associated with multiple attributes resulting in intersecting groups. A clustering solution needs to ensure that the number of chosen c…

ClusteringDiversity

On Coresets for Fair Clustering in Metric and Euclidean Spaces and Their Applications

2020-07-20 · Sayan Bandyapadhyay, Fedor V. Fomin, Kirill Simonov

Fair clustering is a constrained variant of clustering where the goal is to partition a set of colored points, such that the fraction of points of any color in every cluster is more or less equal to the fraction of point…

ClusteringConstrained Clustering

Constant-Factor Approximation Algorithms for Socially Fair $k$-Clustering

2022-06-22 · Mehrdad Ghadiri, Mohit Singh, Santosh S. Vempala

We study approximation algorithms for the socially fair $(\ell_p, k)$-clustering problem with $m$ groups, whose special cases include the socially fair $k$-median ($p=1$) and socially fair $k$-means ($p=2$) problems. We …

Clustering

Proportionally Representative Clustering

2023-04-27 · Haris Aziz, Barton E. Lee, Sean Morota Chu, Jeremy Vollen

In recent years, there has been a surge in effort to formalize notions of fairness in machine learning. We focus on centroid clustering--one of the fundamental tasks in unsupervised machine learning. We propose a new axi…

ClusteringFairness