Papers
Topics
Authors
Recent
Search
2000 character limit reached

Quantum Leverage Score Approximation

Updated 14 July 2026
  • Quantum leverage score approximation is a technique that estimates the importance of matrix rows or columns using quantum state preparation and dequantized sampling methods.
  • It employs block-encoding, quantum singular-value transformation, and amplitude estimation to construct efficiency gains in low-rank approximation, regression, and optimization.
  • The approach achieves quadratic to exponential speedups under specific conditions while maintaining rigorous error bounds and computational complexity guarantees.

Quantum leverage score approximation studies how to estimate, approximate, or sample the statistical leverage structure of a matrix by exploiting either gate-based quantum linear-algebra primitives or classical dequantized sampling schemes. For a matrix A=UDVA=UDV^\intercal of numerical rank rr, the row leverage scores are R,i(A)=Ui,22\ell_{R,i}(A)=\|U_{i,\bullet}\|_2^2 and the column leverage scores are C,j(A)=Vj,22\ell_{C,j}(A)=\|V_{j,\bullet}\|_2^2; in the full-column-rank case, they are equivalently i=ai(AA)1ai\ell_i=a_i^\top(A^\top A)^{-1}a_i. These quantities define importance-sampling distributions, can be encoded into quantum states, and appear as algorithmic primitives in low-rank approximation, regression, John ellipsoid computation, and QAOA parameter estimation (Shao, 2023, Li et al., 2024).

1. Definitions and core geometric quantities

Let ARm×nA\in\mathbb R^{m\times n} have singular value decomposition A=UAΣAVATA=U_A\Sigma_A V_A^T, where UARm×rU_A\in\mathbb R^{m\times r} and VARn×rV_A\in\mathbb R^{n\times r} are orthonormal and ΣARr×r\Sigma_A\in\mathbb R^{r\times r} is diagonal with singular values rr0. The rr1th statistical leverage score is

rr2

and the matrix coherence is

rr3

The coherence measures how “spiky” the row-space basis rr4 is (Zuo et al., 2021).

Equivalent formulations are central in both randomized linear algebra and quantum algorithms. For a full-column-rank matrix rr5 with row vectors rr6, the leverage scores satisfy

rr7

with rr8 and rr9 (Li et al., 2024). In truncated form, if

R,i(A)=Ui,22\ell_{R,i}(A)=\|U_{i,\bullet}\|_2^20

then the rank-R,i(A)=Ui,22\ell_{R,i}(A)=\|U_{i,\bullet}\|_2^21 leverage scores are

R,i(A)=Ui,22\ell_{R,i}(A)=\|U_{i,\bullet}\|_2^22

This rank-restricted variant is the form used in subspace embeddings and in the Hamiltonian-Guided Leverage Embedding pipeline (Mukherjee et al., 5 Jun 2026).

Quantum formulations repackage the leverage distribution as a state. The quantum leverage-score states are

R,i(A)=Ui,22\ell_{R,i}(A)=\|U_{i,\bullet}\|_2^23

Measuring R,i(A)=Ui,22\ell_{R,i}(A)=\|U_{i,\bullet}\|_2^24 or R,i(A)=Ui,22\ell_{R,i}(A)=\|U_{i,\bullet}\|_2^25 yields an index according to the corresponding leverage-score distribution (Shao, 2023).

2. Access models and algorithmic primitives

The computational model is decisive. In the quantum-inspired classical setting, the matrix is not accessed entry-by-entry in the usual RAM model. Instead, one assumes query and sampling access to R,i(A)=Ui,22\ell_{R,i}(A)=\|U_{i,\bullet}\|_2^26 through data structures supporting column-norm sampling,

R,i(A)=Ui,22\ell_{R,i}(A)=\|U_{i,\bullet}\|_2^27

and entrywise sampling inside a chosen column,

R,i(A)=Ui,22\ell_{R,i}(A)=\|U_{i,\bullet}\|_2^28

Under a binary-tree data structure, any entry R,i(A)=Ui,22\ell_{R,i}(A)=\|U_{i,\bullet}\|_2^29 can be queried or updated in C,j(A)=Vj,22\ell_{C,j}(A)=\|V_{j,\bullet}\|_2^20 time, any row or column norm can be computed, and sampling from any row or column is available in polylogarithmic time (Zuo et al., 2021).

Gate-based quantum algorithms usually assume oracle or QRAM access and then build block-encodings. One formulation uses an oracle

C,j(A)=Vj,22\ell_{C,j}(A)=\|V_{j,\bullet}\|_2^21

