Pillar C · State as of 2026-08-04

What is "dequantization" and which quantum claims did it take down?

Dequantization is when a claimed exponential quantum speedup gets matched — up to polynomial factors — by a classical algorithm given the same data access. Since Ewin Tang's 2018 result, it has taken down the exponential claims of quantum recommendation systems, quantum PCA, nearest-centroid clustering, low-rank linear systems, and low-rank SDP/SVM solvers. Shor's factoring, sparse HHL, and Hamiltonian dynamics still stand: they are BQP-complete or unmatched after decades. Status as of: August 2026.
→ Leer en español
State as of: 2026-08-04

A quantum advantage claim has two components: a quantum runtime and a classical baseline. Dequantization is what happens when someone finally builds the classical baseline the claim should have been measured against. The quantum algorithm does not break. The math stays correct. The comparison dies — and with it, the word "exponential." This is the single most repeated failure mode of quantum machine learning claims, and it has a precise history: it starts in July 2018 with an 18-year-old undergraduate and a recommendation matrix, and its most recent entry is dated April 2026.

What exactly is dequantization?

A quantum algorithm is dequantized when a classical algorithm is found that solves the same problem, under a comparable input model, with at most polynomially — not exponentially — worse runtime. The term entered common use after Ewin Tang's 2018 result: the Kerenidis–Prakash quantum recommendation algorithm (arXiv:1603.08675, ITCS 2017) ran in time polylogarithmic in the matrix dimensions and was believed exponentially faster than any classical method. Tang produced a classical algorithm running in O(poly(k) · polylog(m,n)) — polylogarithmic in the dimensions too, polynomially slower in the rank k. Exponential separation: gone.

The important nuance, and the reason this is a Pillar C explainer and not an accusation: dequantization is a corrected measurement, not exposed fraud. Kerenidis–Prakash's quantum algorithm was and remains correct; Tang's classical algorithm even reuses their structural insight. What fell was the belief that no fast classical solution existed. Nobody had looked hard enough — until the quantum claim made it worth looking.

How does an exponential speedup collapse? The access-model trick

Every fallen claim in this family died the same way, and the mechanism was flagged in print three years before Tang: Aaronson's "Read the fine print" (Nature Physics, 2015) warned that quantum machine learning speedups leaned on a state-preparation assumption — the algorithm is handed its data pre-loaded as quantum amplitudes, via a QRAM that nobody has built at scale.

Tang's move was to level the bench: give the classical algorithm an analogous power — ℓ²-norm sampling access to the data (the classical shadow of what QRAM grants). Under matched access models, the exponential gap collapsed to polynomial. Her follow-up (arXiv:1811.00414, published in PRL 2021) stated it in the title: quantum PCA "only achieves an exponential speedup because of its state preparation assumptions." That is the whole trick. Not better hardware. Not a new physics result. The same access, granted to both sides.

If this sounds familiar, it should: it is the theory-side twin of why a weak classical baseline ruins a quantum benchmark. A benchmark with an underpowered classical rival, and a theorem with an underpowered classical input model, fail identically — the advantage is created by the comparison, not by the physics.

DEQUANTIZATION SCOREBOARD · 2013–2026 gold = exponential claim alive · teal = classical match published clustering ['13→'18] qPCA ['14→'18] rec systems ['16→'18] linear syst ['18→'19] qSVM·SDP ['14→'20] short-path ['23→'26*] 2013 2018 2022 2026 *Apr 2026: preprint (arXiv:2604.12131), not yet peer-reviewed

Which claims fell?

Quantum claim Claimed Matched classically by When
Recommendation systems (Kerenidis–Prakash, ITCS 2017) 2016 Tang, STOC 2019 (arXiv:1807.04271) Jul 2018
Quantum PCA (Lloyd–Mohseni–Rebentrost, Nature Physics 10, 631) 2014 Tang, PRL 127, 060503 (arXiv:1811.00414) Oct 2018
Nearest-centroid clustering (Lloyd et al., arXiv:1307.0411) 2013 Tang, same paper Oct 2018
Low-rank / dense linear systems & regression 2018 Gilyén–Lloyd–Tang; Chia–Lin–Wang Nov 2018–2019
qSVM, low-rank SDP, discriminant analysis, low-rank Hamiltonian simulation 2014–2017 Chia, Gilyén, Li, Lin, Tang & Wang — one framework (arXiv:1910.06151, STOC 2020; J. ACM 2022) 2019–2020
Short-path super-quadratic edge in exact optimization (Dalzell–Pancotti–Campbell–Brandão, STOC 2023) 2023 Le Gall–Tamaki (arXiv:2604.12131) — preprint, not yet peer-reviewed Apr 2026

The 2020 framework paper is the systemic one: it showed a single classical sampling technique — ℓ²-norm sampling approximates matrix products in time independent of dimension — dequantizes essentially the entire low-rank QML portfolio in one pass. And the April 2026 entry shows the mechanism is still active outside QML: the short-path algorithms' claimed super-quadratic edge over classical search for MAX-k-CSP-type problems shrinks back toward the ordinary quadratic (Grover-class) regime once the right classical algorithm is written. That last row is a preprint and could still move in either direction; we log it as claimed, not settled.

Which claims are still standing — and why?

Dequantization has a boundary, and it is not arbitrary — parts of it are theorem-shaped:

Standing claim Since Why it stands
Shor's factoring 1994 32 years, no classical match; superpolynomial gap intact
HHL linear systems — sparse, well-conditioned regime 2009 BQP-complete (PRL 103, 150502): dequantizing it would collapse all of quantum computing (BQP = BPP)
QSVT on sparse matrices at 1/poly precision 2021 BQP-complete (Gharibian–Le Gall, STOC 2022); at constant precision it IS classically simulable — the frontier is precision, not sparsity
Hamiltonian dynamics simulation BQP-complete; the "simulate quantum with quantum" core

Read the pattern: everything dequantized so far lived in the low-rank + sampling-access regime. Nothing in the sparse / high-precision regime has fallen — and Gharibian–Le Gall gives the sharpest version of the line: the same QSVT task flips from classically simulable to BQP-complete when the precision requirement tightens from constant to inverse-polynomial. The moat around surviving quantum advantage is not a marketing claim; it is a completeness proof.

WHERE DEQUANTIZATION REACHES — AND WHERE IT STOPS LOW-RANK + ℓ² SAMPLING recommendation systems quantum PCA nearest-centroid clustering low-rank linear systems low-rank SDP · qSVM → dequantized (2018–2020) edge left: ≤ polynomial SPARSE / 1-poly PRECISION Shor factoring (1994– ) HHL sparse: BQP-complete QSVT @1/poly: BQP-complete Hamiltonian dynamics → no classical match known fall = BQP collapses The frontier is the access model + precision — not the algorithm's fame

How should you read the next "exponential speedup" claim?

Three questions, in order. One: does the classical side get the same data-access model the quantum side assumes? If the quantum algorithm is handed QRAM-loaded states and the classical rival must read raw disk, the comparison is broken by construction — that is the Tang test. Two: is the baseline the best known classical algorithm today, or the best one cited in the paper's related-work section? Those diverge, and the divergence is where benchmarks die. Three: if the claim survives both, ask where the crossover point actually sits — a real asymptotic advantage can still be commercially irrelevant for decades. And keep advantage separate from supremacy: dequantization operates on useful-task claims, which is exactly why it matters for buyers.

Rosetta's own sealed runs (V-0012 and the RQ series) are optimization benchmarks, not QML — we have no proprietary measurement in the dequantization class and do not claim one. What our ledger practice shares with this history is the operating rule it validates: every advantage claim is "not yet" until it survives the strongest classical rival under matched access — because six times in eight years, the rival showed up late and won.

What we don't know


Rosetta Q publishes verdicts with reproducible raw data. This is educational content, not a product claim.

Sources:
· Tang, A quantum-inspired classical algorithm for recommendation systems (arXiv:1807.04271, Jul 2018; STOC 2019)
· Kerenidis & Prakash, Quantum recommendation systems (arXiv:1603.08675, 2016; ITCS 2017)
· Tang, Quantum PCA only achieves an exponential speedup because of its state preparation assumptions (arXiv:1811.00414; PRL 127, 060503, 2021)
· Chia, Gilyén, Li, Lin, Tang & Wang, Sampling-based sublinear low-rank matrix arithmetic framework (arXiv:1910.06151; STOC 2020; J. ACM 2022)
· Gharibian & Le Gall, Dequantizing the Quantum Singular Value Transformation (arXiv:2111.09079; STOC 2022; SIAM J. Comput. 2023)
· Le Gall & Tamaki, Dequantizing Short-Path Quantum Algorithms (arXiv:2604.12131, preprint, Apr 2026)
· Aaronson, Read the fine print (Nature Physics 11, 291–293, 2015)
· Harrow, Hassidim & Lloyd, Quantum algorithm for linear systems of equations (PRL 103, 150502, 2009)