English

Clustering Small Samples with Quality Guarantees: Adaptivity with One2all pps

Machine Learning 2017-10-31 v2 Data Structures and Algorithms

Abstract

Clustering of data points is a fundamental tool in data analysis. We consider points XX in a relaxed metric space, where the triangle inequality holds within a constant factor. The {\em cost} of clustering XX by QQ is V(Q)=xXdxQV(Q)=\sum_{x\in X} d_{xQ}. Two basic tasks, parametrized by k1k \geq 1, are {\em cost estimation}, which returns (approximate) V(Q)V(Q) for queries QQ such that Q=k|Q|=k and {\em clustering}, which returns an (approximate) minimizer of V(Q)V(Q) of size Q=k|Q|=k. With very large data sets XX, we seek efficient constructions of small samples that act as surrogates to the full data for performing these tasks. Existing constructions that provide quality guarantees are either worst-case, and unable to benefit from structure of real data sets, or make explicit strong assumptions on the structure. We show here how to avoid both these pitfalls using adaptive designs. At the core of our design is the {\em one2all} construction of multi-objective probability-proportional-to-size (pps) samples: Given a set MM of centroids and α1\alpha \geq 1, one2all efficiently assigns probabilities to points so that the clustering cost of {\em each} QQ with cost V(Q)V(M)/αV(Q) \geq V(M)/\alpha can be estimated well from a sample of size O(αMϵ2)O(\alpha |M|\epsilon^{-2}). For cost queries, we can obtain worst-case sample size O(kϵ2)O(k\epsilon^{-2}) by applying one2all to a bicriteria approximation MM, but we adaptively balance M|M| and α\alpha to further reduce sample size. For clustering, we design an adaptive wrapper that applies a base clustering algorithm to a sample SS. Our wrapper uses the smallest sample that provides statistical guarantees that the quality of the clustering on the sample carries over to the full data set. We demonstrate experimentally the huge gains of using our adaptive instead of worst-case methods.

Keywords

Cite

@article{arxiv.1706.03607,
  title  = {Clustering Small Samples with Quality Guarantees: Adaptivity with One2all pps},
  author = {Edith Cohen and Shiri Chechik and Haim Kaplan},
  journal= {arXiv preprint arXiv:1706.03607},
  year   = {2017}
}

Comments

17 pages, 2 figure

R2 v1 2026-06-22T20:16:04.940Z