English

Sensitivity Sampling for $k$-Means: Worst Case and Stability Optimal Coreset Bounds

Data Structures and Algorithms 2024-05-03 v1

Abstract

Coresets are arguably the most popular compression paradigm for center-based clustering objectives such as kk-means. Given a point set PP, a coreset Ω\Omega is a small, weighted summary that preserves the cost of all candidate solutions SS up to a (1±ε)(1\pm \varepsilon) factor. For kk-means in dd-dimensional Euclidean space the cost for solution SS is pPminsSps2\sum_{p\in P}\min_{s\in S}\|p-s\|^2. A very popular method for coreset construction, both in theory and practice, is Sensitivity Sampling, where points are sampled in proportion to their importance. We show that Sensitivity Sampling yields optimal coresets of size O~(k/ε2min(k,ε2))\tilde{O}(k/\varepsilon^2\min(\sqrt{k},\varepsilon^{-2})) for worst-case instances. Uniquely among all known coreset algorithms, for well-clusterable data sets with Ω(1)\Omega(1) cost stability, Sensitivity Sampling gives coresets of size O~(k/ε2)\tilde{O}(k/\varepsilon^2), improving over the worst-case lower bound. Notably, Sensitivity Sampling does not have to know the cost stability in order to exploit it: It is appropriately sensitive to the clusterability of the data set while being oblivious to it. We also show that any coreset for stable instances consisting of only input points must have size Ω(k/ε2)\Omega(k/\varepsilon^2). Our results for Sensitivity Sampling also extend to the kk-median problem, and more general metric spaces.

Keywords

Cite

@article{arxiv.2405.01339,
  title  = {Sensitivity Sampling for $k$-Means: Worst Case and Stability Optimal Coreset Bounds},
  author = {Nikhil Bansal and Vincent Cohen-Addad and Milind Prabhu and David Saulpic and Chris Schwiegelshohn},
  journal= {arXiv preprint arXiv:2405.01339},
  year   = {2024}
}

Comments

57 pages

R2 v1 2026-06-28T16:14:08.105Z