q-means: A quantum algorithm for unsupervised machine learning
Abstract
Quantum machine learning is one of the most promising applications of a full-scale quantum computer. Over the past few years, many quantum machine learning algorithms have been proposed that can potentially offer considerable speedups over the corresponding classical algorithms. In this paper, we introduce q-means, a new quantum algorithm for clustering which is a canonical problem in unsupervised machine learning. The q-means algorithm has convergence and precision guarantees similar to k-means, and it outputs with high probability a good approximation of the k cluster centroids like the classical algorithm. Given a dataset of N d-dimensional vectors vi (seen as a matrix V ∈ RN × d) stored in QRAM, the running time of q-means is O( k d ηδ2(V)(μ(V) + k ηδ) + k2 η1.5δ2 (V)μ(V) ) per iteration, where (V) is the condition number, μ(V) is a parameter that appears in quantum linear algebra procedures and η = i ||vi||2. For a natural notion of well-clusterable datasets, the running time becomes O( k2 d η2.5δ3 + k2.5 η2δ3 ) per iteration, which is linear in the number of features d, and polynomial in the rank k, the maximum square norm η and the error parameter δ. Both running times are only polylogarithmic in the number of datapoints N. Our algorithm provides substantial savings compared to the classical k-means algorithm that runs in time O(kdN) per iteration, particularly for the case of large datasets.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.