English

FPT Constant Approximation Algorithms for Colorful Sum of Radii

Computational Geometry 2025-06-17 v1 Data Structures and Algorithms

Abstract

We study the colorful sum of radii problem, where the input is a point set PP partitioned into classes P1,P2,,PωP_1, P_2, \dots, P_\omega, along with per-class outlier bounds m1,m2,,mωm_1, m_2, \dots, m_\omega, summing to mm. The goal is to select a subset CP\mathcal{C} \subseteq P of kk centers and assign points to centers in C\mathcal{C}, allowing up to mim_i unassigned points (outliers) from each class PiP_i, while minimizing the sum of cluster radii. The radius of a cluster is defined as the maximum distance from any point in the cluster to its center. The classical (non-colorful) version of the sum of radii problem is known to be NP-hard, even on weighted planar graphs. The colorful sum of radii is introduced by Chekuri et al. (2022), who provide an O(logω)O(\log \omega)-approximation algorithm. In this paper, we present the first constant-factor approximation algorithms for the colorful sum of radii running in FPT (fixed-parameter tractable) time. Our contributions are twofold: We design an iterative covering algorithm that achieves a (2+ε)(2+\varepsilon)-approximation with running time exponential in both kk and mm; We further develop a (7+ε)(7+\varepsilon)-approximation algorithm by leveraging a colorful kk-center subroutine, improving the running time by removing the exponential dependency on mm.

Keywords

Cite

@article{arxiv.2506.13191,
  title  = {FPT Constant Approximation Algorithms for Colorful Sum of Radii},
  author = {Shuilian Liu and Gregory Gutin and Yicheng Xu and Yong Zhang},
  journal= {arXiv preprint arXiv:2506.13191},
  year   = {2025}
}
R2 v1 2026-07-01T03:19:07.202Z