English

To Close Is Easier Than To Open: Dual Parameterization To k-Median

Data Structures and Algorithms 2020-11-17 v1

Abstract

The kk-Median problem is one of the well-known optimization problems that formalize the task of data clustering. Here, we are given sets of facilities FF and clients CC, and the goal is to open kk facilities from the set FF, which provides the best division into clusters, that is, the sum of distances from each client to the closest open facility is minimized. In the Capacitated kk-Median, the facilities are also assigned capacities specifying how many clients can be served by each facility. Both problems have been extensively studied from the perspective of approximation algorithms. Recently, several surprising results have come from the area of parameterized complexity, which provided better approximation factors via algorithms with running times of the form f(k)poly(n)f(k)\cdot poly(n). In this work, we extend this line of research by studying a different choice of parameterization. We consider the parameter =Fk\ell = |F| - k, that is, the number of facilities that remain closed. It turns out that such a parameterization reveals yet another behavior of kk-Median. We observe that the problem is W[1]-hard but it admits a parameterized approximation scheme. Namely, we present an algorithm with running time 2O(log(/ϵ))poly(n)2^{O(\ell\log(\ell/\epsilon))}\cdot poly(n) that achieves a (1+ϵ)(1+\epsilon)-approximation. On the other hand, we show that under the assumption of Gap Exponential Time Hypothesis, one cannot extend this result to the capacitated version of the problem.

Keywords

Cite

@article{arxiv.2011.08083,
  title  = {To Close Is Easier Than To Open: Dual Parameterization To k-Median},
  author = {Jarosław Byrka and Szymon Dudycz and Pasin Manurangsi and Jan Marcinkowski and Michał Włodarczyk},
  journal= {arXiv preprint arXiv:2011.08083},
  year   = {2020}
}

Comments

Appeared at WAOA 2020

R2 v1 2026-06-23T20:17:22.883Z