English

An Improved Greedy Approximation for (Metric) $k$-Means

Data Structures and Algorithms 2026-05-29 v1

Abstract

Clustering is a basic task in data analysis and machine learning, and the optimization of clustering objectives are well-studied optimization problems; amongst these, the kk-Means objective is arguably the most well known. Given a collection of points in a metric space, the goal is to partition them into kk clusters, each with an associated center, so as to minimize the sum of squared distances of points to their cluster centers. In this paper, we present a polynomial-time 3+22+ϵ<5.833+2\sqrt{2}+\epsilon<5.83-approximation algorithm for kk-Means in general metrics. This substantially improves on the current-best (9+ϵ)(9+\epsilon)-approximation in [Ahmadian, Norouzi-Fard, Svensson, Ward - FOCS'17, SICOMP'20], and even slightly improves on the 5.925.92-approximation in [Cohen-Addad, Esfandiari, Mirrokni, Narayanan - STOC'22] for the Euclidean special case. A natural approach for kk-Means is to leverage Lagrangian Multiplier Preserving (LMP) approximations for the facility location problem. The previous best results for kk-Means build upon an adaptation of an LMP 33-approximation for facility location with metric connection costs in [Jain, Vazirani - J.ACM'01] based on a primal-dual method, rather than on the improved LMP greedy 22-approximation for the same problem in [Jain, Mahdian, Markakis, Saberi, Vazirani - J.ACM'03]. The barrier to using the improved LMP algorithm was that no adaptation of this algorithm and its analysis to the case of squared metric connection costs was known (since squared distances violate triangle inequality). Our main contribution is overcoming this barrier by providing such an adaptation. This new LMP approximation algorithm is then combined with the framework recently introduced in [Cohen-Addad, Grandoni, Lee, Schwiegelshohn, Svensson - STOC'25] for the related (metric) kk-Median problem.

Keywords

Cite

@article{arxiv.2605.29165,
  title  = {An Improved Greedy Approximation for (Metric) $k$-Means},
  author = {Moses Charikar and Vincent Cohen-Addad and Ruiquan Gao and Fabrizio Grandoni and Euiwoong Lee and Ernest van Wijland},
  journal= {arXiv preprint arXiv:2605.29165},
  year   = {2026}
}

Comments

Full version of the FOCS 2025 paper. arXiv admin note: substantial text overlap with arXiv:2503.10972

R2 v1 2026-07-22T07:38:23.042Z