LGMLJul 23, 2020

Scalable Initialization Methods for Large-Scale Clustering

arXiv:2007.11937v12 citations
AI Analysis

This work addresses the challenge of efficient initialization for large-scale clustering, which is incremental as it builds on existing K-means|| strategies.

The authors tackled the problem of initializing K-means clustering for large-scale datasets by proposing two new scalable methods based on divide-and-conquer and random projection, which outperformed state-of-the-art methods like K-means++ and K-means|| in experiments on reference and synthetic datasets.

In this work, two new initialization methods for K-means clustering are proposed. Both proposals are based on applying a divide-and-conquer approach for the K-means|| type of an initialization strategy. The second proposal also utilizes multiple lower-dimensional subspaces produced by the random projection method for the initialization. The proposed methods are scalable and can be run in parallel, which make them suitable for initializing large-scale problems. In the experiments, comparison of the proposed methods to the K-means++ and K-means|| methods is conducted using an extensive set of reference and synthetic large-scale datasets. Concerning the latter, a novel high-dimensional clustering data generation algorithm is given. The experiments show that the proposed methods compare favorably to the state-of-the-art. We also observe that the currently most popular K-means++ initialization behaves like the random one in the very high-dimensional cases.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes