English

Achieving anonymity via weak lower bound constraints for k-median and k-means

Data Structures and Algorithms 2021-08-18 v3

Abstract

We study kk-clustering problems with lower bounds, including kk-median and kk-means clustering with lower bounds. In addition to the point set PP and the number of centers kk, a kk-clustering problem with (uniform) lower bounds gets a number BB. The solution space is restricted to clusterings where every cluster has at least BB points. We demonstrate how to approximate kk-median with lower bounds via a reduction to facility location with lower bounds, for which O(1)O(1)-approximation algorithms are known. Then we propose a new constrained clustering problem with lower bounds where we allow points to be assigned multiple times (to different centers). This means that for every point, the clustering specifies a set of centers to which it is assigned. We call this clustering with weak lower bounds. We give a (6.5+ϵ)(6.5+\epsilon)-approximation for kk-median clustering with weak lower bounds and an O(1)O(1)-approximation for kk-means with weak lower bounds. We conclude by showing that at a constant increase in the approximation factor, we can restrict the number of assignments of every point to 22 (or, if we allow fractional assignments, to 1+ϵ1+\epsilon). This also leads to the first bicritera approximation algorithm for kk-means with (standard) lower bounds where bicriteria is interpreted in the sense that the lower bounds are violated by a constant factor. All algorithms in this paper run in time that is polynomial in nn and kk (and dd for the Euclidean variants considered).

Keywords

Cite

@article{arxiv.2009.03078,
  title  = {Achieving anonymity via weak lower bound constraints for k-median and k-means},
  author = {Anna Arutyunova and Melanie Schmidt},
  journal= {arXiv preprint arXiv:2009.03078},
  year   = {2021}
}

Comments

This work appeared at STACS 2021. The arXiv version is the most current version