FPT approximations for Capacitated Sum of Radii and Diameters

๐Ÿ“… 2024-09-08
๐Ÿ›๏ธ arXiv.org
๐Ÿ“ˆ Citations: 2
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– 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.

Technology Category

Application Category

๐Ÿ“ 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.
Problem

Research questions and friction points this paper is trying to address.

Capacitated Sum of Radii APX-hard with no FPT-AS
Develop FPT approximation algorithm for cluster radii minimization
Improve approximations for uniform capacities and diameters problems
Innovation

Methods, ideas, or system contributions that make the work stand out.

FPT approximation for capacitated sum radii
Improved 5.83 approximation algorithm
Handles general monotone symmetric norms
๐Ÿ”Ž Similar Papers
No similar papers found.