DCMLOct 9, 2017

Distributed Kernel K-Means for Large Scale Clustering

arXiv:1710.03013v14 citations
Originality Incremental advance
AI Analysis

This work addresses the scalability problem for kernel k-means in large-scale clustering, particularly in computational chemistry, but it is incremental as it builds on existing methods.

The authors tackled the memory scaling issue of kernel k-means by developing an approximate strategy that balances accuracy and speed based on available memory, along with a parallelization scheme for hybrid CPU-GPU architectures, achieving effective results on UCI datasets and molecular dynamics data.

Clustering samples according to an effective metric and/or vector space representation is a challenging unsupervised learning task with a wide spectrum of applications. Among several clustering algorithms, k-means and its kernelized version have still a wide audience because of their conceptual simplicity and efficacy. However, the systematic application of the kernelized version of k-means is hampered by its inherent square scaling in memory with the number of samples. In this contribution, we devise an approximate strategy to minimize the kernel k-means cost function in which the trade-off between accuracy and velocity is automatically ruled by the available system memory. Moreover, we define an ad-hoc parallelization scheme well suited for hybrid cpu-gpu state-of-the-art parallel architectures. We proved the effectiveness both of the approximation scheme and of the parallelization method on standard UCI datasets and on molecular dynamics (MD) data in the realm of computational chemistry. In this applicative domain, clustering can play a key role for both quantitively estimating kinetics rates via Markov State Models or to give qualitatively a human compatible summarization of the underlying chemical phenomenon under study. For these reasons, we selected it as a valuable real-world application scenario.

Foundations

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

Your Notes