English

A New Coreset Framework for Clustering

Data Structures and Algorithms 2022-08-01 v4

Abstract

Given a metric space, the (k,z)(k,z)-clustering problem consists of finding kk centers such that the sum of the of distances raised to the power zz of every point to its closest center is minimized. This encapsulates the famous kk-median (z=1z=1) and kk-means (z=2z=2) clustering problems. Designing small-space sketches of the data that approximately preserves the cost of the solutions, also known as \emph{coresets}, has been an important research direction over the last 15 years. In this paper, we present a new, simple coreset framework that simultaneously improves upon the best known bounds for a large variety of settings, ranging from Euclidean space, doubling metric, minor-free metric, and the general metric cases.

Keywords

Cite

@article{arxiv.2104.06133,
  title  = {A New Coreset Framework for Clustering},
  author = {Vincent Cohen-Addad and David Saulpic and Chris Schwiegelshohn},
  journal= {arXiv preprint arXiv:2104.06133},
  year   = {2022}
}

Comments

Improved presentation. Adds a simpler suboptimal proof for interesting points, and an improved analysis for planar graphs. Corrects errors in the construction of centroid sets

R2 v1 2026-06-24T01:07:10.260Z