from which one can construct, in C,j(A)=Vj,22\ell_{C,j}(A)=\|V_{j,\bullet}\|_2^22 queries plus C,j(A)=Vj,22\ell_{C,j}(A)=\|V_{j,\bullet}\|_2^23 overhead, a unitary C,j(A)=Vj,22\ell_{C,j}(A)=\|V_{j,\bullet}\|_2^24 that is an C,j(A)=Vj,22\ell_{C,j}(A)=\|V_{j,\bullet}\|_2^25 block-encoding of C,j(A)=Vj,22\ell_{C,j}(A)=\|V_{j,\bullet}\|_2^26 when C,j(A)=Vj,22\ell_{C,j}(A)=\|V_{j,\bullet}\|_2^27 (Li et al., 2024). A more abstract version assumes an C,j(A)=Vj,22\ell_{C,j}(A)=\|V_{j,\bullet}\|_2^28 block-encoding of C,j(A)=Vj,22\ell_{C,j}(A)=\|V_{j,\bullet}\|_2^29 available at cost i=ai(AA)1ai\ell_i=a_i^\top(A^\top A)^{-1}a_i0, so that the top-left corner of the unitary approximates i=ai(AA)1ai\ell_i=a_i^\top(A^\top A)^{-1}a_i1 (Shao, 2023).

Three primitives recur across the literature. Quantum Singular-Value Transformation is used to implement matrix polynomials and, in particular, sign- or inverse-like spectral filters. Amplitude amplification raises the success probability of post-selection steps, and amplitude estimation converts amplitudes into additive numerical estimates. In inversion-based constructions, QRAM is also used to prepare normalized row states

i=ai(AA)1ai\ell_i=a_i^\top(A^\top A)^{-1}a_i2

in i=ai(AA)1ai\ell_i=a_i^\top(A^\top A)^{-1}a_i3 time (Li et al., 2024).

3. Quantum-inspired classical approximation

A prominent dequantized approach is the two-stage procedure of "A quantum-inspired algorithm for approximating statistical leverage scores" (Zuo et al., 2021). The method separates subspace recovery from score evaluation. Algorithm 1, QiSVD, builds a succinct low-rank representation i=ai(AA)1ai\ell_i=a_i^\top(A^\top A)^{-1}a_i4 approximating i=ai(AA)1ai\ell_i=a_i^\top(A^\top A)^{-1}a_i5. Algorithm 2, QiSLS, estimates i=ai(AA)1ai\ell_i=a_i^\top(A^\top A)^{-1}a_i6 by first estimating i=ai(AA)1ai\ell_i=a_i^\top(A^\top A)^{-1}a_i7 and then taking its squared norm.

QiSVD samples i=ai(AA)1ai\ell_i=a_i^\top(A^\top A)^{-1}a_i8 columns according to i=ai(AA)1ai\ell_i=a_i^\top(A^\top A)^{-1}a_i9, forms a sketch matrix ARm×nA\in\mathbb R^{m\times n}0 with rescaled sampled columns, then samples ARm×nA\in\mathbb R^{m\times n}1 rows from the mixture distribution

ARm×nA\in\mathbb R^{m\times n}2

and forms a second sketch ARm×nA\in\mathbb R^{m\times n}3. After computing the top ARm×nA\in\mathbb R^{m\times n}4 singular values ARm×nA\in\mathbb R^{m\times n}5 of ARm×nA\in\mathbb R^{m\times n}6 and the corresponding right singular vectors ARm×nA\in\mathbb R^{m\times n}7, the algorithm outputs

ARm×nA\in\mathbb R^{m\times n}8

where ARm×nA\in\mathbb R^{m\times n}9 and A=UAΣAVATA=U_A\Sigma_A V_A^T0. QiSLS then estimates the inner products A=UAΣAVATA=U_A\Sigma_A V_A^T1 by inner-product sampling, assembles an approximation to A=UAΣAVATA=U_A\Sigma_A V_A^T2, and returns

A=UAΣAVATA=U_A\Sigma_A V_A^T3

The analysis is organized around concentration and perturbation bounds. Column sampling ensures A=UAΣAVATA=U_A\Sigma_A V_A^T4, and with A=UAΣAVATA=U_A\Sigma_A V_A^T5 one has

A=UAΣAVATA=U_A\Sigma_A V_A^T6

with probability at least A=UAΣAVATA=U_A\Sigma_A V_A^T7. The analogous row-sampling step gives

A=UAΣAVATA=U_A\Sigma_A V_A^T8

