English

Min-Sum Clustering (with Outliers)

Data Structures and Algorithms 2020-11-25 v1

Abstract

We give a constant factor polynomial time pseudo-approximation algorithm for min-sum clustering with or without outliers. The algorithm is allowed to exclude an arbitrarily small constant fraction of the points. For instance, we show how to compute a solution that clusters 98\% of the input data points and pays no more than a constant factor times the optimal solution that clusters 99\% of the input data points. More generally, we give the following bicriteria approximation: For any \eps>0\eps > 0, for any instance with nn input points and for any positive integer nnn'\le n, we compute in polynomial time a clustering of at least (1\eps)n(1-\eps) n' points of cost at most a constant factor greater than the optimal cost of clustering nn' points. The approximation guarantee grows with 1\eps\frac{1}{\eps}. Our results apply to instances of points in real space endowed with squared Euclidean distance, as well as to points in a metric space, where the number of clusters, and also the dimension if relevant, is arbitrary (part of the input, not an absolute constant).

Keywords

Cite

@article{arxiv.2011.12169,
  title  = {Min-Sum Clustering (with Outliers)},
  author = {Sandip Banerjee and Rafail Ostrovsky and Yuval Rabani},
  journal= {arXiv preprint arXiv:2011.12169},
  year   = {2020}
}
R2 v1 2026-06-23T20:28:44.978Z