Quantum Annealing for Combinatorial Clustering
Vaibhaw Kumar, Gideon Bass, Casey Tomlin, and Joseph Dulny III

TL;DR
This paper explores using quantum annealing to perform clustering by mapping the problem to a QUBO formulation, implementing algorithms on quantum hardware and classical solvers, and benchmarking against k-means.
Contribution
It introduces quantum annealing algorithms for clustering, demonstrating their implementation on hardware and classical solvers, and compares their performance with traditional methods.
Findings
Quantum annealing can be applied to clustering problems.
The proposed algorithms are benchmarked against k-means.
Quantum methods show potential advantages and limitations.
Abstract
Clustering is a powerful machine learning technique that groups "similar" data points based on their characteristics. Many clustering algorithms work by approximating the minimization of an objective function, namely the sum of within-the-cluster distances between points. The straightforward approach involves examining all the possible assignments of points to each of the clusters. This approach guarantees the solution will be a global minimum, however the number of possible assignments scales quickly with the number of data points and becomes computationally intractable even for very small datasets. In order to circumvent this issue, cost function minima are found using popular local-search based heuristic approaches such as k-means and hierarchical clustering. Due to their greedy nature, such techniques do not guarantee that a global minimum will be found and can lead to sub-optimal…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