Because A=UAΣAVATA=U_A\Sigma_A V_A^T9, the top UARm×rU_A\in\mathbb R^{m\times r}0 right singular vectors of UARm×rU_A\in\mathbb R^{m\times r}1 approximate those of UARm×rU_A\in\mathbb R^{m\times r}2. The resulting projector estimate satisfies

UARm×rU_A\in\mathbb R^{m\times r}3

and the final leverage-score estimator satisfies

UARm×rU_A\in\mathbb R^{m\times r}4

with probability at least UARm×rU_A\in\mathbb R^{m\times r}5 (Zuo et al., 2021).

The same work gives explicit complexity bounds. Step 5, the SVD of UARm×rU_A\in\mathbb R^{m\times r}6, costs UARm×rU_A\in\mathbb R^{m\times r}7, and the overall running time is

UARm×rU_A\in\mathbb R^{m\times r}8

The theoretical analysis therefore yields dependence polynomial in UARm×rU_A\in\mathbb R^{m\times r}9, the condition number VARn×rV_A\in\mathbb R^{n\times r}0, and logarithmic in matrix size. Numerical experiments on synthetic low-rank matrices up to thousands-by-hundreds showed that even for moderate sampling size VARn×rV_A\in\mathbb R^{n\times r}1 theory, the leverage-score estimates track the true VARn×rV_A\in\mathbb R^{n\times r}2 closely, the errors stabilize below prescribed VARn×rV_A\in\mathbb R^{n\times r}3 in repeated trials, and practical VARn×rV_A\in\mathbb R^{n\times r}4 can be much smaller than worst-case bounds (Zuo et al., 2021).

A frequent misconception is that this line of work requires quantum hardware. It does not: the approach is fully classical, and its claimed advantage is obtained under the sample-and-query data-structure model rather than a gate-based model (Zuo et al., 2021).

4. Gate-based quantum algorithms

Gate-based quantum leverage-score algorithms follow two main patterns: direct preparation of a leverage-score state, and direct estimation of quadratic forms involving VARn×rV_A\in\mathbb R^{n\times r}5.

The state-preparation approach constructs an approximation to the partial isometry VARn×rV_A\in\mathbb R^{n\times r}6 by QSVT. Given an VARn×rV_A\in\mathbb R^{n\times r}7 block-encoding of VARn×rV_A\in\mathbb R^{n\times r}8, one can construct in time

VARn×rV_A\in\mathbb R^{n\times r}9

a unitary whose top-left block is an approximation ΣARr×r\Sigma_A\in\mathbb R^{r\times r}0. Starting from the uniform superposition over column indices, post-selecting on the success ancilla, and then applying amplitude amplification for ΣARr×r\Sigma_A\in\mathbb R^{r\times r}1 repetitions yields a state close to

ΣARr×r\Sigma_A\in\mathbb R^{r\times r}2

The main theorem gives preparation time

ΣARr×r\Sigma_A\in\mathbb R^{r\times r}3

and for any fixed row or column index ΣARr×r\Sigma_A\in\mathbb R^{r\times r}4, single-score estimation is available in

ΣARr×r\Sigma_A\in\mathbb R^{r\times r}5

time with error

ΣARr×r\Sigma_A\in\mathbb R^{r\times r}6

The same work proves lower bounds showing that the speedup is at least quadratic and that the dependence on ΣARr×r\Sigma_A\in\mathbb R^{r\times r}7 and ΣARr×r\Sigma_A\in\mathbb R^{r\times r}8 is nearly tight (Shao, 2023).

The inversion-based approach starts from a block-encoding of ΣARr×r\Sigma_A\in\mathbb R^{r\times r}9 and uses QSVT to approximate the inverse map rr00 on the spectrum of rr01. For condition number rr02, an even polynomial of degree

rr03

approximates rr04 on rr05, yielding a block-encoding of rr06. Combined with row-state preparation, a Hadamard test estimates

rr07

and amplitude estimation reduces the statistical error. In the all-scores setting, a theorem cited in the John-ellipsoid work gives multiplicative approximation

rr08

using

rr09

queries to rr10 and

rr11

total time, with success probability rr12 (Li et al., 2024).

These two patterns target different outputs. State-preparation algorithms directly sample according to leverage scores without explicitly materializing all of them, whereas inversion-based algorithms produce numerical estimates of individual or all scores. This suggests a division between sampling-centric and estimation-centric quantum subroutines, although both rely on the same block-encoding and QSVT toolkit.

5. Complexity, lower bounds, and scope of the speedups

