English

Accelerating Spherical k-Means

Machine Learning 2021-11-02 v1

Abstract

Spherical k-means is a widely used clustering algorithm for sparse and high-dimensional data such as document vectors. While several improvements and accelerations have been introduced for the original k-means algorithm, not all easily translate to the spherical variant: Many acceleration techniques, such as the algorithms of Elkan and Hamerly, rely on the triangle inequality of Euclidean distances. However, spherical k-means uses Cosine similarities instead of distances for computational efficiency. In this paper, we incorporate the Elkan and Hamerly accelerations to the spherical k-means algorithm working directly with the Cosines instead of Euclidean distances to obtain a substantial speedup and evaluate these spherical accelerations on real data.

Keywords

Cite

@article{arxiv.2107.04074,
  title  = {Accelerating Spherical k-Means},
  author = {Erich Schubert and Andreas Lang and Gloria Feher},
  journal= {arXiv preprint arXiv:2107.04074},
  year   = {2021}
}
R2 v1 2026-06-24T04:01:08.144Z