A Faster k-means++ Algorithm

Abstract

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(nd k) time. The overall running time is thus O(n d k2). We propose a new algorithm FastKmeans++ that only takes in O(nd + nk2) time, in total.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…