English

Learning-Augmented $k$-means Clustering

Machine Learning 2022-03-22 v2 Data Structures and Algorithms

Abstract

kk-means clustering is a well-studied problem due to its wide applicability. Unfortunately, there exist strong theoretical limits on the performance of any algorithm for the kk-means problem on worst-case inputs. To overcome this barrier, we consider a scenario where "advice" is provided to help perform clustering. Specifically, we consider the kk-means problem augmented with a predictor that, given any point, returns its cluster label in an approximately optimal clustering up to some, possibly adversarial, error. We present an algorithm whose performance improves along with the accuracy of the predictor, even though na\"{i}vely following the accurate predictor can still lead to a high clustering cost. Thus if the predictor is sufficiently accurate, we can retrieve a close to optimal clustering with nearly optimal runtime, breaking known computational barriers for algorithms that do not have access to such advice. We evaluate our algorithms on real datasets and show significant improvements in the quality of clustering.

Keywords

Cite

@article{arxiv.2110.14094,
  title  = {Learning-Augmented $k$-means Clustering},
  author = {Jon C. Ergun and Zhili Feng and Sandeep Silwal and David P. Woodruff and Samson Zhou},
  journal= {arXiv preprint arXiv:2110.14094},
  year   = {2022}
}

Comments

ICLR 2022

R2 v1 2026-06-24T07:13:06.205Z