Fair Representation Clustering with Several Protected Classes

February 03, 2022 Β· Declared Dead Β· πŸ› Conference on Fairness, Accountability and Transparency

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Zhen Dai, Yury Makarychev, Ali Vakilian arXiv ID 2202.01391 Category cs.DS: Data Structures & Algorithms Cross-listed cs.LG Citations 11 Venue Conference on Fairness, Accountability and Transparency Last Checked 4 months ago
Abstract
We study the problem of fair $k$-median where each cluster is required to have a fair representation of individuals from different groups. In the fair representation $k$-median problem, we are given a set of points $X$ in a metric space. Each point $x\in X$ belongs to one of $\ell$ groups. Further, we are given fair representation parameters $Ξ±_j$ and $Ξ²_j$ for each group $j\in [\ell]$. We say that a $k$-clustering $C_1, \cdots, C_k$ fairly represents all groups if the number of points from group $j$ in cluster $C_i$ is between $Ξ±_j |C_i|$ and $Ξ²_j |C_i|$ for every $j\in[\ell]$ and $i\in [k]$. The goal is to find a set $\mathcal{C}$ of $k$ centers and an assignment $Ο†: X\rightarrow \mathcal{C}$ such that the clustering defined by $(\mathcal{C}, Ο†)$ fairly represents all groups and minimizes the $\ell_1$-objective $\sum_{x\in X} d(x, Ο†(x))$. We present an $O(\log k)$-approximation algorithm that runs in time $n^{O(\ell)}$. Note that the known algorithms for the problem either (i) violate the fairness constraints by an additive term or (ii) run in time that is exponential in both $k$ and $\ell$. We also consider an important special case of the problem where $Ξ±_j = Ξ²_j = \frac{f_j}{f}$ and $f_j, f \in \mathbb{N}$ for all $j\in [\ell]$. For this special case, we present an $O(\log k)$-approximation algorithm that runs in $(kf)^{O(\ell)}\log n + poly(n)$ time.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted