Core Concepts
This paper establishes the first provable exponential speedup of quantum algorithms over quantum-inspired classical algorithms for a central machine learning problem: solving well-conditioned linear systems with sparse rows and columns.
Stats
The best known quantum algorithm for solving sparse linear systems with s non-zero entries per row and column, condition number κ, and precision ε runs in time poly(s, κ, ln(1/ε), ln n).
The best QIC algorithm for the same problem has a query complexity of poly(s, κF, ln(1/ε), ln n), where κF = ∥M∥F/σmin.
The paper proves a lower bound of Ω(n^(1/12)) queries for any QIC algorithm solving linear systems with a specific 4-sparse matrix M, where n is the dimension of M.
The condition number κ of the matrix M used in the lower bound proof is at most 6 * (16(n + 2))^2.
The paper sets γ = 1/(16(n+2))^2 to ensure a small condition number for M while maintaining a significant difference in the solution vector's component corresponding to the target node.
Quotes
"From the current state-of-affairs, it is unclear whether we can hope for exponential quantum speedups for any natural machine learning task."
"In this work, we present the first such provable exponential separation between quantum and quantum-inspired classical algorithms."
"when quantum machine learning algorithms are compared to classical machine learning algorithms in the context of finding speedups, any state preparation assumptions in the quantum machine learning model should be matched with ℓ2
2-norm sampling assumptions in the classical machine learning model."