Quantum Preference Query
Hao Liu, Xiaotian You, Raymond Chi-Wing Wong

TL;DR
This paper introduces quantum algorithms for preference queries on large datasets stored in quantum memory, achieving quadratic speedups over classical methods and demonstrating significant practical improvements.
Contribution
It proposes four quantum algorithms for preference query problems, analyzing their efficiency and showing up to 1000x reduction in memory accesses compared to classical algorithms.
Findings
Quantum algorithms are at least quadratically faster than classical ones.
Experiments show up to 1000x fewer memory accesses in quantum algorithms.
Quantum preference query can outperform classical approaches significantly.
Abstract
Given a large dataset of many tuples, it is hard for users to pick out their preferred tuples. Thus, the preference query problem, which is to find the most preferred tuples from a dataset, is widely discussed in the database area. In this problem, a utility function is given by the user to evaluate to what extent the user prefers a tuple. However, considering a dataset consisting of N tuples, the existing algorithms need O(N) time to answer a query, or need O(N) time for a cold start to answer a query. The reason is that in a classical computer, a linear time is needed to evaluate the utilities by the utility function for N tuples. In this paper, we discuss the Quantum Preference Query (QPQ) problem, where the dataset is given in a quantum memory, and we use a quantum computer to return the answers. Due to quantum parallelism, the quantum algorithm can theoretically perform better than…
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.
Taxonomy
TopicsQuantum Computing Algorithms and Architecture · Advanced Database Systems and Queries
