K2 -means for Fast and Accurate Large Scale Clustering

4Citations
Citations of this article
15Readers
Mendeley users who have this article in their library.

This article is free to access.

Abstract

We propose k2 -means, a new clustering method which efficiently copes with large numbers of clusters and achieves low energy solutions. k2 -means builds upon the standard k-means (Lloyd’s algorithm) and combines a new strategy to accelerate the convergence with a new low time complexity divisive initialization. The accelerated convergence is achieved through only looking at kn nearest clusters and using triangle inequality bounds in the assignment step while the divisive initialization employs an optimal 2-clustering along a direction. The worst-case time complexity per iteration of our k2 -means is O(nknd+k2d), where d is the dimension of the n data points and k is the number of clusters and usually n≫ k≫ kn. Compared to k-means’ O(nkd) complexity, our k2 -means complexity is significantly lower, at the expense of slightly increasing the memory complexity by O(nkn+ k2). In our extensive experiments k2 -means is order(s) of magnitude faster than standard methods in computing accurate clusterings on several standard datasets and settings with hundreds of clusters and high dimensional data. Moreover, the proposed divisive initialization generally leads to clustering energies comparable to those achieved with the standard k-means++ initialization, while being significantly faster.

Cite

CITATION STYLE

APA

Agustsson, E., Timofte, R., & Van Gool, L. (2017). K2 -means for Fast and Accurate Large Scale Clustering. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 10535 LNAI, pp. 775–791). Springer Verlag. https://doi.org/10.1007/978-3-319-71246-8_47

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free