English

Efficient Sparse Spherical k-Means for Document Clustering

Machine Learning 2021-08-03 v1 Artificial Intelligence Data Structures and Algorithms

Abstract

Spherical k-Means is frequently used to cluster document collections because it performs reasonably well in many settings and is computationally efficient. However, the time complexity increases linearly with the number of clusters k, which limits the suitability of the algorithm for larger values of k depending on the size of the collection. Optimizations targeted at the Euclidean k-Means algorithm largely do not apply because the cosine distance is not a metric. We therefore propose an efficient indexing structure to improve the scalability of Spherical k-Means with respect to k. Our approach exploits the sparsity of the input vectors and the convergence behavior of k-Means to reduce the number of comparisons on each iteration significantly.

Keywords

Cite

@article{arxiv.2108.00895,
  title  = {Efficient Sparse Spherical k-Means for Document Clustering},
  author = {Johannes Knittel and Steffen Koch and Thomas Ertl},
  journal= {arXiv preprint arXiv:2108.00895},
  year   = {2021}
}

Comments

ACM DocEng 2021

R2 v1 2026-06-24T04:45:19.812Z