English

Sequential no-Substitution k-Median-Clustering

Machine Learning 2021-05-25 v3 Machine Learning

Abstract

We study the sample-based k-median clustering objective under a sequential setting without substitutions. In this setting, an i.i.d. sequence of examples is observed. An example can be selected as a center only immediately after it is observed, and it cannot be substituted later. The goal is to select a set of centers with a good k-median cost on the distribution which generated the sequence. We provide an efficient algorithm for this setting, and show that its multiplicative approximation factor is twice the approximation factor of an efficient offline algorithm. In addition, we show that if efficiency requirements are removed, there is an algorithm that can obtain the same approximation factor as the best offline algorithm. We demonstrate in experiments the performance of the efficient algorithm on real data sets. Our code is available at https://github.com/tomhess/No_Substitution_K_Median.

Keywords

Cite

@article{arxiv.1905.12925,
  title  = {Sequential no-Substitution k-Median-Clustering},
  author = {Tom Hess and Sivan Sabato},
  journal= {arXiv preprint arXiv:1905.12925},
  year   = {2021}
}

Comments

to appear at AISTATS 2020

R2 v1 2026-06-23T09:32:50.528Z