Saved in:
Bibliographic Details
Main Authors: Lang, Andreas, Schubert, Erich
Format: Preprint
Published: 2024
Subjects:
Online Access:https://arxiv.org/abs/2410.15117
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • The k-means clustering algorithm is a popular algorithm that partitions data into k clusters. There are many improvements to accelerate the standard algorithm. Most current research employs upper and lower bounds on point-to-cluster distances and the triangle inequality to reduce the number of distance computations, with only arrays as underlying data structures. These approaches cannot exploit that nearby points are likely assigned to the same cluster. We propose a new k-means algorithm based on the cover tree index, that has relatively low overhead and performs well, for a wider parameter range, than previous approaches based on the k-d tree. By combining this with upper and lower bounds, as in state-of-the-art approaches, we obtain a hybrid algorithm that combines the benefits of tree aggregation and bounds-based filtering.