English

Parameterized k-Clustering: The distance matters!

Data Structures and Algorithms 2019-02-25 v1

Abstract

We consider the kk-Clustering problem, which is for a given multiset of nn vectors XZdX\subset \mathbb{Z}^d and a nonnegative number DD, to decide whether XX can be partitioned into kk clusters C1,,CkC_1, \dots, C_k such that the cost i=1kminciRdxCixcippD,\sum_{i=1}^k \min_{c_i\in \mathbb{R}^d}\sum_{x \in C_i} \|x-c_i\|_p^p \leq D, where p\|\cdot\|_p is the Minkowski (LpL_p) norm of order pp. For p=1p=1, kk-Clustering is the well-known kk-Median. For p=2p=2, the case of the Euclidean distance, kk-Clustering is kk-Means. We show that the parameterized complexity of kk-Clustering strongly depends on the distance order pp. In particular, we prove that for every p(0,1]p\in (0,1], kk-Clustering is solvable in time 2O(DlogD)(nd)O(1)2^{O(D \log{D})} (nd)^{O(1)}, and hence is fixed-parameter tractable when parameterized by DD. On the other hand, we prove that for distances of orders p=0p=0 and p=p=\infty, no such algorithm exists, unless FPT=W[1].

Keywords

Cite

@article{arxiv.1902.08559,
  title  = {Parameterized k-Clustering: The distance matters!},
  author = {Fedor V. Fomin and Petr A. Golovach and Kirill Simonov},
  journal= {arXiv preprint arXiv:1902.08559},
  year   = {2019}
}
R2 v1 2026-06-23T07:48:22.084Z