English

A sampling-based approach for efficient clustering in large datasets

Machine Learning 2022-03-30 v2 Information Retrieval Machine Learning

Abstract

We propose a simple and efficient clustering method for high-dimensional data with a large number of clusters. Our algorithm achieves high-performance by evaluating distances of datapoints with a subset of the cluster centres. Our contribution is substantially more efficient than k-means as it does not require an all to all comparison of data points and clusters. We show that the optimal solutions of our approximation are the same as in the exact solution. However, our approach is considerably more efficient at extracting these clusters compared to the state-of-the-art. We compare our approximation with the exact k-means and alternative approximation approaches on a series of standardised clustering tasks. For the evaluation, we consider the algorithmic complexity, including number of operations to convergence, and the stability of the results.

Keywords

Cite

@article{arxiv.2112.14793,
  title  = {A sampling-based approach for efficient clustering in large datasets},
  author = {Georgios Exarchakis and Omar Oubari and Gregor Lenz},
  journal= {arXiv preprint arXiv:2112.14793},
  year   = {2022}
}

Comments

10 pages, 5 figures, 1 table, an open source implementation of the algorithm is provided in the https://github.com/OOub/peregrine

R2 v1 2026-06-24T08:35:14.672Z