Table of Contents
Fetching ...

FPT Approximation for Capacitated Sum of Radii

Ragesh Jaiswal, Amit Kumar, Jatin Yadav

TL;DR

Capacitated $k$-sumRadii asks to choose $k$ centers with hard capacities to minimize the sum (or $L_p$ norm) of cluster radii in general metric spaces. The authors introduce a pruning-based FPT framework that identifies near-optimal clusters by carefully pruning points from an initial candidate set, avoiding prior strategies that guess centers and build balls around them. They obtain a randomized $(3+\varepsilon)$-approximation for uniform capacities and extend to the $L_p$ norm with a factor $(1+\varepsilon)(2^{2p-1}+1)^{1/p}$, plus a $(4+\sqrt{13}+\varepsilon)$-approximation for non-uniform capacities, all within FPT runtimes; they also prove ETH-based lower bounds ruling out polynomial-time constant-factor approximations in the non-uniform setting. The work advances capacitated clustering by delivering tighter approximation guarantees and broad norm coverage, grounded in a novel ball-pruning and redistribution approach rather than brute-force center guessing. Overall, it sharpens both the algorithmic guarantees and the computational limits for capacitated sum-of-radii clustering in general metrics.

Abstract

We consider the capacitated clustering problem in general metric spaces where the goal is to identify $k$ clusters and minimize the sum of the radii of the clusters (we call this the Capacitated-$k$-sumRadii problem). We are interested in fixed-parameter tractable (FPT) approximation algorithms where the running time is of the form $f(k) \cdot \text{poly}(n)$, where $f(k)$ can be an exponential function of $k$ and $n$ is the number of points in the input. In the uniform capacity case, Bandyapadhyay et al. recently gave a $4$-approximation algorithm for this problem. Our first result improves this to an FPT $3$-approximation and extends to a constant factor approximation for any $L_p$ norm of the cluster radii. In the general capacities version, Bandyapadhyay et al. gave an FPT $15$-approximation algorithm. We extend their framework to give an FPT $(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 > 1$ such that any $c$-approximation algorithm for the non-uniform capacity version of this problem requires running time $2^{Ω\left(\frac{k}{polylog(k)} \right)}$.

FPT Approximation for Capacitated Sum of Radii

TL;DR

Capacitated -sumRadii asks to choose centers with hard capacities to minimize the sum (or norm) of cluster radii in general metric spaces. The authors introduce a pruning-based FPT framework that identifies near-optimal clusters by carefully pruning points from an initial candidate set, avoiding prior strategies that guess centers and build balls around them. They obtain a randomized -approximation for uniform capacities and extend to the norm with a factor , plus a -approximation for non-uniform capacities, all within FPT runtimes; they also prove ETH-based lower bounds ruling out polynomial-time constant-factor approximations in the non-uniform setting. The work advances capacitated clustering by delivering tighter approximation guarantees and broad norm coverage, grounded in a novel ball-pruning and redistribution approach rather than brute-force center guessing. Overall, it sharpens both the algorithmic guarantees and the computational limits for capacitated sum-of-radii clustering in general metrics.

Abstract

We consider the capacitated clustering problem in general metric spaces where the goal is to identify clusters and minimize the sum of the radii of the clusters (we call this the Capacitated--sumRadii problem). We are interested in fixed-parameter tractable (FPT) approximation algorithms where the running time is of the form , where can be an exponential function of and is the number of points in the input. In the uniform capacity case, Bandyapadhyay et al. recently gave a -approximation algorithm for this problem. Our first result improves this to an FPT -approximation and extends to a constant factor approximation for any norm of the cluster radii. In the general capacities version, Bandyapadhyay et al. gave an FPT -approximation algorithm. We extend their framework to give an FPT -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 such that any -approximation algorithm for the non-uniform capacity version of this problem requires running time .
Paper Structure (6 sections, 5 theorems, 3 equations, 2 algorithms)

This paper contains 6 sections, 5 theorems, 3 equations, 2 algorithms.

Key Result

theorem thmcountertheorem

There is a randomized $(3+\varepsilon)$-approximation algorithm for Capacitated $k$-sumRadii with uniform capacities, where $\varepsilon > 0$ is any positive constant. For $p \geq 1$, there is a randomized $(1+\varepsilon)(2^{2p-1}+1)^{1/p}$-approximation algorithm when the objective function is the

Theorems & Definitions (7)

  • theorem thmcountertheorem
  • theorem thmcountertheorem
  • theorem thmcountertheorem
  • lemma thmcounterlemma
  • definition thmcounterdefinition
  • lemma thmcounterlemma
  • proof