English

FPT Approximations for Fair $k$-Min-Sum-Radii

Data Structures and Algorithms 2024-10-02 v1

Abstract

We consider the kk-min-sum-radii (kk-MSR) clustering problem with fairness constraints. The kk-min-sum-radii problem is a mixture of the classical kk-center and kk-median problems. We are given a set of points PP in a metric space and a number kk and aim to partition the points into kk clusters, each of the clusters having one designated center. The objective to minimize is the sum of the radii of the kk clusters (where in kk-center we would only consider the maximum radius and in kk-median we would consider the sum of the individual points' costs). Various notions of fair clustering have been introduced lately, and we follow the definitions due to Chierichetti, Kumar, Lattanzi and Vassilvitskii [NeurIPS 2017] which demand that cluster compositions shall follow the proportions of the input point set with respect to some given sensitive attribute. For the easier case where the sensitive attribute only has two possible values and each is equally frequent in the input, the aim is to compute a clustering where all clusters have a 1:1 ratio with respect to this attribute. We call this the 1:1 case. There has been a surge of FPT-approximation algorithms for the kk-MSR problem lately, solving the problem both in the unconstrained case and in several constrained problem variants. We add to this research area by designing an FPT (6+ϵ)(6+\epsilon)-approximation that works for kk-MSR under the mentioned general fairness notion. For the special 1:1 case, we improve our algorithm to achieve a (3+ϵ)(3+\epsilon)-approximation.

Keywords

Cite

@article{arxiv.2410.00598,
  title  = {FPT Approximations for Fair $k$-Min-Sum-Radii},
  author = {Lena Carta and Lukas Drexler and Annika Hennes and Clemens Rösner and Melanie Schmidt},
  journal= {arXiv preprint arXiv:2410.00598},
  year   = {2024}
}

Comments

Full version of the paper accepted at ISAAC 2024

R2 v1 2026-06-28T19:03:41.979Z