The complexity landscape is best understood by keeping the access model explicit. In the sample-and-query classical setting, the dequantized algorithm achieves additive error rr13 in time polynomial in rr14, rr15, rr16, rr17, and rr18, with only polylogarithmic dependence on rr19 and rr20 (Zuo et al., 2021). In the block-encoding model, quantum state preparation scales as

rr21

while full multiplicative approximation of all leverage scores can scale as

rr22

in total time (Shao, 2023, Li et al., 2024).

The strongest positive claims are regime-dependent. For the dequantized algorithm, the summary narrative states an exponential speedup in rr23 compared with classical rr24 SVD when rr25 are large, the target rank satisfies rr26, and rr27 is well conditioned (Zuo et al., 2021). For leverage-score sampling on a quantum computer, the claimed speedup is at least quadratic and could be exponential for well-conditioned matrices, while for all-score approximation in the tall dense regime rr28, the quantum approach yields a quadratic speedup rr29 provided rr30 (Shao, 2023, Li et al., 2024).

Lower bounds materially constrain further improvement. In the entry-oracle model, any quantum algorithm that prepares rr31 must make

rr32

queries. In the block-encoding model, any such algorithm must invoke the block-encoding

rr33

times. Even estimating the largest leverage score up to constant relative error requires rr34 entry-oracle queries when rr35 and rr36 block-encoding calls. These bounds are obtained by reductions to Grover search and are used to argue that the known quantum algorithms are close to optimal (Shao, 2023).

A second misconception is that leverage-score approximation automatically confers an end-to-end advantage. The papers are more specific. The condition number and precision dependence can be substantial: the classical quantum-inspired algorithm has polynomial overhead in rr37 and rr38, which can be large in ill-conditioned or high-precision regimes, and its hidden constants in rr39 can be significant (Zuo et al., 2021). On the quantum side, the dependence on rr40 is stated to be unavoidable in QSVT-based constructions, and access assumptions such as efficient block-encodings or QRAM enter linearly through the cost parameter rr41 (Shao, 2023).

6. Applications and later developments

Leverage-score approximation is used as a subroutine rather than an endpoint in several later constructions. One application is quantum rigid regression with vector solution outputs. The quantum algorithm in (Shao, 2023) uses leverage-score sampling on the “rigid” scores of

rr42

to form a sketch and then solve a smaller regression problem; the paper states that this achieves polynomial speedups over the best classical algorithm known.

Another application is the quantum algorithm for approximating the John ellipsoid. That work presents the first quantum algorithm for the problem, running in

rr43

time by using recent advances in quantum algorithms for spectral approximation and leverage score approximation. In the tall matrix regime, the result is a quadratic speedup over the best classical algorithms cited there (Li et al., 2024).

A hybrid variational-quantum application appears in "Hamiltonian-Guided Leverage Embedding: Robust Subspace Compression for Efficient QAOA Parameter Estimation" (Mukherjee et al., 5 Jun 2026). At each candidate rr44, the method draws rr45 QAOA measurement shots, computes sample energies, chooses either uniform weights

rr46

or Boltzmann-type weights

rr47

builds a weighted Ising feature matrix

rr48

computes an approximate dominant rr49-dimensional column space in rr50 time, and samples

rr51

rows according to leverage-score probabilities. The formal guarantees include rr52-subspace embedding, rank preservation, a master inequality controlling energy approximation error through the residual fraction

rr53

and an argmin-shift bound

rr54

Empirically, benchmarks on HamLib Max-Cut and Maximum Independent Set report that, without HGLE, optimizers vary widely, whereas with HGLE warm start all achieve rr55 on both problems; the cross-optimizer variance on MIS collapses from rr56 to rr57 (Mukherjee et al., 5 Jun 2026).

This application also clarifies the relation between “quantum” and “quantum-inspired” leverage methods. HGLE is a hybrid pipeline in which the quantum device generates measurement samples, but the leverage-score computation itself is classical randomized linear algebra on the induced feature matrix. A plausible implication is that leverage-score approximation has become a reusable compression primitive across both quantum linear-algebra algorithms and variational-quantum workflows.

The current literature also records several extension paths. The HGLE discussion lists approximate or quantum-accelerated leverage-score estimation, integration with classical shadows or compressed sensing of quantum states, application to other VQAs such as molecular VQE and hardware-efficient circuits, and heuristics that adapt rr58 and rr59 on the fly based on spectral decay (Mukherjee et al., 5 Jun 2026). Together with the lower-bound and dequantization results, these directions place quantum leverage score approximation at the intersection of randomized numerical linear algebra, quantum algorithms for spectral problems, and hybrid optimization.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Quantum Leverage Score Approximation.