๐ค AI Summary
This paper studies the capacitated $k$-clustering problem: given $n$ points and a capacity $U_p$ for each potential center $p$, partition the points into $k$ clusters such that each clusterโs size does not exceed its centerโs capacity, and the sum of cluster radii (or diameters) is minimized. We first prove that the problem is APX-hard in general metric spaces and, under the gap-ETH assumption, admits no fixed-parameter tractable approximation scheme (FPT-AS). We then present the first FPT algorithm with approximation ratio $approx 5.83$, improving upon the previous best ratio of $approx 7.61$. Our framework is further extended to handle monotone symmetric norm objectives and the uniform-capacity variant. Technically, we integrate parameterized algorithm design, geometric clustering analysis, and tight approximation-ratio analysis, yielding a unified approach with strong theoretical guarantees and broad applicability.
๐ Abstract
The Capacitated Sum of Radii problem involves partitioning a set of points $P$, where each point $pin P$ has capacity $U_p$, into $k$ clusters that minimize the sum of cluster radii, such that the number of points in the cluster centered at point $p$ is at most $U_p$. We begin by showing that the problem is APX-hard, and that under gap-ETH there is no parameterized approximation scheme (FPT-AS). We then construct a $approx5.83$-approximation algorithm in FPT time (improving a previous $approx7.61$ approximation in FPT time). Our results also hold when the objective is a general monotone symmetric norm of radii. We also improve the approximation factors for the uniform capacity case, and for the closely related problem of Capacitated Sum of Diameters.