English

Dimension-Free Parameterized Approximation Schemes for Hybrid Clustering

Data Structures and Algorithms 2025-01-08 v1 Computational Geometry

Abstract

Hybrid kk-Clustering is a model of clustering that generalizes two of the most widely studied clustering objectives: kk-Center and kk-Median. In this model, given a set of nn points PP, the goal is to find kk centers such that the sum of the rr-distances of each point to its nearest center is minimized. The rr-distance between two points pp and qq is defined as max{d(p,q)r,0}\max\{d(p, q)-r, 0\} -- this represents the distance of pp to the boundary of the rr-radius ball around qq if pp is outside the ball, and 00 otherwise. This problem was recently introduced by Fomin et al. [APPROX 2024], who designed a (1+ε,1+ε)(1+\varepsilon, 1+\varepsilon)-bicrtieria approximation that runs in time 2(kd/ε)O(1)nO(1)2^{(kd/\varepsilon)^{O(1)}} \cdot n^{O(1)} for inputs in Rd\mathbb{R}^d; such a bicriteria solution uses balls of radius (1+ε)r(1+\varepsilon)r instead of rr, and has a cost at most 1+ε1+\varepsilon times the cost of an optimal solution using balls of radius rr. In this paper we significantly improve upon this result by designing an approximation algorithm with the same bicriteria guarantee, but with running time that is FPT only in kk and ε\varepsilon -- crucially, removing the exponential dependence on the dimension dd. This resolves an open question posed in their paper. Our results extend further in several directions. First, our approximation scheme works in a broader class of metric spaces, including doubling spaces, minor-free, and bounded treewidth metrics. Secondly, our techniques yield a similar bicriteria FPT-approximation schemes for other variants of Hybrid kk-Clustering, e.g., when the objective features the sum of zz-th power of the rr-distances. Finally, we also design a coreset for Hybrid kk-Clustering in doubling spaces, answering another open question from the work of Fomin et al.

Keywords

Cite

@article{arxiv.2501.03663,
  title  = {Dimension-Free Parameterized Approximation Schemes for Hybrid Clustering},
  author = {Ameet Gadekar and Tanmay Inamdar},
  journal= {arXiv preprint arXiv:2501.03663},
  year   = {2025}
}

Comments

To appear in STACS 2025

R2 v1 2026-06-28T20:58:33.660Z