LGCVDBOct 8, 2016

Boost K-Means

arXiv:1610.02483v25 citations
AI Analysis

This work addresses the long-standing efficiency-quality trade-off in k-means clustering, offering a method that could benefit various data analysis applications, though it appears incremental as it builds on existing k-means variants.

The paper tackles the trade-off between quality and efficiency in k-means clustering by introducing a novel variant driven by an explicit objective function, which simplifies the procedure to a stochastic optimization and converges to better local optima, showing superior performance in document clustering, nearest neighbor search, and image clustering.

Due to its simplicity and versatility, k-means remains popular since it was proposed three decades ago. The performance of k-means has been enhanced from different perspectives over the years. Unfortunately, a good trade-off between quality and efficiency is hardly reached. In this paper, a novel k-means variant is presented. Different from most of k-means variants, the clustering procedure is driven by an explicit objective function, which is feasible for the whole l2-space. The classic egg-chicken loop in k-means has been simplified to a pure stochastic optimization procedure. The procedure of k-means becomes simpler and converges to a considerably better local optima. The effectiveness of this new variant has been studied extensively in different contexts, such as document clustering, nearest neighbor search and image clustering. Superior performance is observed across different scenarios.

Foundations

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

Your Notes