k-means++ is an important algorithm for choosing initial cluster centers for the k-means clustering algorithm. In this work, we present a new algorithm that can solve the k-means++ problem with nearly optimal running time. Given n data points in Rd, the current state-of-the-art algorithm runs in O(k) iterations, and each iteration takes O(ndk) time. The overall running time is thus O(ndk2). We propose a new algorithm \textsc{FastKmeans++} that only takes in O(nd+nk2) time, in total.
@article{arxiv.2211.15118,
title = {A Faster $k$-means++ Algorithm},
author = {Jiehao Liang and Somdeb Sarkhel and Zhao Song and Chenbo Yin and Junze Yin and Danyang Zhuo},
journal= {arXiv preprint arXiv:2211.15118},
year = {2024}
}