paper-with-me

Papers

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 present (1) a polynomial-time $(5+2\sqrt{6})^p$-approximation with at most $k+m$ centers (2) a $(5+2\sqrt{6}+\epsilon)^p$-approximation with $k$ centers in time $n^{2^{O(p)}\cdot m^2}$, and (3) a $(15+6\sqrt{6})^p$ approximation with $k$ centers in time $k^{m}\cdot\text{poly}(n)$. The first result is obtained via a refinement of the iterative rounding method using a sequence of linear programs. The latter two results are obtained by converting a solution with up to $k+m$ centers to one with $k$ centers using sparsification methods for (2) and via an exhaustive search for (3). We also compare the performance of our algorithms with existing bicriteria algorithms as well as exactly $k$ center approximation algorithms on benchmark datasets, and find that our algorithms also outperform existing methods in practice.

📄 PDF Abstract BibTeX arXiv:2206.11210

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

On Socially Fair Low-Rank Approximation and Column Subset Selection

2024-12-08 · Zhao Song, Ali Vakilian, David P. Woodruff, Samson Zhou

Low-rank approximation and column subset selection are two fundamental and related problems that are applied across a wealth of machine learning applications. In this paper, we study the question of socially fair low-ran…

Constant-Factor Approximations for Doubly Constrained Fair k-Center, k-Median and k-Means

2026-04-17 · Nicole Funk, Annika Hennes, Johanna Hillebrand, Sarah Sturm arxiv

We study discrete k-clustering problems in general metric spaces that are constrained by a combination of two different fairness conditions within the demographic fairness model. Given a metric space (P,d), where every p…

Tight FPT Approximation for Socially Fair Clustering

2021-06-12 · Dishant Goyal, Ragesh Jaiswal

In this work, we study the socially fair $k$-median/$k$-means problem. We are given a set of points $P$ in a metric space $\mathcal{X}$ with a distance function $d(.,.)$. There are $\ell$ groups: $P_1,\dotsc,P_{\ell} \su…

Clustering

Approximation Algorithms for Socially Fair Clustering

2021-03-03 · Yury Makarychev, Ali Vakilian

We present an $(e^{O(p)} \frac{\log \ell}{\log\log\ell})$-approximation algorithm for socially fair clustering with the $\ell_p$-objective. In this problem, we are given a set of points in a metric space. Each point belo…

Clustering

Socially Fair Center-based and Linear Subspace Clustering

2022-08-22 · Sruthi Gorantla, Kishen N. Gowda, Amit Deshpande, Anand Louis

Center-based clustering (e.g., $k$-means, $k$-medians) and clustering using linear subspaces are two most popular techniques to partition real-world data into smaller clusters. However, when the data consists of sensitiv…

ClusteringFairness