Do you know what q-means?

08/18/2023
by   João F. Doriguello, et al.
0

Clustering is one of the most important tools for analysis of large datasets, and perhaps the most popular clustering algorithm is Lloyd's iteration for k-means. This iteration takes N vectors v_1,…,v_N∈ℝ^d and outputs k centroids c_1,…,c_k∈ℝ^d; these partition the vectors into clusters based on which centroid is closest to a particular vector. We present an overall improved version of the "q-means" algorithm, the quantum algorithm originally proposed by Kerenidis, Landman, Luongo, and Prakash (2019) which performs ε-k-means, an approximate version of k-means clustering. This algorithm does not rely on the quantum linear algebra primitives of prior work, instead only using its QRAM to prepare and measure simple states based on the current iteration's clusters. The time complexity is O(k^2/ε^2(√(k)d + log(Nd))) and maintains the polylogarithmic dependence on N while improving the dependence on most of the other parameters. We also present a "dequantized" algorithm for ε-k-means which runs in O(k^2/ε^2(kd + log(Nd))) time. Notably, this classical algorithm matches the polylogarithmic dependence on N attained by the quantum algorithms.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
12/10/2018

q-means: A quantum algorithm for unsupervised machine learning

Quantum machine learning is one of the most promising applications of a ...
research
11/28/2022

A Faster k-means++ Algorithm

K-means++ is an important algorithm to choose initial cluster centers fo...
research
06/18/2012

Efficient Active Algorithms for Hierarchical Clustering

Advances in sensing technologies and the growth of the internet have res...
research
06/20/2022

Variational Quantum and Quantum-Inspired Clustering

Here we present a quantum algorithm for clustering data based on a varia...
research
12/11/2014

A Novel Adaptive Possibilistic Clustering Algorithm

In this paper a novel possibilistic c-means clustering algorithm, called...
research
02/10/2020

K-bMOM: a robust Lloyd-type clustering algorithm based on bootstrap Median-of-Means

We propose a new clustering algorithm that is robust to the presence of ...
research
02/15/2017

On the Discrepancy Between Kleinberg's Clustering Axioms and k-Means Clustering Algorithm Behavior

This paper investigates the validity of Kleinberg's axioms for clusterin...

Please sign up or login with your details

Forgot password? Click here to reset