English

FPT Approximation for Capacitated Sum of Radii

Data Structures and Algorithms 2024-01-15 v1

Abstract

We consider the capacitated clustering problem in general metric spaces where the goal is to identify kk clusters and minimize the sum of the radii of the clusters (we call this the Capacitated-kk-sumRadii problem). We are interested in fixed-parameter tractable (FPT) approximation algorithms where the running time is of the form f(k)poly(n)f(k) \cdot \text{poly}(n), where f(k)f(k) can be an exponential function of kk and nn is the number of points in the input. In the uniform capacity case, Bandyapadhyay et al. recently gave a 44-approximation algorithm for this problem. Our first result improves this to an FPT 33-approximation and extends to a constant factor approximation for any LpL_p norm of the cluster radii. In the general capacities version, Bandyapadhyay et al. gave an FPT 1515-approximation algorithm. We extend their framework to give an FPT (4+13)(4 + \sqrt{13})-approximation algorithm for this problem. Our framework relies on a novel idea of identifying approximations to optimal clusters by carefully pruning points from an initial candidate set of points. This is in contrast to prior results that rely on guessing suitable points and building balls of appropriate radii around them. On the hardness front, we show that assuming the Exponential Time Hypothesis, there is a constant c>1c > 1 such that any cc-approximation algorithm for the non-uniform capacity version of this problem requires running time 2Ω(kpolylog(k))2^{\Omega \left(\frac{k}{polylog(k)} \right)}.

Keywords

Cite

@article{arxiv.2401.06714,
  title  = {FPT Approximation for Capacitated Sum of Radii},
  author = {Ragesh Jaiswal and Amit Kumar and Jatin Yadav},
  journal= {arXiv preprint arXiv:2401.06714},
  year   = {2024}
}
R2 v1 2026-06-28T14:15:28.436Z