Pith. sign in

REVIEW 4 major objections 4 minor 11 cited by

Quantum Machine Learning: A Hands-on Tutorial for Machine Learning Practitioners and Researchers

T0 review · 4 major / 4 minor · reviewed 2026-08-09 · deepseek-v4-flash

Pith's one-line read This tutorial claims that a reader with a classical machine-learning background can learn to implement quantum kernels, quantum neural networks, and quantum transformers—and to judge when they could beat classical models.

desk verdict A useful, well-structured QML tutorial that needs a fix-it pass before it can deliver the hands-on promise. read the letter →

arxiv 2502.01146 v1 pith:URPZUQX2 submitted 2025-02-03 quant-ph cs.AIcs.LG

classification quant-phcs.AIcs.LG
keywords quantummachinelearningkernelmethodsneuralnetworkstransformersblockencodingsingularvaluetransformationtrainabilitygeneralization
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This tutorial argues that a reader coming from classical machine learning can, without prior quantum training, understand and implement the core models of quantum machine learning. The authors build this bridge by treating three model families—quantum kernel methods, quantum neural networks, and quantum transformers—each time starting from the classical version, giving the quantum construction, analyzing expressivity, trainability, and generalization, and ending with runnable code. The central premise is that quantum circuits can serve both as feature maps for kernels and as trainable models for QNNs, and that these quantum implementations may carry computational advantages over classical ones on specified tasks. If the tutorial works as intended, it supplies the AI community with a practical on-ramp to quantum computing while classical model scaling is hitting cost and physical limits.

What carries the argument

The workhorse is a data-dependent quantum circuit $U(x)$: it either acts as a feature map whose overlap $|\langle\phi(x)|\phi(x')\rangle|^2$ defines the quantum kernel, or as a parameterized ansatz whose measurement outcomes define a quantum neural network. For fault-tolerant algorithms, the tutorial relies on block encoding—placing a non-unitary matrix $A$ in the top-left corner of a larger unitary so that quantum singular value transformation (QSVT) can apply polynomial functions to singular values—as the unifying linear-algebra primitive. A named identity that does much of the theoretical work is the Fourier representation of angle-encoded quantum kernels, $k_Q(x,x') = \sum_{s,t\in\Omega} c_{st} e^{isx}e^{itx'}$, which shows how classical kernel structure emerges from the eigenvalue spectrum of the encoding gates.

What would settle it

Run every code listing in Chapters 2 through 5 exactly as printed; a NameError on `output_matrix` in Section 2.5.2 already shows one example fails, and if further listings fail the tutorial does not deliver hands-on learning. At the science level, if no dataset satisfies the paper's own criterion for potential advantage ($s_Q \ll n$ while $s_C \propto n$ and $g_{CQ} \sim \sqrt{n}$), the claimed scope for quantum prediction advantage would lack an instance.

Watch

Extended reading notes

Core claim

The paper's central claim is that quantum machine learning—learning algorithms executed on quantum computers with potential advantages over classical implementations—can be presented from a classical ML foundation with theory and code together. Concretely, it claims that quantum kernels arise by encoding data into quantum states and evaluating their overlaps, that quantum neural networks are parameterized quantum circuits trained by classical optimizers, and that fault-tolerant quantum transformers can be built from quantum linear algebra, notably block encoding and quantum singular value transformation. It further asserts that the learnability of these models can be assessed along three axes—expressivity, trainability, and generalization—and that for quantum kernels a geometric criterion can indicate when a quantum kernel might beat all efficiently evaluable classical kernels. The tutorial's own framing is that it bridges 'it from bit' to 'it from qubit'.

Load-bearing premise

The tutorial's hands-on promise rests on the companion notebooks and printed code being complete and runnable; as published, the block-encoding example in Section 2.5.2 prints an undefined variable, so a reader following the text verbatim cannot execute it.

Editorial extensions

If this is right

  • A practitioner who finishes the tutorial should be able to implement a quantum kernel classifier on a reduced MNIST task and compare it to a classical SVM baseline.
  • The tutorial's theoretical sections turn the vague idea of quantum advantage into checkable criteria: compute $s_K(y) = y^{\top}K^{-1}y$ and the geometric difference $g_{CQ}$ to test whether a quantum kernel could beat classical kernels.
  • In the fault-tolerant setting, block encoding plus QSVT gives a concrete blueprint for quantum transformers, with the tutorial reporting quadratic speedups in runtime analysis.
  • Read-in and read-out bottlenecks are identified as the main caveat: exponential runtime speedups can be erased by the cost of loading classical data or extracting outputs, so advantage claims must count those costs.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • An implied next step, not pursued in the paper, is to apply the same classical-foundation to quantum-construction to theory to code template to other model families, such as diffusion models, graph neural networks, or recommender systems.
  • A reader could test the tutorial's completeness by executing every printed code block against a pinned software environment; the undefined variable in Section 2.5.2 suggests the companion notebooks, not the printed snippets, are the reliable deliverable.
  • The geometric-difference test could be run on larger real-world datasets to see whether the predicted separation between quantum and classical kernels actually materializes, rather than only on adversarially constructed labels.
  • If hardware continues to scale per the quoted roadmaps, the tutorial's NISQ-to-FTQC progression suggests that quantum kernels trained today could be 'upgraded' to fault-tolerant variants using the same block-encoding toolbox.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. This manuscript presents a comprehensive tutorial on quantum machine learning (QML) aimed at readers with a classical machine-learning background. It covers foundational quantum computing concepts, quantum kernel methods, quantum neural networks, and quantum transformers, mixing formal definitions, theorem statements with proof sketches, and PennyLane code demonstrations. The stated goal is to enable hands-on learning and to bridge the gap between classical ML and QML, with a companion website hosting Jupyter notebooks.

Significance. If the presentation is corrected, this tutorial could serve as a valuable entry point for the QML community, particularly because it covers recent topics such as quantum transformers, trainability, and generalization, and because it attempts to connect classical and quantum formulations chapter by chapter. The inclusion of code demonstrations and a companion website is a useful pedagogical complement. However, the manuscript's value depends critically on the correctness of its mathematical exposition and the runnability of its code; several errors in both categories currently compromise the tutorial's central promise of hands-on, self-consistent learning.

major comments (4)
  1. [§2.2.2, Eq. (2.42)] The POVM measurement probability is stated as Pr(i) = |<psi|E_i|psi>|^2. For a POVM element E_i, the Born rule gives Pr(i) = <psi|E_i|psi> (equivalently Tr(rho E_i) for a density matrix). The square is incorrect and will mislead readers about generalized measurements. This is a fundamental concept in the tutorial's measurement section and must be fixed.
  2. [§3.2.2, Example 3.8, Eq. (3.25); §3.2.4, Example 3.11, Eq. (3.32)] The expansion of RX(x)|0> = exp(-i x sigma_x / 2)|0> is written as cos(x)|0> - i sin(x)|1>. The correct expansion is cos(x/2)|0> - i sin(x/2)|1>. The final kernel formula in Example 3.8, cos^2((x-x')/2), is consistent with the correct expansion, indicating a typographical slip, but this is exactly the kind of error that undermines a tutorial. The same half-angle omission appears in Example 3.11, Eq. (3.32), where the kernel is given as product_i cos^2(x_i - x'_i) rather than product_i cos^2((x_i - x'_i)/2).
  3. [§2.5.2] The block-encoding code ends with print(np.real(np.round(output_matrix, 2))), but output_matrix is never defined or computed in the snippet. The example therefore cannot run as printed, directly violating the tutorial's hands-on promise. The authors should either define output_matrix, for instance by reconstructing the block-encoded matrix from the circuit state, or remove the print statement.
  4. [§3.3.1, proof of Theorem 3.13] The proof relies on Algorithm 1 and Lemma 3.15, both of which assume input vectors with unit ell_1 norm (||r||_1 = 1). The Mercer feature map Phi_m obtained in the proof is normalized in the ell_2 norm only (assumed that ||Phi_m(x)|| = 1 for all x), and no argument is supplied for converting an ell_2-unit vector into an ell_1-unit vector while preserving the inner-product identity. As written, the universality proof is incomplete. The authors should clarify this step or provide a modified embedding that maps ell_2-unit vectors into ell_1-unit vectors.
minor comments (4)
  1. [§2.5.1] The basis-encoding example calls qml.device("default.qubit", range(3)), passing wires as a positional argument; use wires=range(3) for consistency with the rest of the tutorial and with current PennyLane APIs.
  2. [Throughout] There are several typographical errors, including seperable in Definition 2.2, Angel encoding in Table 3.2, and matrics in a remark in §2.3.2; a careful proofread is recommended.
  3. [§2.3.1, Eq. (2.47)] The angle-encoding expression writes R_sigma(x_i)|0>^{⊗N} inside the tensor product; the state notation should be indexed per qubit, for instance |0>_i, to avoid confusion about the tensor product structure.
  4. [§3.4, Eq. (3.68)] The derivation of the kernel estimation via U(x')U(x)^dagger includes an intermediate factor <0^{⊗N}|U(x')U(x)^dagger|0>^{⊗N}<0^{⊗N}|U(x')U(x)^dagger|0>^{⊗N}, which is a slightly abusive but understandable notation; consider clarifying the projector |0><0|^{⊗N} for readability.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the paper is an expository tutorial whose claims are supported by standard references, external learning theory, and self-contained derivations.

full rationale

The paper is a tutorial and makes no novel empirical predictions that could reduce to fitted inputs. Its central pedagogical claim—that a classical ML reader can learn QML—is not derived from its own equations. The mathematical content is standard: quantum kernels are defined and then checked for positive definiteness using Mercer's condition; Theorem 3.13 is proved from Mercer's theorem plus quantum-circuit universality rather than from its own conclusion. Generalization bounds are quoted or derived from the external learning-theory literature (Mohri; Huang et al. 2021a). The few self-citations (e.g., Guo et al. 2024a for state-preparation encoding and Hadamard-product block encodings, Qian et al. 2024 for adaptive shot allocation, Du et al. 2022a for quantum architecture search) are ancillary references to prior work, not the load-bearing justification of the tutorial's claims. Their stated lemmas are accompanied by proof sketches or references to independent results (Zhao et al. 2021; Gilyén et al. 2019), so they do not create a self-citation chain. The manuscript does contain technical errors (undefined 'output_matrix' in §2.5.2; RX expansion inconsistency in Example 3.8), but those are correctness defects, not circularity. No step in the paper's derivation chain is equivalent to its input by construction.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

The tutorial depends on standard mathematical and physical background, not on new postulates. No free parameters are fitted; no entities are invented.

assumptions (4)
  • domain assumption Postulates of quantum mechanics: state vectors have unit norm, evolution is unitary, measurement follows the Born rule.
    Foundational for all quantum circuit definitions in Chapter 2; not proved in the tutorial.
  • standard math Mercer's condition: a continuous symmetric kernel is valid if it is positive definite.
    Fact 3.1; used to assert quantum kernels are valid kernels via positive definiteness.
  • standard math Solovay-Kitaev theorem: any unitary can be approximated by a universal gate set with polylog overhead.
    Fact 2.8; used to justify the circuit model's universality.
  • standard math Rademacher complexity and Talagrand contraction bounds for generalization.
    Used in Chapter 3.3.2 to derive kernel generalization bounds; stated as Fact 3.16 from Mohri (2018).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Quantum Machine Learning: A Hands-on Tutorial for Machine Learning Practitioners and Researchers." pith.science (2026). https://pith.science/paper/URPZUQX2

@misc{pith2026250201146,
  author       = {Pith},
  title        = {Pith review of: Quantum Machine Learning: A Hands-on Tutorial for Machine Learning Practitioners and Researchers},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/URPZUQX2}},
  note         = {Machine review of arXiv:2502.01146}
}
read the original abstract

This tutorial intends to introduce readers with a background in AI to quantum machine learning (QML) -- a rapidly evolving field that seeks to leverage the power of quantum computers to reshape the landscape of machine learning. For self-consistency, this tutorial covers foundational principles, representative QML algorithms, their potential applications, and critical aspects such as trainability, generalization, and computational complexity. In addition, practical code demonstrations are provided in https://qml-tutorial.github.io/ to illustrate real-world implementations and facilitate hands-on learning. Together, these elements offer readers a comprehensive overview of the latest advancements in QML. By bridging the gap between classical machine learning and quantum computing, this tutorial serves as a valuable resource for those looking to engage with QML and explore the forefront of AI in the quantum era.

Figures

Figures reproduced from arXiv: 2502.01146 by the authors.

Figure 1.1
Figure 1.1. The paradigm between classical and quantum comput￾ing. The mechanisms between classical and quantum computing are very similar, where both of them involve input, computation, and output. In classical computing, the input refers to a bit-string, the computation part refers to the digital logic circuits, and the output also refers to a bit-string. In quantum computing, the input is a single- or multi-qubit state. The … view at source ↗
Figure 1.2
Figure 1.2. Different research directions in QML. QML can be catego￾rized into four types based on the interplay of quantum (Q) and classical (C) systems: Q for Q (quantum algorithms for quantum data), Q for C (quan￾tum algorithms for classical data), C for Q (classical algorithms for quantum data), and C for C (classical algorithms for classical data). This tutorial pri￾marily focuses on the Q for C category. Beyond the role o… view at source ↗
Figure 1.3
Figure 1.3. Common quantum architectures and roadmaps from different quantum companies. known for their high coherence times, precise control over individual qubits, and full connectivity of all qubits (Bruzewicz et al., 2019). Moreover, Ry￾dberg atom systems enable flexible qubit connectivity through highly con￾trollable interactions (Morgado and Whitlock, 2021). Besides these archi￾tectures, integrated photonic quantum comput… view at source ↗
Figures from the paper (38 more)
Figure 1.4
Figure 1.4. Figure 1.4: Mechanisms of DNNs and QNNs. Both DNNs and QNNs follow an iterative approach. At each iteration, they take input data, pro￾cess it through multiple layers, and produce an output prediction. The key difference between DNNs and QNNs is the way of implementing their lea…
Figure 1.5
Figure 1.5. Figure 1.5: The learnability of quantum machine learning models. equivalent of neural architecture search), advanced optimization techniques (Stokes et al., 2020), and pruning methods to reduce the complexity of quan￾tum models (Sim et al., 2021; Wang et al., 2023a). Other areas…
Figure 2.1
Figure 2.1. Figure 2.1: The summarization of quantum gates. The table contains the abbreviation, the mathematical form, and the graph representation of a set of universal quantum gates. i represents the imaginary unit [PITH_FULL_IMAGE:figures/full_fig_p041_2_1.png]
Figure 2.2
Figure 2.2. Figure 2.2: The evolution of the single-qubit state decomposed into the quantum gates. The evolution from |a⟩ to |aˆ⟩ can be visualized using a quantum circuit diagram, as illustrated in [PITH_FULL_IMAGE:figures/full_fig_p042_2_2.png]
Figure 2.3
Figure 2.3. Figure 2.3: The decomposition of the multi-qubit circuit U in the case of N = 3. Remark The CNOT gate plays a pivotal role in quantum computing due to its unique ability to generate entangled states, such as the Bell states and GHZ states presented in Examples 2.1&2.3. Besides, …
Figure 2.4
Figure 2.4. Figure 2.4: The evolution of quantum states based on Theorem 2.15. Quantum measurements In addition to quantum gates and quantum channels that manipulate quan￾tum states, another special operation in quantum circuits is measurement [PITH_FULL_IMAGE:figures/full_fig_p049_2_4.png]
Figure 2.5
Figure 2.5. Figure 2.5: The quantum circuit diagram with measurement. The quantum measurements can be categorized into two types, i.e., pro￾jective measurements and positive operator-valued measures (Preskill, 1999; Nielsen and Chuang, 2011). The projective measurement, which is also called…
Figure 2.6
Figure 2.6. Figure 2.6: Example of basis encoding for the integer 6. Amplitude encoding Amplitude encoding is a technique that maps classical data into the ampli￾tudes of a quantum state. Given a vector x = (x0, . . . , xi , . . . , x2N −1 ) ∈ C 2N containing complex values, we first apply …
Figure 2.7
Figure 2.7. Figure 2.7: Example of QRAM encoding for the dataset D = {2, 3}. 2.3.2 Quantum read-out protocols Quantum read-out refers to the process of translating the quantum state resulting from a quantum computation into classical data, enabling further processing, interpretation, or opt…
Figure 2.8
Figure 2.8. Figure 2.8: Quantum circuit for block encoding. method, which enables one to implement functions onto singular values of block-encoded matrices. 2.4.1 Block encoding For many computational problems, such as solving linear equations, we need to deal with a non-unitary matrix A. H…
Figure 3.1
Figure 3.1. Figure 3.1: Various distributions of data points. The left and middle panels show the cases where data points can and cannot be separated by a straight line. The right panel shows that the kernel function could map the linearly inseparable data points into the high dimensional l…
Figure 3.2
Figure 3.2. Figure 3.2: The paradigm of classical and quantum kernels. Both of the classical and quantum kernels embed the data points from data space X into high-dimensional space, and then compute the kernel as the inner product of feature maps. The quantum kernel leverages quantum circui…
Figure 3.3
Figure 3.3. Figure 3.3: Two methods for computing the inner product of the kernel. (a) Loschmidt echo test. (b) Swap test. The inner product between quantum states can be efficiently estimated on quantum computers using techniques such as Loschmidt echo test (Kusumoto et al., 2021) and SWAP…
Figure 3.4
Figure 3.4. Figure 3.4: The expressivity and generalization ability of quantum kernels. Expressivity concerns the size of the hypothesis space HQ repre￾sented by quantum kernels, where H refers to the whole hypothesis space. Generalization ability considers the learned hypothesis that could…
Figure 3.5
Figure 3.5. Figure 3.5: A flowchart for understanding the potential for quantum prediction advantage (Adapted from Huang et al. (2021a)). where ∥ · ∥∞ is the spectral norm of the resulting matrix and we assume Tr(KQ) = Tr(KC) = n. The geometric difference g(KC||KQ) can be com￾puted on a cla…
Figure 3.6
Figure 3.6. Figure 3.6: T-SNE visualization of MNIST dataset of two classes ‘3’ and ‘6’. Steps 2&3: Define quantum feature mapping and building quan￾tum kernel. We use angle embedding as the quantum feature mapping method. The quantum kernel is implemented as follows. 1 dev = qml . device (…
Figure 3.7
Figure 3.7. Figure 3.7: Visualization of quantum kernel matrix on 20 samples, equally drawn from two classes ‘3’ and ‘6’ in MNIST dataset. From the visualization, we observe a clear block structure: • Most of the elements in the top-left and bottom-right blocks, where samples belong to the …
Figure 3.8
Figure 3.8. Figure 3.8: The classification accuracy on test data as a function of the number of training samples. 3.5 Bibliographic Remarks The foundational concept of using quantum computers to evaluate kernel functions, namely the concept of quantum kernels, was first explored by Schuld e…
Figure 4.1
Figure 4.1. Figure 4.1: Illustration of the perceptron. Inputs are processed with a weighted linear combination followed by a non-linear activation to produce the output. spiring architectures ranging from convolutional neural networks (CNNs) (Le￾Cun et al., 1989) and residual neural networ…
Figure 4.2
Figure 4.2. Figure 4.2: Illustration of a multilayer perceptron with two hidden layers. Dashed lines denote softmax operations. 4.1.2 Multilayer perceptron The multilayer perceptron (MLP) is a fully connected neural network archi￾tecture consisting of three components: the input layer, hidd…
Figure 4.3
Figure 4.3. Figure 4.3: Illustration of backpropagation when calculating the gradient of an MLP with one hidden layer. The index of sample a is omitted for simplicity. As illustrated in [PITH_FULL_IMAGE:figures/full_fig_p130_4_3.png]
Figure 4.4
Figure 4.4. Figure 4.4: Illustration of a QNN. The input state ρin is prepared using the operation Udata, followed by a variational quantum circuit (VQC) V (θ) and the measurement operation. 2024; Gao et al., 2024), researchers have devoted considerable effort to devel￾oping and implementin…
Figure 4.5
Figure 4.5. Figure 4.5: Illustration of a hardware-efficient circuit with two en￾tanglement layers. model circuit, and the measurement. Input. The QNN uses quantum states ρin as input data. As shown in Ta￾ble 4.2, QNNs can process both classical and quantum data. Specifically, the input sta…
Figure 4.6
Figure 4.6. Figure 4.6: Illustration of a quantum convolutional neural network [PITH_FULL_IMAGE:figures/full_fig_p141_4_6.png]
Figure 4.7
Figure 4.7. Figure 4.7: The quantum generator used in the quantum patch GAN, where each U(θℓ,n) ∈ U(2) is a trainable single-qubit unitary. To illustrate the training and sampling processes of QGAN, we present two examples based on the quantum patch and batch GANs proposed by Huang et al. (…
Figure 4.8
Figure 4.8. Figure 4.8: The main structure of the quantum batch GAN. The figure illustrates the process of generation and training using fake data. The oracle Uz for encoding latent vectors, the quantum generator UG(θ), and the quantum discriminator UD(γ) are applied sequentially to the ini…
Figure 4.9
Figure 4.9. Figure 4.9: Overview of the expressivity, generalization ability, and trainability of QNNs. The expressivity of the employed QNNs determines its hypothesis space H (solid blue ellipse). When H has a moderate size and encompasses the target concept (solid red star), QNNs can achi…
Figure 4.10
Figure 4.10. Figure 4.10: Influence of model complexity on generalization error. of complexity is crucial for achieving the best balance between training per￾formance and generalization. Expressivity of QNNs In this chapter, we analyze the generalization error of QNNs through a spe￾cific mea…
Figure 4.11
Figure 4.11. Figure 4.11: The geometric intuition of covering number. Covering number concerns the minimum number of spherical balls with radius ϵ that occupy the whole space. Definition 4.10 (Covering number). The covering number N (U, ϵ, ∥ · ∥) denotes the least cardinality of any subset V…
Figure 4.12
Figure 4.12. Figure 4.12: T-SNE visualization of Wine dataset of the first two classes. Step 2: Data encoding. To encode the 13 attributes of the Wine dataset into a quantum system, we use angle encoding introduced in Section 2.3.1, followed by a layer of CNOT gates acting on neighboring qub…
Figure 4.13
Figure 4.13. Figure 4.13: The circuit diagram of the quantum classifier. Step 4: Training and evaluation of quantum classifier. With the data and circuit model ready, we now move to the optimization of the quantum classifier. The mean squared error (MSE) is used as the loss function. The goa…
Figure 4.14
Figure 4.14. Figure 4.14: The training curve of the quantum classifier. As demonstrated in [PITH_FULL_IMAGE:figures/full_fig_p173_4_14.png]
Figure 4.15
Figure 4.15. Figure 4.15: Samples in the dataset optdigits. Step 2: Building the classical discriminator. The discriminator is a classical neural network responsible for distinguishing real images from fake ones. It consists of fully connected layers with ReLU activations. The final output i…
Figure 4.16
Figure 4.16. Figure 4.16: The images generated by quantum patch GAN during training. 4.6 Bibliographic Remarks Quantum neural networks (QNNs) have emerged as a prominent paradigm in quantum machine learning, demonstrating potential in both discrimina￾tive and generative learning tasks. For d…
Figure 5.1
Figure 5.1. Figure 5.1: A standard Transformer architecture, showing an en￾coder on the left, and a decoder on the right. Image by Daniel Voigt Godoy under CC BY. The encoder processes the source sequence through multiple layers of multi-headed self-attention and feed-forward networks, augm…
Figure 5.2
Figure 5.2. Figure 5.2: Overview of the single-layer decoder-only quantum transformer. A quantum transformer consists of a self-attention and a feed-forward network sub-layer, incorporating residual connections with layer normalization. The inputs of the quantum transformer are block en￾cod…
Figure 5.3
Figure 5.3. Figure 5.3: Scaling of the spectral norm ∥S∥ and the Frobenius norm ∥S∥F with ℓ for each model, displayed on logarithmic scales for both axes. For reference, the line y ∝ √ x is also shown. We use tokens in MMLU dataset and convert them to S. (Wq, Wk, Wv) for the large language …
Figure 5.4
Figure 5.4. Figure 5.4: Norms of weight matrices across open-source LLMs. The figure shows the maximum Frobenius norm and spectral norm values among weight matrices Wq, Wk, and Wv across the eight LLM models. 5.4 Code Demonstration We explain how self-attention works with a simple concrete …

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 11 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Benchmarking Quantum and Classical Machine Learning Models on Oncological Data

    quant-ph 2026-08 conditional novelty 6.0 of 10

    Optimized quantum classifiers do not beat AutoML-tuned classical neural networks on standard oncological benchmarks, and resource estimates indicate the datasets are too small to make quantum advantage plausible.

  2. LCQNN: Linear Combination of Quantum Neural Networks

    quant-ph 2025-07 conditional novelty 6.0 of 10

    LCQNN combines several trainable unitaries through a learned superposition on control qubits, yielding gradient variance bounds that scale polynomially with local system size rather than exponentially with total qubit count.

  3. Learning to Maximize Quantum Neural Network Expressivity via Effective Rank

    quant-ph 2025-06 unverdicted novelty 6.0 of 10

    The paper defines QNN expressivity as the effective rank of the Fisher information matrix and shows numerically that this rank can reach its maximum 4^n-1 when data, measurement, and circuit are jointly optimized, the...

  4. Rethink the Role of Deep Learning towards Large-scale Quantum Systems

    cs.LG 2025-05 conditional novelty 6.0 of 10

    Under equal quantum measurement budgets, classical ML models match or outperform deep learning models on ground-state correlation, entropy, and phase classification tasks.

  5. QShield: Securing Neural Networks Against Adversarial Attacks using Quantum Circuits

    cs.CR 2026-04 unverdicted novelty 5.0 of 10

    Hybrid quantum-classical models using structured entanglement keep high accuracy on MNIST, OrganAMNIST and CIFAR-10 while lowering adversarial attack success rates and raising the computational cost of generating attacks.

  6. Pulsed learning for quantum data re-uploading models

    quant-ph 2025-12 conditional novelty 5.0 of 10

    A pulse-level data re-uploading classifier outperforms its gate-based counterpart in noisy superconducting-qubit simulation.

  7. Demonstration of Efficient Predictive Surrogates for Large-scale Quantum Processors

    quant-ph 2025-07 conditional novelty 5.0 of 10

    Classical surrogates using truncated trigonometric expansions emulate noisy quantum processors and cut measurement overhead in VQE pre-training and Floquet phase identification.

  8. Hybrid Quantum Convolutional Neural Network-Aided Pilot Assignment in Cell-Free Massive MIMO Systems

    cs.IT 2025-07 conditional novelty 5.0 of 10

    A hybrid quantum CNN with a shared parameterized quantum circuit across layers achieves about 98% of exhaustive-search sum throughput for cell-free massive MIMO pilot assignment while using fewer parameters than class...

  9. Overcoming Barren Plateaus in Variational Quantum Circuits using a Two-Step Least Squares Approach

    quant-ph 2026-01 reject novelty 4.0 of 10

    A two-stage convex/nonconvex least-squares algorithm is claimed to remove the condition-number barrier in variational quantum optimization and achieve high-fidelity BB84 quantum-state cloning.

  10. Q-Detection: A Quantum-Classical Hybrid Poisoning Attack Detection Method

    cs.CR 2025-07 reject novelty 4.0 of 10

    A quantum-classical hybrid method trains a weighting network on QUBO solvers to filter poisoned image training samples, reaching clean-subset quality comparable to Meta-Sift in simulations.

  11. Artificial intelligence for representing and characterizing quantum systems

    quant-ph 2025-09 unverdicted novelty 1.0 of 10

    A review organizes AI-based quantum system characterization into ML, deep learning, and language model paradigms, covering property prediction and implicit state reconstruction.

Reference graph

Works this paper leans on

299 extracted references · 8 canonical work pages · cited by 11 Pith papers

  1. [1]

    Quantum mechanical computers

    Richard P Feynman. Quantum mechanical computers. Between Quantum and Cosmos, pages 523--548, 2017

  2. [2]

    Quantum computational complexity

    John Watrous. Quantum computational complexity. arXiv preprint arXiv:0804.3401, 2008

  3. [3]

    Polynomial-time algorithms for prime factorization and discrete logarithms on a quantum computer

    Peter W Shor. Polynomial-time algorithms for prime factorization and discrete logarithms on a quantum computer. SIAM review, 41 0 (2): 0 303--332, 1999

  4. [4]

    How to factor 2048 bit rsa integers in 8 hours using 20 million noisy qubits

    Craig Gidney and Martin Eker . How to factor 2048 bit rsa integers in 8 hours using 20 million noisy qubits. Quantum, 5: 0 433, 2021

  5. [5]

    Quantum machine learning

    Jacob Biamonte, Peter Wittek, Nicola Pancotti, Patrick Rebentrost, Nathan Wiebe, and Seth Lloyd. Quantum machine learning. Nature, 549 0 (7671): 0 195--202, 2017

  6. [6]

    Scaling laws for neural language models

    Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B Brown, Benjamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei. Scaling laws for neural language models. arXiv preprint arXiv:2001.08361, 2020

  7. [7]

    Quantum mechanical hamiltonian models of turing machines

    Paul Benioff. Quantum mechanical hamiltonian models of turing machines. Journal of Statistical Physics, 29: 0 515--546, 1982

  8. [8]

    Nielsen and Isaac L

    Michael A. Nielsen and Isaac L. Chuang. Quantum Computation and Quantum Information: 10th Anniversary Edition. Cambridge University Press, USA, 2 edition, 2011. ISBN 1107002176

Show all 299 references
  1. [9]

    A one-way quantum computer

    Robert Raussendorf and Hans J Briegel. A one-way quantum computer. Physical review letters, 86 0 (22): 0 5188, 2001

  2. [10]

    Adiabatic quantum computation

    Tameem Albash and Daniel A Lidar. Adiabatic quantum computation. Reviews of Modern Physics, 90 0 (1): 0 015002, 2018

  3. [11]

    Fault-tolerant quantum computation by anyons

    A Yu Kitaev. Fault-tolerant quantum computation by anyons. Annals of physics, 303 0 (1): 0 2--30, 2003

  4. [12]

    A fast quantum mechanical algorithm for database search

    Lov K Grover. A fast quantum mechanical algorithm for database search. In Proceedings of the twenty-eighth annual ACM symposium on Theory of computing, pages 212--219, 1996

  5. [13]

    Quantum computing for finance

    Dylan Herman, Cody Googin, Xiaoyuan Liu, Yue Sun, Alexey Galda, Ilya Safro, Marco Pistoia, and Yuri Alexeev. Quantum computing for finance. Nature Reviews Physics, 5 0 (8): 0 450--465, 2023

  6. [14]

    Drug design on quantum computers

    Raffaele Santagati, Alan Aspuru-Guzik, Ryan Babbush, Matthias Degroote, Leticia Gonzalez, Elica Kyoseva, Nikolaj Moll, Markus Oppel, Robert M Parrish, Nicholas C Rubin, et al. Drug design on quantum computers. Nature Physics, 20 0 (4): 0 549--557, 2024

  7. [15]

    Challenges and opportunities in quantum optimization

    Amira Abbas, Andris Ambainis, Brandon Augustino, Andreas B \"a rtschi, Harry Buhrman, Carleton Coffrin, Giorgio Cortiana, Vedran Dunjko, Daniel J Egger, Bruce G Elmegreen, et al. Challenges and opportunities in quantum optimization. Nature Reviews Physics, pages 1--18, 2024

  8. [16]

    Validating quantum computers using randomized model circuits

    Andrew W Cross, Lev S Bishop, Sarah Sheldon, Paul D Nation, and Jay M Gambetta. Validating quantum computers using randomized model circuits. Physical Review A, 100 0 (3): 0 032328, 2019

  9. [17]

    Quality, speed, and scale: three key attributes to measure the performance of near-term quantum computers

    Andrew Wack, Hanhee Paik, Ali Javadi-Abhari, Petar Jurcevic, Ismael Faro, Jay M Gambetta, and Blake R Johnson. Quality, speed, and scale: three key attributes to measure the performance of near-term quantum computers. arXiv preprint arXiv:2110.14108, 2021

  10. [18]

    Effective quantum volume, fidelity and computational cost of noisy quantum processing experiments

    Kostyantyn Kechedzhi, Sergei V Isakov, Salvatore Mandr \`a , Benjamin Villalonga, Xiao Mi, Sergio Boixo, and Vadim Smelyanskiy. Effective quantum volume, fidelity and computational cost of noisy quantum processing experiments. Future Generation Computer Systems, 153: 0 431--441, 2024

  11. [19]

    Guest column: A survey of quantum learning theory

    Srinivasan Arunachalam and Ronald De Wolf. Guest column: A survey of quantum learning theory. ACM Sigact News, 48 0 (2): 0 41--67, 2017

  12. [20]

    A survey on the complexity of learning quantum states

    Anurag Anshu and Srinivasan Arunachalam. A survey on the complexity of learning quantum states. Nature Reviews Physics, 6 0 (1): 0 59--69, 2024

  13. [21]

    Quantum computational supremacy

    Aram W Harrow and Ashley Montanaro. Quantum computational supremacy. Nature, 549 0 (7671): 0 203--209, 2017

  14. [22]

    Evidence for the utility of quantum computing before fault tolerance

    Youngseok Kim, Andrew Eddins, Sajant Anand, Ken Xuan Wei, Ewout Van Den Berg, Sami Rosenblatt, Hasan Nayfeh, Yantao Wu, Michael Zaletel, Kristan Temme, et al. Evidence for the utility of quantum computing before fault tolerance. Nature, 618 0 (7965): 0 500--505, 2023

  15. [23]

    An introduction to quantum machine learning

    Maria Schuld, Ilya Sinayskiy, and Francesco Petruccione. An introduction to quantum machine learning. Contemporary Physics, 56 0 (2): 0 172--185, 2015

  16. [24]

    Machine learning & artificial intelligence in the quantum domain: a review of recent progress

    Vedran Dunjko and Hans J Briegel. Machine learning & artificial intelligence in the quantum domain: a review of recent progress. Reports on Progress in Physics, 81 0 (7): 0 074001, 2018

  17. [25]

    Machine learning and the physical sciences

    Giuseppe Carleo, Ignacio Cirac, Kyle Cranmer, Laurent Daudet, Maria Schuld, Naftali Tishby, Leslie Vogt-Maranto, and Lenka Zdeborov \'a . Machine learning and the physical sciences. Reviews of Modern Physics, 91 0 (4): 0 045002, 2019

  18. [26]

    Noisy intermediate-scale quantum computers

    Bin Cheng, Xiu-Hao Deng, Xiu Gu, Yu He, Guangchong Hu, Peihao Huang, Jun Li, Ben-Chuan Lin, Dawei Lu, Yao Lu, et al. Noisy intermediate-scale quantum computers. Frontiers of Physics, 18 0 (2): 0 21308, 2023

  19. [27]

    Superconducting quantum computing: a review

    He-Liang Huang, Dachao Wu, Daojin Fan, and Xiaobo Zhu. Superconducting quantum computing: a review. Science China Information Sciences, 63: 0 1--32, 2020 a

  20. [28]

    Trapped-ion quantum computing: Progress and challenges

    Colin D Bruzewicz, John Chiaverini, Robert McConnell, and Jeremy M Sage. Trapped-ion quantum computing: Progress and challenges. Applied Physics Reviews, 6 0 (2), 2019

  21. [29]

    Quantum simulation and computing with rydberg-interacting qubits

    M Morgado and S Whitlock. Quantum simulation and computing with rydberg-interacting qubits. AVS Quantum Science, 3 0 (2), 2021

  22. [30]

    Quantum computing in the nisq era and beyond

    John Preskill. Quantum computing in the nisq era and beyond. Quantum, 2: 0 79, 2018

  23. [31]

    Quantum supremacy using a programmable superconducting processor

    Frank Arute, Kunal Arya, Ryan Babbush, Dave Bacon, Joseph C Bardin, Rami Barends, Rupak Biswas, Sergio Boixo, Fernando GSL Brandao, David A Buell, et al. Quantum supremacy using a programmable superconducting processor. Nature, 574 0 (7779): 0 505--510, 2019

  24. [32]

    Strong quantum computational advantage using a superconducting quantum processor

    Yulin Wu, Wan-Su Bao, Sirui Cao, Fusheng Chen, Ming-Cheng Chen, Xiawei Chen, Tung-Hsun Chung, Hui Deng, Yajie Du, Daojin Fan, et al. Strong quantum computational advantage using a superconducting quantum processor. Physical review letters, 127 0 (18): 0 180501, 2021

  25. [33]

    Quantum algorithm for linear systems of equations

    Aram W Harrow, Avinatan Hassidim, and Seth Lloyd. Quantum algorithm for linear systems of equations. Physical review letters, 103 0 (15): 0 150502, 2009

  26. [34]

    Quantum algorithms: an overview

    Ashley Montanaro. Quantum algorithms: an overview. npj Quantum Information, 2 0 (1): 0 1--8, 2016

  27. [35]

    Quantum algorithms: A survey of applications and end-to-end complexities

    Alexander M Dalzell, Sam McArdle, Mario Berta, Przemyslaw Bienias, Chi-Fang Chen, Andr \'a s Gily \'e n, Connor T Hann, Michael J Kastoryano, Emil T Khabiboulline, Aleksander Kubica, et al. Quantum algorithms: A survey of applications and end-to-end complexities. arXiv preprin...

  28. [36]

    Quantum principal component analysis

    Seth Lloyd, Masoud Mohseni, and Patrick Rebentrost. Quantum principal component analysis. Nature Physics, 10 0 (9): 0 631--633, September 2014. ISSN 1745-2481. doi:10.1038/nphys3029

  29. [37]

    Quantum support vector machine for big data classification

    Patrick Rebentrost, Masoud Mohseni, and Seth Lloyd. Quantum support vector machine for big data classification. Physical review letters, 113 0 (13): 0 130503, 2014

  30. [38]

    Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics

    András Gilyén, Yuan Su, Guang Hao Low, and Nathan Wiebe. Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics. In Proceedings of the 51st Annual ACM SIGACT Symposium on Theory of Computing, STOC ’19. ACM, June 2019. doi:10.1...

  31. [39]

    Quantum langevin dynamics for optimization

    Zherui Chen, Yuchen Lu, Hao Wang, Yizhou Liu, and Tongyang Li. Quantum langevin dynamics for optimization. arXiv preprint arXiv:2311.15587, 2023

  32. [40]

    Towards provably efficient quantum algorithms for large-scale machine-learning models

    Junyu Liu, Minzhao Liu, Jin-Peng Liu, Ziyu Ye, Yunfei Wang, Yuri Alexeev, Jens Eisert, and Liang Jiang. Towards provably efficient quantum algorithms for large-scale machine-learning models. Nature Communications, 15 0 (1): 0 434, 2024 a

  33. [41]

    Read the fine print

    Scott Aaronson. Read the fine print. Nature Physics, 11 0 (4): 0 291--293, 2015

  34. [42]

    Quantum random access memory

    Vittorio Giovannetti, Seth Lloyd, and Lorenzo Maccone. Quantum random access memory. Physical review letters, 100 0 (16): 0 160501, 2008

  35. [43]

    Supervised learning with quantum-enhanced feature spaces

    Vojt e ch Havl \' c ek, Antonio D C \'o rcoles, Kristan Temme, Aram W Harrow, Abhinav Kandala, Jerry M Chow, and Jay M Gambetta. Supervised learning with quantum-enhanced feature spaces. Nature, 567 0 (7747): 0 209--212, 2019

  36. [44]

    Variational quantum algorithms

    Marco Cerezo, Andrew Arrasmith, Ryan Babbush, Simon C Benjamin, Suguru Endo, Keisuke Fujii, Jarrod R McClean, Kosuke Mitarai, Xiao Yuan, Lukasz Cincio, et al. Variational quantum algorithms. Nature Reviews Physics, 3 0 (9): 0 625--644, 2021 a

  37. [45]

    Recent advances for quantum classifiers

    Weikang Li and Dong-Ling Deng. Recent advances for quantum classifiers. Science China Physics, Mechanics & Astronomy, 65 0 (2): 0 220301, 2022

  38. [46]

    Recent advances for quantum neural networks in generative learning

    Jinkai Tian, Xiaoyu Sun, Yuxuan Du, Shanshan Zhao, Qing Liu, Kaining Zhang, Wei Yi, Wanrong Huang, Chaoyue Wang, Xingyao Wu, et al. Recent advances for quantum neural networks in generative learning. IEEE Transactions on Pattern Analysis and Machine Intelligence, 45 0 (10): 0 ...

  39. [47]

    Noisy intermediate-scale quantum algorithms

    Kishor Bharti, Alba Cervera-Lierta, Thi Ha Kyaw, Tobias Haug, Sumner Alperin-Lea, Abhinav Anand, Matthias Degroote, Hermanni Heimonen, Jakob S Kottmann, Tim Menke, et al. Noisy intermediate-scale quantum algorithms. Reviews of Modern Physics, 94 0 (1): 0 015004, 2022

  40. [48]

    Challenges and opportunities in quantum machine learning

    Marco Cerezo, Guillaume Verdon, Hsin-Yuan Huang, Lukasz Cincio, and Patrick J Coles. Challenges and opportunities in quantum machine learning. Nature Computational Science, 2 0 (9): 0 567--576, 2022

  41. [49]

    Quantum circuit architecture search for variational quantum algorithms

    Yuxuan Du, Tao Huang, Shan You, Min-Hsiu Hsieh, and Dacheng Tao. Quantum circuit architecture search for variational quantum algorithms. npj Quantum Information, 8 0 (1): 0 62, 2022 a

  42. [50]

    Quantum natural gradient

    James Stokes, Josh Izaac, Nathan Killoran, and Giuseppe Carleo. Quantum natural gradient. Quantum, 4: 0 269, 2020

  43. [51]

    Adaptive pruning-based optimization of parameterized quantum circuits

    Sukin Sim, Jonathan Romero, J \'e r \^o me F Gonthier, and Alexander A Kunitsa. Adaptive pruning-based optimization of parameterized quantum circuits. Quantum Science and Technology, 6 0 (2): 0 025019, 2021

  44. [52]

    Symmetric pruning in quantum neural networks

    Xinbiao Wang, Junyu Liu, Tongliang Liu, Yong Luo, Yuxuan Du, and Dacheng Tao. Symmetric pruning in quantum neural networks. In The Eleventh International Conference on Learning Representations, 2023 a . URL https://openreview.net/forum?id=K96AogLDT2K

  45. [53]

    Quantum adversarial machine learning

    Sirui Lu, Lu-Ming Duan, and Dong-Ling Deng. Quantum adversarial machine learning. Phys. Rev. Res., 2: 0 033212, Aug 2020. doi:10.1103/PhysRevResearch.2.033212. URL https://link.aps.org/doi/10.1103/PhysRevResearch.2.033212

  46. [54]

    Quantum continual learning overcoming catastrophic forgetting

    Wenjie Jiang, Zhide Lu, and Dong-Ling Deng. Quantum continual learning overcoming catastrophic forgetting. Chinese Physics Letters, 39 0 (5): 0 050303, may 2022. doi:10.1088/0256-307X/39/5/050303. URL https://dx.doi.org/10.1088/0256-307X/39/5/050303

  47. [55]

    Quantum noise protects quantum classifiers against adversaries

    Yuxuan Du, Min-Hsiu Hsieh, Tongliang Liu, Dacheng Tao, and Nana Liu. Quantum noise protects quantum classifiers against adversaries. Physical Review Research, 3 0 (2): 0 023153, 2021 a

  48. [56]

    Watkins, Samuel Yen-Chi Chen, and Shinjae Yoo

    William M. Watkins, Samuel Yen-Chi Chen, and Shinjae Yoo. Quantum machine learning with differential privacy. Scientific Reports, 13 0 (1): 0 2453, 2023. doi:10.1038/s41598-022-24082-z. URL https://doi.org/10.1038/s41598-022-24082-z

  49. [57]

    A distributed learning scheme for variational quantum algorithms

    Yuxuan Du, Yang Qian, Xingyao Wu, and Dacheng Tao. A distributed learning scheme for variational quantum algorithms. IEEE Transactions on Quantum Engineering, 3: 0 1--16, 2022 b

  50. [58]

    Towards quantum federated learning

    Chao Ren, Rudai Yan, Huihui Zhu, Han Yu, Minrui Xu, Yuan Shen, Yan Xu, Ming Xiao, Zhao Yang Dong, Mikael Skoglund, et al. Towards quantum federated learning. arXiv preprint arXiv:2306.09912, 2023

  51. [59]

    On the interpretability of quantum neural networks

    Lirand \"e Pira and Chris Ferrie. On the interpretability of quantum neural networks. Quantum Machine Intelligence, 6 0 (2): 0 52, 2024

  52. [60]

    Statistical complexity of quantum learning

    Leonardo Banchi, Jason Luke Pereira, Sharu Theresa Jose, and Osvaldo Simeone. Statistical complexity of quantum learning. Advanced Quantum Technologies, page 2300311, 2023

  53. [61]

    Pennylane: Automatic differentiation of hybrid quantum-classical computations

    Ville Bergholm, Josh Izaac, Maria Schuld, Christian Gogolin, Shahnawaz Ahmed, Vishnu Ajith, M Sohaib Alam, Guillermo Alonso-Linaje, B AkashNarayanan, Ali Asadi, et al. Pennylane: Automatic differentiation of hybrid quantum-classical computations. arXiv preprint arXiv:1811.04968, 2018

  54. [62]

    Quantum computing with qiskit

    Ali Javadi-Abhari, Matthew Treinish, Kevin Krsulich, Christopher J Wood, Jake Lishman, Julien Gacon, Simon Martiel, Paul D Nation, Lev S Bishop, Andrew W Cross, et al. Quantum computing with qiskit. arXiv preprint arXiv:2405.08810, 2024

  55. [63]

    Cirq, May 2024

    Cirq Developers. Cirq, May 2024. URL https://doi.org/10.5281/zenodo.11398048

  56. [64]

    Tensorflow quantum: A software framework for quantum machine learning

    Michael Broughton, Guillaume Verdon, Trevor McCourt, Antonio J Martinez, Jae Hyeon Yoo, Sergei V Isakov, Philip Massey, Ramin Halavati, Murphy Yuezhen Niu, Alexander Zlokapa, et al. Tensorflow quantum: A software framework for quantum machine learning. arXiv preprint arXiv:200...

  57. [65]

    On the role of entanglement in quantum-computational speed-up

    Richard Jozsa and Noah Linden. On the role of entanglement in quantum-computational speed-up. Proceedings of the Royal Society of London. Series A: Mathematical, Physical and Engineering Sciences, 459 0 (2036): 0 2011--2032, 2003

  58. [66]

    Going beyond bell’s theorem

    Daniel M Greenberger, Michael A Horne, and Anton Zeilinger. Going beyond bell’s theorem. In Bell’s theorem, quantum theory and conceptions of the universe, pages 69--72. Springer, 1989

  59. [67]

    Digital principles and Applications

    Donald P Leach and Albert P Malvino. Digital principles and Applications. Glencoe/McGraw-Hill, 1994

  60. [68]

    The solovay-kitaev algorithm

    Christopher M Dawson and Michael A Nielsen. The solovay-kitaev algorithm. arXiv preprint quant-ph/0505030, 2005

  61. [69]

    From classical to quantum shannon theory

    Mark M Wilde. From classical to quantum shannon theory. arXiv preprint arXiv:1106.1445, 2011

  62. [70]

    Efficient estimation of pauli channels

    Steven T Flammia and Joel J Wallman. Efficient estimation of pauli channels. ACM Transactions on Quantum Computing, 1 0 (1): 0 1--32, 2020

  63. [71]

    Lecture notes for physics 219: Quantum computation

    John Preskill. Lecture notes for physics 219: Quantum computation. Caltech Lecture Notes, 7: 0 1, 1999

  64. [72]

    Determination of quasiprobability distributions in terms of probability distributions for the rotated quadrature phase

    K Vogel and H Risken. Determination of quasiprobability distributions in terms of probability distributions for the rotated quadrature phase. Physical Review A, 40 0 (5): 0 2847, 1989

  65. [73]

    Quantum state tomography via linear regression estimation

    Bo Qi, Zhibo Hou, Li Li, Daoyi Dong, Guoyong Xiang, and Guangcan Guo. Quantum state tomography via linear regression estimation. Scientific reports, 3 0 (1): 0 3496, 2013

  66. [74]

    Quantum-state estimation

    Zdenek Hradil. Quantum-state estimation. Physical Review A, 55 0 (3): 0 R1561, 1997

  67. [75]

    Quantum-enhanced markov chain monte carlo

    David Layden, Guglielmo Mazzola, Ryan V Mishmash, Mario Motta, Pawel Wocjan, Jin-Sung Kim, and Sarah Sheldon. Quantum-enhanced markov chain monte carlo. Nature, 619 0 (7969): 0 282--287, 2023

  68. [76]

    A quantum approximate optimization algorithm

    Edward Farhi, Jeffrey Goldstone, and Sam Gutmann. A quantum approximate optimization algorithm. arXiv preprint arXiv:1411.4028, 2014

  69. [77]

    Characterizing quantum supremacy in near-term devices

    Sergio Boixo, Sergei V Isakov, Vadim N Smelyanskiy, Ryan Babbush, Nan Ding, Zhang Jiang, Michael J Bremner, John M Martinis, and Hartmut Neven. Characterizing quantum supremacy in near-term devices. Nature Physics, 14 0 (6): 0 595--600, 2018

  70. [78]

    On the complexity and verification of quantum random circuit sampling

    Adam Bouland, Bill Fefferman, Chinmay Nirkhe, and Umesh Vazirani. On the complexity and verification of quantum random circuit sampling. Nature Physics, 15 0 (2): 0 159--163, 2019

  71. [79]

    Hardware-efficient variational quantum eigensolver for small molecules and quantum magnets

    Abhinav Kandala, Antonio Mezzacapo, Kristan Temme, Maika Takita, Markus Brink, Jerry M Chow, and Jay M Gambetta. Hardware-efficient variational quantum eigensolver for small molecules and quantum magnets. nature, 549 0 (7671): 0 242--246, 2017 a

  72. [80]

    The variational quantum eigensolver: a review of methods and best practices

    Jules Tilly, Hongxiang Chen, Shuxiang Cao, Dario Picozzi, Kanav Setia, Ying Li, Edward Grant, Leonard Wossnig, Ivan Rungger, George H Booth, et al. The variational quantum eigensolver: a review of methods and best practices. Physics Reports, 986: 0 1--128, 2022

  73. [81]

    Shadow tomography of quantum states

    Scott Aaronson. Shadow tomography of quantum states. In Proceedings of the 50th annual ACM SIGACT symposium on theory of computing, pages 325--338, 2018

  74. [82]

    Predicting many properties of a quantum system from very few measurements

    Hsin-Yuan Huang, Richard Kueng, and John Preskill. Predicting many properties of a quantum system from very few measurements. Nature Physics, 16 0 (10): 0 1050--1057, 2020 b

  75. [83]

    Quantum linear algebra is all you need for transformer architectures, 2024 a

    Naixu Guo, Zhan Yu, Matthew Choi, Aman Agrawal, Kouhei Nakaji, Alán Aspuru-Guzik, and Patrick Rebentrost. Quantum linear algebra is all you need for transformer architectures, 2024 a . URL https://arxiv.org/abs/2402.16714

  76. [84]

    Quantum amplitude amplification and estimation

    Gilles Brassard, Peter H yer, Michele Mosca, and Alain Tapp. Quantum amplitude amplification and estimation. In Quantum Computation and Information ( Washington , DC , 2000) , volume 305 of Contemporary Mathematics , pages 53--74. American Mathematical Society , Providence, RI...

  77. [85]

    Compiling basic linear algebra subroutines for quantum computers

    Liming Zhao, Zhikuan Zhao, Patrick Rebentrost, and Joseph Fitzsimons. Compiling basic linear algebra subroutines for quantum computers. Quantum Machine Intelligence, 3 0 (2): 0 21, June 2021. ISSN 2524-4914. doi:10.1007/s42484-021-00048-8. URL https://doi.org/10.1007/s42484-02...

  78. [86]

    Nonlinear transformation of complex amplitudes via quantum singular value transformation

    Naixu Guo, Kosuke Mitarai, and Keisuke Fujii. Nonlinear transformation of complex amplitudes via quantum singular value transformation. Phys. Rev. Res., 6: 0 043227, Dec 2024 b . doi:10.1103/PhysRevResearch.6.043227. URL https://link.aps.org/doi/10.1103/PhysRevResearch.6.043227

  79. [87]

    Rattew and Patrick Rebentrost

    Arthur G. Rattew and Patrick Rebentrost. Non-linear transformations of quantum amplitudes: Exponential improvement, generalization, and applications, 2023. URL https://arxiv.org/abs/2309.09839

  80. [88]

    Approximate amplitude encoding in shallow parameterized quantum circuits and its application to financial market indicators

    Kouhei Nakaji, Shumpei Uno, Yohichi Suzuki, Rudy Raymond, Tamiya Onodera, Tomoki Tanaka, Hiroyuki Tezuka, Naoki Mitsuda, and Naoki Yamamoto. Approximate amplitude encoding in shallow parameterized quantum circuits and its application to financial market indicators. Physical Re...

  81. [89]

    Data re-uploading for a universal quantum classifier

    Adri \'a n P \'e rez-Salinas, Alba Cervera-Lierta, Elies Gil-Fuster, and Jos \'e I Latorre. Data re-uploading for a universal quantum classifier. Quantum, 4: 0 226, 2020

  82. [90]

    Neural quantum embedding: Pushing the limits of quantum supervised learning

    Tak Hur, Israel F Araujo, and Daniel K Park. Neural quantum embedding: Pushing the limits of quantum supervised learning. Physical Review A, 110 0 (2): 0 022411, 2024

  83. [91]

    Information encoding

    Maria Schuld, Francesco Petruccione, Maria Schuld, and Francesco Petruccione. Information encoding. Supervised Learning with Quantum Computers, pages 139--171, 2018

  84. [92]

    Principal component analysis

    Herv \'e Abdi and Lynne J Williams. Principal component analysis. Wiley interdisciplinary reviews: computational statistics, 2 0 (4): 0 433--459, 2010

  85. [93]

    Quantum embeddings for machine learning

    Seth Lloyd, Maria Schuld, Aroosa Ijaz, Josh Izaac, and Nathan Killoran. Quantum embeddings for machine learning. arXiv preprint arXiv:2001.03622, 2020

  86. [94]

    Embedding learning in hybrid quantum-classical neural networks

    Minzhao Liu, Junyu Liu, Rui Liu, Henry Makhanov, Danylo Lykov, Anuj Apte, and Yuri Alexeev. Embedding learning in hybrid quantum-classical neural networks. In 2022 IEEE International Conference on Quantum Computing and Engineering (QCE), pages 79--86. IEEE, 2022

  87. [95]

    Quantum singular-value decomposition of nonsparse low-rank matrices

    Patrick Rebentrost, Adrian Steffens, Iman Marvian, and Seth Lloyd. Quantum singular-value decomposition of nonsparse low-rank matrices. Physical review A, 97 0 (1): 0 012327, 2018 a

  88. [96]

    Quantum gram-schmidt processes and their application to efficient state readout for quantum algorithms

    Kaining Zhang, Min-Hsiu Hsieh, Liu Liu, and Dacheng Tao. Quantum gram-schmidt processes and their application to efficient state readout for quantum algorithms. Physical Review Research, 3 0 (4): 0 043095, 2021 a

  89. [97]

    Efficient tomography of a quantum many-body system

    Ben P Lanyon, Christine Maier, Milan Holz \"a pfel, Tillmann Baumgratz, Cornelius Hempel, Petar Jurcevic, Ish Dhand, AS Buyskikh, Andrew J Daley, Marcus Cramer, et al. Efficient tomography of a quantum many-body system. Nature Physics, 13 0 (12): 0 1158--1162, 2017

  90. [98]

    Tensor networks for complex quantum systems

    Rom \'a n Or \'u s. Tensor networks for complex quantum systems. Nature Reviews Physics, 1 0 (9): 0 538--550, 2019

  91. [99]

    An introduction to restricted boltzmann machines

    Asja Fischer and Christian Igel. An introduction to restricted boltzmann machines. In Progress in Pattern Recognition, Image Analysis, Computer Vision, and Applications: 17th Iberoamerican Congress, CIARP 2012, Buenos Aires, Argentina, September 3-6, 2012. Proceedings 17, page...

  92. [100]

    Attention is all you need

    A Vaswani. Attention is all you need. Advances in Neural Information Processing Systems, 2017

  93. [101]

    Neural-network quantum state tomography

    Giacomo Torlai, Guglielmo Mazzola, Juan Carrasquilla, Matthias Troyer, Roger Melko, and Giuseppe Carleo. Neural-network quantum state tomography. Nature Physics, 14 0 (5): 0 447--450, 2018. doi:10.1038/s41567-018-0048-5. URL https://doi.org/10.1038/s41567-018-0048-5

  94. [102]

    Efficient quantum state tomography with convolutional neural networks

    Tobias Schmale, Moritz Reh, and Martin Gärttner. Efficient quantum state tomography with convolutional neural networks. npj Quantum Information, 8 0 (1), September 2022. ISSN 2056-6387. doi:10.1038/s41534-022-00621-4. URL http://dx.doi.org/10.1038/s41534-022-00621-4

  95. [103]

    Predicting properties of quantum systems with conditional generative models

    Haoxiang Wang, Maurice Weber, Josh Izaac, and Cedric Yen-Yu Lin. Predicting properties of quantum systems with conditional generative models. arXiv preprint arXiv:2211.16943, 2022 a

  96. [104]

    Provable learning of quantum states with graphical models, 2023

    Liming Zhao, Naixu Guo, Ming-Xing Luo, and Patrick Rebentrost. Provable learning of quantum states with graphical models, 2023. URL https://arxiv.org/abs/2309.09235

  97. [105]

    Chow, and Jay M

    Abhinav Kandala, Antonio Mezzacapo, Kristan Temme, Maika Takita, Markus Brink, Jerry M. Chow, and Jay M. Gambetta. Hardware-efficient Variational Quantum Eigensolver for Small Molecules and Quantum Magnets . Nature, 549 0 (7671): 0 242--246, September 2017 b . ISSN 0028-0836, ...

  98. [106]

    Measurement optimization in the variational quantum eigensolver using a minimum clique cover

    Vladyslav Verteletskyi, Tzu-Ching Yen, and Artur F Izmaylov. Measurement optimization in the variational quantum eigensolver using a minimum clique cover. The Journal of chemical physics, 152 0 (12), 2020

  99. [107]

    Application of fermionic marginal constraints to hybrid quantum algorithms

    Nicholas C Rubin, Ryan Babbush, and Jarrod McClean. Application of fermionic marginal constraints to hybrid quantum algorithms. New Journal of Physics, 20 0 (5): 0 053020, 2018

  100. [108]

    Operator sampling for shot-frugal optimization in variational algorithms

    Andrew Arrasmith, Lukasz Cincio, Rolando D Somma, and Patrick J Coles. Operator sampling for shot-frugal optimization in variational algorithms. arXiv preprint arXiv:2004.06252, 2020

  101. [109]

    Shuffle-qudio: accelerate distributed vqe with trainability enhancement and measurement reduction

    Yang Qian, Yuxuan Du, and Dacheng Tao. Shuffle-qudio: accelerate distributed vqe with trainability enhancement and measurement reduction. Quantum Machine Intelligence, 6 0 (1): 0 1--22, 2024

  102. [110]

    A. Yu. Kitaev. Quantum measurements and the abelian stabilizer problem, 1995. URL https://arxiv.org/abs/quant-ph/9511026

  103. [111]

    Quantum arithmetic with the quantum fourier transform

    Lidia Ruiz-Perez and Juan Carlos Garcia-Escartin. Quantum arithmetic with the quantum fourier transform. Quantum Information Processing, 16 0 (6), April 2017. ISSN 1573-1332. doi:10.1007/s11128-017-1603-1. URL http://dx.doi.org/10.1007/s11128-017-1603-1

  104. [112]

    Krovi, Nuno F

    Jin-Peng Liu, Herman Øie Kolden, Hari K. Krovi, Nuno F. Loureiro, Konstantina Trivisa, and Andrew M. Childs. Efficient quantum algorithm for dissipative nonlinear differential equations. Proceedings of the National Academy of Sciences, 118 0 (35), August 2021 a . ISSN 1091-649...

  105. [113]

    Childs, Jin-Peng Liu, and Aaron Ostrander

    Andrew M. Childs, Jin-Peng Liu, and Aaron Ostrander. High-precision quantum algorithms for partial differential equations. Quantum , 5: 0 574, November 2021. ISSN 2521-327X. doi:10.22331/q-2021-11-10-574. URL https://doi.org/10.22331/q-2021-11-10-574

  106. [114]

    Quantum-accelerated multilevel M onte C arlo methods for stochastic differential equations in mathematical finance

    Dong An, Noah Linden, Jin-Peng Liu, Ashley Montanaro, Changpeng Shao, and Jiasu Wang. Quantum-accelerated multilevel M onte C arlo methods for stochastic differential equations in mathematical finance. Quantum , 5: 0 481, June 2021. ISSN 2521-327X. doi:10.22331/q-2021-06-24-48...

  107. [115]

    Quantum simulation of partial differential equations via schrodingerisation, 2022

    Shi Jin, Nana Liu, and Yue Yu. Quantum simulation of partial differential equations via schrodingerisation, 2022. URL https://arxiv.org/abs/2212.13969

  108. [116]

    Design nearly optimal quantum algorithm for linear differential equations via lindbladians, 2024

    Zhong-Xia Shang, Naixu Guo, Dong An, and Qi Zhao. Design nearly optimal quantum algorithm for linear differential equations via lindbladians, 2024. URL https://arxiv.org/abs/2410.19628

  109. [117]

    Quantum eigenvalue processing, 2024

    Guang Hao Low and Yuan Su. Quantum eigenvalue processing, 2024. URL https://arxiv.org/abs/2401.06240

  110. [118]

    Linear combination of hamiltonian simulation for nonunitary dynamics with optimal state preparation cost

    Dong An, Jin-Peng Liu, and Lin Lin. Linear combination of hamiltonian simulation for nonunitary dynamics with optimal state preparation cost. Phys. Rev. Lett., 131: 0 150603, Oct 2023. doi:10.1103/PhysRevLett.131.150603. URL https://link.aps.org/doi/10.1103/PhysRevLett.131.150603

  111. [119]

    Childs, Lin Lin, and Lexing Ying

    Dong An, Andrew M. Childs, Lin Lin, and Lexing Ying. Laplace transform based quantum eigenvalue transformation via linear combination of hamiltonian simulation, 2024. URL https://arxiv.org/abs/2411.04010

  112. [120]

    Quantum phase processing and its applications in estimating phase and entropies

    Youle Wang, Lei Zhang, Zhan Yu, and Xin Wang. Quantum phase processing and its applications in estimating phase and entropies. Physical Review A, 108 0 (6), December 2023 b . ISSN 2469-9934. doi:10.1103/physreva.108.062413. URL http://dx.doi.org/10.1103/PhysRevA.108.062413

  113. [121]

    Generalized quantum signal processing, 2024

    Danial Motlagh and Nathan Wiebe. Generalized quantum signal processing, 2024. URL https://arxiv.org/abs/2308.01501

  114. [122]

    Rossi and Isaac L

    Zane M. Rossi and Isaac L. Chuang. Multivariable quantum signal processing (m-qsp): prophecies of the two-headed oracle. Quantum, 6: 0 811, September 2022. ISSN 2521-327X. doi:10.22331/q-2022-09-20-811. URL http://dx.doi.org/10.22331/q-2022-09-20-811

  115. [123]

    Efficient state preparation for multivariate monte carlo simulation, 2024

    Hitomi Mori, Kosuke Mitarai, and Keisuke Fujii. Efficient state preparation for multivariate monte carlo simulation, 2024. URL https://arxiv.org/abs/2409.07336

  116. [124]

    Quantum State Preparation with Optimal Circuit Depth : Implementations and Applications

    Xiao-Ming Zhang, Tongyang Li, and Xiao Yuan. Quantum State Preparation with Optimal Circuit Depth : Implementations and Applications . Physical Review Letters, 129 0 (23): 0 230504, November 2022 a . doi:10.1103/PhysRevLett.129.230504. URL https://link.aps.org/doi/10.1103/Phys...

  117. [125]

    Asymptotically Optimal Circuit Depth for Quantum State Preparation and General Unitary Synthesis

    Xiaoming Sun, Guojing Tian, Shuai Yang, Pei Yuan, and Shengyu Zhang. Asymptotically Optimal Circuit Depth for Quantum State Preparation and General Unitary Synthesis . IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, 42 0 (10): 0 3301--3314, Octob...

  118. [126]

    Childs and Nathan Wiebe

    Andrew M. Childs and Nathan Wiebe. Hamiltonian simulation using linear combinations of unitary operations. Quantum Info. Comput., 12 0 (11–12): 0 901–924, November 2012. ISSN 1533-7146

  119. [127]

    Efficient explicit circuit for quantum state preparation of piece-wise continuous functions, 2024

    Nikita Guseynov and Nana Liu. Efficient explicit circuit for quantum state preparation of piece-wise continuous functions, 2024. URL https://arxiv.org/abs/2411.01131

  120. [128]

    Explicit gate construction of block-encoding for hamiltonians needed for simulating partial differential equations, 2024

    Nikita Guseynov, Xiajie Huang, and Nana Liu. Explicit gate construction of block-encoding for hamiltonians needed for simulating partial differential equations, 2024. URL https://arxiv.org/abs/2405.12855

  121. [129]

    Explicit quantum circuits for block encodings of certain sparse matrices, 2023

    Daan Camps, Lin Lin, Roel Van Beeumen, and Chao Yang. Explicit quantum circuits for block encodings of certain sparse matrices, 2023. URL https://arxiv.org/abs/2203.10236

  122. [130]

    Foundations of machine learning, 2018

    Mehryar Mohri. Foundations of machine learning, 2018

  123. [131]

    Experimental quantum kernel trick with nuclear spins in a solid

    Takeru Kusumoto, Kosuke Mitarai, Keisuke Fujii, Masahiro Kitagawa, and Makoto Negoro. Experimental quantum kernel trick with nuclear spins in a solid. npj Quantum Information, 7 0 (1): 0 94, 2021

  124. [132]

    Quantum classifier with tailored quantum kernel

    Carsten Blank, Daniel K Park, June-Koo Kevin Rhee, and Francesco Petruccione. Quantum classifier with tailored quantum kernel. npj Quantum Information, 6 0 (1): 0 41, 2020

  125. [133]

    A rigorous and robust quantum speed-up in supervised machine learning

    Yunchao Liu, Srinivasan Arunachalam, and Kristan Temme. A rigorous and robust quantum speed-up in supervised machine learning. Nature Physics, 17 0 (9): 0 1013--1017, 2021 b

  126. [134]

    On the expressivity of embedding quantum kernels

    Elies Gil-Fuster, Jens Eisert, and Vedran Dunjko. On the expressivity of embedding quantum kernels. Machine Learning: Science and Technology, 5 0 (2): 0 025003, 2024

  127. [135]

    Power of data in quantum machine learning

    Hsin-Yuan Huang, Michael Broughton, Masoud Mohseni, Ryan Babbush, Sergio Boixo, Hartmut Neven, and Jarrod R McClean. Power of data in quantum machine learning. Nature communications, 12 0 (1): 0 2631, 2021 a

  128. [136]

    Visualizing data using t-sne

    Laurens Van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of machine learning research, 9 0 (11), 2008

  129. [137]

    Implementing a distance-based classifier with a quantum interference circuit

    Maria Schuld, Mark Fingerhuth, and Francesco Petruccione. Implementing a distance-based classifier with a quantum interference circuit. Europhysics Letters, 119 0 (6): 0 60002, 2017

  130. [138]

    Quantum machine learning in feature hilbert spaces

    Maria Schuld and Nathan Killoran. Quantum machine learning in feature hilbert spaces. Physical review letters, 122 0 (4): 0 040504, 2019

  131. [139]

    Training quantum embedding kernels on near-term quantum computers

    Thomas Hubregtsen, David Wierichs, Elies Gil-Fuster, Peter-Jan HS Derks, Paul K Faehrmann, and Johannes Jakob Meyer. Training quantum embedding kernels on near-term quantum computers. Physical Review A, 106 0 (4): 0 042431, 2022

  132. [140]

    Effect of data encoding on the expressive power of variational quantum-machine-learning models

    Maria Schuld, Ryan Sweke, and Johannes Jakob Meyer. Effect of data encoding on the expressive power of variational quantum-machine-learning models. Physical Review A, 103 0 (3): 0 032430, 2021

  133. [141]

    Quantum multiple kernel learning

    Seyed Shakib Vedaie, Moslem Noori, Jaspreet S Oberoi, Barry C Sanders, and Ehsan Zahedinejad. Quantum multiple kernel learning. arXiv preprint arXiv:2011.09694, 2020

  134. [142]

    Neural auto-designer for enhanced quantum kernels

    Cong Lei, Yuxuan Du, Peng Mi, Jun Yu, and Tongliang Liu. Neural auto-designer for enhanced quantum kernels. arXiv preprint arXiv:2401.11098, 2024

  135. [143]

    Covariant quantum kernels for data with group structure

    Jennifer R Glick, Tanvi P Gujarati, Antonio D Corcoles, Youngseok Kim, Abhinav Kandala, Jay M Gambetta, and Kristan Temme. Covariant quantum kernels for data with group structure. Nature Physics, 20 0 (3): 0 479--483, 2024

  136. [144]

    Exponential concentration and untrainability in quantum kernel methods

    Supanut Thanasilp, Samson Wang, Marco Cerezo, and Zo \"e Holmes. Exponential concentration and untrainability in quantum kernel methods. arXiv preprint arXiv:2208.11060, 2022

  137. [145]

    Quantum fisher kernel for mitigating the vanishing similarity issue

    Yudai Suzuki, Hideaki Kawaguchi, and Naoki Yamamoto. Quantum fisher kernel for mitigating the vanishing similarity issue. Quantum Science and Technology, 2022

  138. [146]

    Importance of kernel bandwidth in quantum machine learning

    Ruslan Shaydulin and Stefan M Wild. Importance of kernel bandwidth in quantum machine learning. Physical Review A, 106 0 (4): 0 042407, 2022

  139. [147]

    Bandwidth enables generalization in quantum kernel models

    Abdulkadir Canatar, Evan Peters, Cengiz Pehlevan, Stefan M Wild, and Ruslan Shaydulin. Bandwidth enables generalization in quantum kernel models. arXiv preprint arXiv:2206.06686, 2022

  140. [148]

    Supervised quantum machine learning models are kernel methods

    Maria Schuld. Supervised quantum machine learning models are kernel methods. arXiv preprint arXiv:2101.11020, 2021

  141. [149]

    Quantum machine learning beyond kernel methods

    Sofiene Jerbi, Lukas J Fiderer, Hendrik Poulsen Nautrup, Jonas M K \"u bler, Hans J Briegel, and Vedran Dunjko. Quantum machine learning beyond kernel methods. Nature Communications, 14 0 (1): 0 1--8, 2023

  142. [150]

    Towards understanding the power of quantum kernels in the nisq era

    Xinbiao Wang, Yuxuan Du, Yong Luo, and Dacheng Tao. Towards understanding the power of quantum kernels in the nisq era. Quantum, 5: 0 531, 2021 a

  143. [151]

    u bler, Simon Buchholz, and Bernhard Sch \

    Jonas K \"u bler, Simon Buchholz, and Bernhard Sch \"o lkopf. The inductive bias of quantum kernels. Advances in Neural Information Processing Systems, 34: 0 12661--12673, 2021

  144. [152]

    On the quantum versus classical learnability of discrete distributions

    Ryan Sweke, Jean-Pierre Seifert, Dominik Hangleiter, and Jens Eisert. On the quantum versus classical learnability of discrete distributions. Quantum, 5: 0 417, 2021

  145. [153]

    Quantum kernel for image classification of real world manufacturing defects

    Daniel Beaulieu, Dylan Miracle, Anh Pham, and William Scherr. Quantum kernel for image classification of real world manufacturing defects. arXiv preprint arXiv:2212.08693, 2022

  146. [154]

    Satellite image classification with neural quantum kernels

    Pablo Rodriguez-Grasa, Robert Farzan-Rodriguez, Gabriele Novelli, Yue Ban, and Mikel Sanz. Satellite image classification with neural quantum kernels. arXiv preprint arXiv:2409.20356, 2024

  147. [155]

    Quantum kernels to learn the phases of quantum matter

    Teresa Sancho-Lorente, Juan Rom \'a n-Roche, and David Zueco. Quantum kernels to learn the phases of quantum matter. Physical Review A, 105 0 (4): 0 042432, 2022

  148. [156]

    Quantum phase recognition via quantum kernel methods

    Yusen Wu, Bujiao Wu, Jingbo Wang, and Xiao Yuan. Quantum phase recognition via quantum kernel methods. Quantum, 7: 0 981, 2023

  149. [157]

    Quantum machine learning algorithms for drug discovery applications

    Kushal Batra, Kimberley M Zorn, Daniel H Foil, Eni Minerali, Victor O Gawriljuk, Thomas R Lane, and Sean Ekins. Quantum machine learning algorithms for drug discovery applications. Journal of chemical information and modeling, 61 0 (6): 0 2641--2647, 2021

  150. [158]

    Quantum machine learning for quantum anomaly detection

    Nana Liu and Patrick Rebentrost. Quantum machine learning for quantum anomaly detection. Physical Review A, 97 0 (4): 0 042315, 2018

  151. [159]

    Mixed quantum--classical method for fraud detection with quantum feature selection

    Michele Grossi, Noelle Ibrahim, Voica Radescu, Robert Loredo, Kirsten Voigt, Constantin Von Altrock, and Andreas Rudnik. Mixed quantum--classical method for fraud detection with quantum feature selection. IEEE Transactions on Quantum Engineering, 3: 0 1--12, 2022

  152. [160]

    Quantum multiple kernel learning in financial classification tasks

    Shungo Miyabe, Brian Quanz, Noriaki Shimada, Abhijit Mitra, Takahiro Yamamoto, Vladimir Rastunkov, Dimitris Alevras, Mekena Metcalf, Daniel JM King, Mohammad Mamouei, et al. Quantum multiple kernel learning in financial classification tasks. arXiv preprint arXiv:2312.00260, 2023

  153. [161]

    Deep learning

    Yann LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning. nature, 521 0 (7553): 0 436--444, 2015

  154. [162]

    Deep learning for computer vision: A brief review

    Athanasios Voulodimos, Nikolaos Doulamis, Anastasios Doulamis, and Eftychios Protopapadakis. Deep learning for computer vision: A brief review. Computational intelligence and neuroscience, 2018 0 (1): 0 7068349, 2018

  155. [163]

    A survey of the usages of deep learning for natural language processing

    Daniel W Otter, Julian R Medina, and Jugal K Kalita. A survey of the usages of deep learning for natural language processing. IEEE transactions on neural networks and learning systems, 32 0 (2): 0 604--624, 2020

  156. [164]

    Training compute-optimal large language models

    Jordan Hoffmann, Sebastian Borgeaud, Arthur Mensch, Elena Buchatskaya, Trevor Cai, Eliza Rutherford, Diego de Las Casas, Lisa Anne Hendricks, Johannes Welbl, Aidan Clark, et al. Training compute-optimal large language models. In Proceedings of the 36th International Conference...

  157. [165]

    The growing energy footprint of artificial intelligence

    Alex de Vries. The growing energy footprint of artificial intelligence. Joule, 7 0 (10): 0 2191--2194, 2023

  158. [166]

    Recent developments and applications in quantum neural network: A review

    SK Jeswal and S Chakraverty. Recent developments and applications in quantum neural network: A review. Archives of Computational Methods in Engineering, 26 0 (4): 0 793--807, 2019

  159. [167]

    Quantum advantage in learning from experiments

    Hsin-Yuan Huang, Michael Broughton, Jordan Cotler, Sitan Chen, Jerry Li, Masoud Mohseni, Hartmut Neven, Ryan Babbush, Richard Kueng, John Preskill, et al. Quantum advantage in learning from experiments. Science, 376 0 (6598): 0 1182--1186, 2022

  160. [168]

    Machine learning of high dimensional data on a noisy quantum processor

    Evan Peters, Jo \ a o Caldeira, Alan Ho, Stefan Leichenauer, Masoud Mohseni, Hartmut Neven, Panagiotis Spentzouris, Doug Strain, and Gabriel N Perdue. Machine learning of high dimensional data on a noisy quantum processor. npj Quantum Information, 7 0 (1): 0 161, 2021

  161. [169]

    Quantum error correction below the surface code threshold

    Rajeev Acharya, Laleh Aghababaie-Beni, Igor Aleiner, Trond I Andersen, Markus Ansmann, Frank Arute, Kunal Arya, Abraham Asfaw, Nikita Astrakhantsev, Juan Atalaya, et al. Quantum error correction below the surface code threshold. arXiv preprint arXiv:2408.13687, 2024

  162. [170]

    Quantum neural networks to simulate many-body quantum systems

    Bart omiej Gardas, Marek M Rams, and Jacek Dziarmaga. Quantum neural networks to simulate many-body quantum systems. Physical Review B, 98 0 (18): 0 184304, 2018

  163. [171]

    Quantum chemistry in the age of quantum computing

    Yudong Cao, Jonathan Romero, Jonathan P Olson, Matthias Degroote, Peter D Johnson, M \'a ria Kieferov \'a , Ian D Kivlichan, Tim Menke, Borja Peropadre, Nicolas PD Sawaya, et al. Quantum chemistry in the age of quantum computing. Chemical reviews, 119 0 (19): 0 10856--10915, 2019

  164. [172]

    UCI machine learning repository, 2017

    Dheeru Dua and Casey Graff. UCI machine learning repository, 2017. URL http://archive.ics.uci.edu/ml

  165. [173]

    Gradient-based learning applied to document recognition

    Yann LeCun, L \'e on Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 86 0 (11): 0 2278--2324, 1998

  166. [174]

    A logical calculus of the ideas immanent in nervous activity

    Warren S McCulloch and Walter Pitts. A logical calculus of the ideas immanent in nervous activity. The bulletin of mathematical biophysics, 5: 0 115--133, 1943

  167. [175]

    Artificial neural networks (the multilayer perceptron)—a review of applications in the atmospheric sciences

    Matt W Gardner and SR Dorling. Artificial neural networks (the multilayer perceptron)—a review of applications in the atmospheric sciences. Atmospheric environment, 32 0 (14-15): 0 2627--2636, 1998

  168. [176]

    Some new results on neural network approximation

    Kurt Hornik. Some new results on neural network approximation. Neural networks, 6 0 (8): 0 1069--1072, 1993

  169. [177]

    Backpropagation and stochastic gradient descent method

    Shun-ichi Amari. Backpropagation and stochastic gradient descent method. Neurocomputing, 5 0 (4-5): 0 185--196, 1993

  170. [178]

    Handwritten digit recognition with a back-propagation network

    Yann LeCun, Bernhard Boser, John Denker, Donnie Henderson, Richard Howard, Wayne Hubbard, and Lawrence Jackel. Handwritten digit recognition with a back-propagation network. Advances in neural information processing systems, 2, 1989

  171. [179]

    Deep residual learning for image recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 770--778, 2016

  172. [180]

    On convergence proofs on perceptrons

    Albert BJ Novikoff. On convergence proofs on perceptrons. In Proceedings of the Symposium on the Mathematical Theory of Automata, volume 12, pages 615--622. New York, NY, 1962

  173. [181]

    The perceptron: a probabilistic model for information storage and organization in the brain

    Frank Rosenblatt. The perceptron: a probabilistic model for information storage and organization in the brain. Psychological review, 65 0 (6): 0 386, 1958

  174. [182]

    A theoretical framework for back-propagation

    Yann LeCun, D Touresky, G Hinton, and T Sejnowski. A theoretical framework for back-propagation. In Proceedings of the 1988 connectionist models summer school, volume 1, pages 21--28, 1988

  175. [183]

    Multilayer feedforward networks are universal approximators

    Kurt Hornik, Maxwell Stinchcombe, and Halbert White. Multilayer feedforward networks are universal approximators. Neural networks, 2 0 (5): 0 359--366, 1989

  176. [184]

    Overfitting in neural nets: Backpropagation, conjugate gradient, and early stopping

    Rich Caruana, Steve Lawrence, and C Giles. Overfitting in neural nets: Backpropagation, conjugate gradient, and early stopping. Advances in neural information processing systems, 13, 2000

  177. [185]

    Dropout: A simple way to prevent neural networks from overfitting

    Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, and Ruslan Salakhutdinov. Dropout: A simple way to prevent neural networks from overfitting. Journal of Machine Learning Research, 15 0 (1): 0 1929--1958, 2014

  178. [186]

    A simple weight decay can improve generalization

    Anders Krogh and John Hertz. A simple weight decay can improve generalization. Advances in neural information processing systems, 4, 1991

  179. [187]

    Quantum perceptron models

    Ashish Kapoor, Nathan Wiebe, and Krysta Svore. Quantum perceptron models. Advances in neural information processing systems, 29, 2016

  180. [188]

    Ibm quantum computers: Evolution, performance, and future directions

    Muhammad AbuGhanem. Ibm quantum computers: Evolution, performance, and future directions. arXiv preprint arXiv:2410.00916, 2024

  181. [189]

    Establishing a new benchmark in quantum computational advantage with 105-qubit zuchongzhi 3.0 processor

    Dongxin Gao, Daojin Fan, Chen Zha, Jiahao Bei, Guoqing Cai, Jianbin Cai, Sirui Cao, Xiangdong Zeng, Fusheng Chen, Jiang Chen, et al. Establishing a new benchmark in quantum computational advantage with 105-qubit zuchongzhi 3.0 processor. arXiv preprint arXiv:2412.11924, 2024

  182. [190]

    A comprehensive review of quantum machine learning: from nisq to fault tolerance

    Yunfei Wang and Junyu Liu. A comprehensive review of quantum machine learning: from nisq to fault tolerance. Reports on Progress in Physics, 2024

  183. [191]

    Quantum convolutional neural networks

    Iris Cong, Soonwon Choi, and Mikhail D Lukin. Quantum convolutional neural networks. Nature Physics, 15 0 (12): 0 1273--1278, 2019

  184. [192]

    A variational eigenvalue solver on a photonic quantum processor

    Alberto Peruzzo, Jarrod McClean, Peter Shadbolt, Man-Hong Yung, Xiao-Qi Zhou, Peter J Love, Al \'a n Aspuru-Guzik, and Jeremy L O’brien. A variational eigenvalue solver on a photonic quantum processor. Nature communications, 5 0 (1): 0 4213, 2014

  185. [193]

    Gradients of parameterized quantum gates using the parameter-shift rule and gate decomposition

    Gavin E Crooks. Gradients of parameterized quantum gates using the parameter-shift rule and gate decomposition. arXiv preprint arXiv:1905.13311, 2019

  186. [194]

    Adaptive subgradient methods for online learning and stochastic optimization

    John Duchi, Elad Hazan, and Yoram Singer. Adaptive subgradient methods for online learning and stochastic optimization. Journal of machine learning research, 12 0 (7), 2011

  187. [196]

    Quantum generative adversarial learning

    Seth Lloyd and Christian Weedbrook. Quantum generative adversarial learning. Physical review letters, 121 0 (4): 0 040502, 2018

  188. [197]

    Quantum advantage with shallow circuits

    Sergey Bravyi, David Gosset, and Robert K \"o nig. Quantum advantage with shallow circuits. Science, 362 0 (6412): 0 308--311, 2018

  189. [198]

    Generative quantum learning of joint probability distribution functions

    Elton Yechao Zhu, Sonika Johri, Dave Bacon, Mert Esencan, Jungsang Kim, Mark Muir, Nikhil Murgai, Jason Nguyen, Neal Pisenti, Adam Schouela, et al. Generative quantum learning of joint probability distribution functions. Physical Review Research, 4 0 (4): 0 043092, 2022

  190. [199]

    Experimental quantum generative adversarial networks for image generation

    He-Liang Huang, Yuxuan Du, Ming Gong, Youwei Zhao, Yulin Wu, Chaoyue Wang, Shaowei Li, Futian Liang, Jin Lin, Yu Xu, et al. Experimental quantum generative adversarial networks for image generation. Physical Review Applied, 16 0 (2): 0 024051, 2021 b

  191. [200]

    A generative modeling approach for benchmarking and training shallow quantum circuits

    Marcello Benedetti, Delfina Garcia-Pintos, Oscar Perdomo, Vicente Leyton-Ortega, Yunseong Nam, and Alejandro Perdomo-Ortiz. A generative modeling approach for benchmarking and training shallow quantum circuits. npj Quantum Information, 5 0 (1): 0 45, 2019 a

  192. [201]

    Efficient measure for the expressivity of variational quantum algorithms

    Yuxuan Du, Zhuozhuo Tu, Xiao Yuan, and Dacheng Tao. Efficient measure for the expressivity of variational quantum algorithms. Physical Review Letters, 128 0 (8): 0 080506, 2022 c

  193. [202]

    Fundamental limitations for measurements in quantum many-body systems

    Thomas Barthel and Jianfeng Lu. Fundamental limitations for measurements in quantum many-body systems. Physical Review Letters, 121 0 (8): 0 080406, 2018

  194. [203]

    On the complexity of linear prediction: Risk bounds, margin bounds, and regularization

    Sham M Kakade, Karthik Sridharan, and Ambuj Tewari. On the complexity of linear prediction: Risk bounds, margin bounds, and regularization. Advances in neural information processing systems, 21, 2008

  195. [204]

    The sizes of compact subsets of hilbert space and continuity of gaussian processes

    Richard M Dudley. The sizes of compact subsets of hilbert space and continuity of gaussian processes. Journal of Functional Analysis, 1 0 (3): 0 290--330, 1967

  196. [205]

    Occam’s razor

    ABAED Haussler and M Warmuth. Occam’s razor. Information Processing Letters, 24: 0 377--380, 1987

  197. [206]

    Theory of overparametrization in quantum neural networks

    Martin Larocca, Nathan Ju, Diego Garc \' a-Mart \' n, Patrick J Coles, and Marco Cerezo. Theory of overparametrization in quantum neural networks. Nature Computational Science, 3 0 (6): 0 542--551, 2023

  198. [207]

    Barren plateaus in quantum neural network training landscapes

    Jarrod R McClean, Sergio Boixo, Vadim N Smelyanskiy, Ryan Babbush, and Hartmut Neven. Barren plateaus in quantum neural network training landscapes. Nature communications, 9 0 (1): 0 4812, 2018

  199. [208]

    Exact and approximate unitary 2-designs and their application to fidelity estimation

    Christoph Dankert, Richard Cleve, Joseph Emerson, and Etera Livine. Exact and approximate unitary 2-designs and their application to fidelity estimation. Physical Review A—Atomic, Molecular, and Optical Physics, 80 0 (1): 0 012304, 2009

  200. [209]

    Random quantum circuits are approximate 2-designs

    Aram W Harrow and Richard A Low. Random quantum circuits are approximate 2-designs. Communications in Mathematical Physics, 291: 0 257--302, 2009

  201. [210]

    Random quantum circuits are approximate unitary t -designs in depth o(nt^ 5+o(1) )

    Jonas Haferkamp. Random quantum circuits are approximate unitary t -designs in depth o(nt^ 5+o(1) ) . Quantum, 6: 0 795, 2022

  202. [211]

    Cost function dependent barren plateaus in shallow parametrized quantum circuits

    Marco Cerezo, Akira Sone, Tyler Volkoff, Lukasz Cincio, and Patrick J Coles. Cost function dependent barren plateaus in shallow parametrized quantum circuits. Nature communications, 12 0 (1): 0 1791, 2021 b

  203. [212]

    Absence of barren plateaus in quantum convolutional neural networks

    Arthur Pesah, Marco Cerezo, Samson Wang, Tyler Volkoff, Andrew T Sornborger, and Patrick J Coles. Absence of barren plateaus in quantum convolutional neural networks. Physical Review X, 11 0 (4): 0 041011, 2021

  204. [213]

    Toward trainability of deep quantum neural networks

    Kaining Zhang, Min-Hsiu Hsieh, Liu Liu, and Dacheng Tao. Toward trainability of deep quantum neural networks. arXiv preprint arXiv:2112.15002, 2021 b

  205. [214]

    An initialization strategy for addressing barren plateaus in parametrized quantum circuits

    Edward Grant, Leonard Wossnig, Mateusz Ostaszewski, and Marcello Benedetti. An initialization strategy for addressing barren plateaus in parametrized quantum circuits. Quantum, 3: 0 214, 2019

  206. [215]

    Escaping from the barren plateau via gaussian initializations in deep variational quantum circuits

    Kaining Zhang, Liu Liu, Min-Hsiu Hsieh, and Dacheng Tao. Escaping from the barren plateau via gaussian initializations in deep variational quantum circuits. Advances in Neural Information Processing Systems, 35: 0 18612--18627, 2022 b

  207. [216]

    Layerwise learning for quantum neural networks

    Andrea Skolik, Jarrod R McClean, Masoud Mohseni, Patrick Van Der Smagt, and Martin Leib. Layerwise learning for quantum neural networks. Quantum Machine Intelligence, 3: 0 1--11, 2021

  208. [217]

    Optimal training of variational quantum algorithms without barren plateaus

    Tobias Haug and MS Kim. Optimal training of variational quantum algorithms without barren plateaus. arXiv preprint arXiv:2104.14543, 2021

  209. [218]

    On quantum methods for machine learning problems part ii: Quantum classification algorithms

    Farid Ablayev, Marat Ablayev, Joshua Zhexue Huang, Kamil Khadiev, Nailya Salikhova, and Dingming Wu. On quantum methods for machine learning problems part ii: Quantum classification algorithms. Big Data Mining and Analytics, 3 0 (1): 0 56--67, 2019

  210. [219]

    A leap among quantum computing and quantum neural networks: A survey

    Fabio Valerio Massoli, Lucia Vadicamo, Giuseppe Amato, and Fabrizio Falchi. A leap among quantum computing and quantum neural networks: A survey. ACM Computing Surveys, 55 0 (5): 0 1--37, 2022

  211. [220]

    Quantum circuit learning

    Kosuke Mitarai, Makoto Negoro, Masahiro Kitagawa, and Keisuke Fujii. Quantum circuit learning. Physical Review A, 98 0 (3): 0 032309, 2018

  212. [221]

    A hybrid quantum-classical neural network architecture for binary classification

    Davis Arthur et al. A hybrid quantum-classical neural network architecture for binary classification. arXiv preprint arXiv:2201.01820, 2022

  213. [222]

    Recurrent quantum neural networks

    Johannes Bausch. Recurrent quantum neural networks. Advances in neural information processing systems, 33: 0 1368--1379, 2020

  214. [223]

    Qsan: A near-term achievable quantum self-attention network

    Jinjing Shi, Ren-Xin Zhao, Wenxuan Wang, Shichao Zhang, and Xuelong Li. Qsan: A near-term achievable quantum self-attention network. IEEE Transactions on Neural Networks and Learning Systems, 2024

  215. [224]

    Compact data encoding for data re-uploading quantum classifier

    Liangliang Fan and Haozhen Situ. Compact data encoding for data re-uploading quantum classifier. Quantum Information Processing, 21 0 (3): 0 87, 2022

  216. [225]

    Differentiable quantum architecture search

    Shi-Xin Zhang, Chang-Yu Hsieh, Shengyu Zhang, and Hong Yao. Differentiable quantum architecture search. Quantum Science and Technology, 7 0 (4): 0 045023, 2022 c

  217. [226]

    Quantum circuit architecture search on a superconducting processor

    Kehuan Linghu, Yang Qian, Ruixia Wang, Meng-Jun Hu, Zhiyuan Li, Xuegang Li, Huikai Xu, Jingning Zhang, Teng Ma, Peng Zhao, et al. Quantum circuit architecture search on a superconducting processor. Entropy, 26 0 (12): 0 1025, 2024

  218. [227]

    Symmetric pruning in quantum neural networks

    Xinbiao Wang, Junyu Liu, Tongliang Liu, Yong Luo, Yuxuan Du, and Dacheng Tao. Symmetric pruning in quantum neural networks. arXiv preprint arXiv:2208.14057, 2022 b

  219. [228]

    Knowledge distillation in quantum neural network using approximate synthesis

    Mahabubul Alam, Satwik Kundu, and Swaroop Ghosh. Knowledge distillation in quantum neural network using approximate synthesis. In Proceedings of the 28th Asia and South Pacific Design Automation Conference, pages 639--644, 2023

  220. [229]

    Hybrid quantum classical machine learning with knowledge distillation

    Mingze Li, Lei Fan, Aaron Cummings, Xinyue Zhang, Miao Pan, and Zhu Han. Hybrid quantum classical machine learning with knowledge distillation. In ICC 2024-IEEE International Conference on Communications, pages 1139--1144. IEEE, 2024

  221. [230]

    Power and limitations of single-qubit native quantum neural networks

    Zhan Yu, Hongshun Yao, Mujin Li, and Xin Wang. Power and limitations of single-qubit native quantum neural networks. Advances in Neural Information Processing Systems, 35: 0 27810--27823, 2022 a

  222. [231]

    Expressibility and entangling capability of parameterized quantum circuits for hybrid quantum-classical algorithms

    Sukin Sim, Peter D Johnson, and Al \'a n Aspuru-Guzik. Expressibility and entangling capability of parameterized quantum circuits for hybrid quantum-classical algorithms. Advanced Quantum Technologies, 2 0 (12): 0 1900070, 2019

  223. [232]

    Expressibility of the alternating layered ansatz for quantum computation

    Kouhei Nakaji and Naoki Yamamoto. Expressibility of the alternating layered ansatz for quantum computation. Quantum, 5: 0 434, 2021

  224. [233]

    Connecting ansatz expressibility to gradient magnitudes and barren plateaus

    Zo \"e Holmes, Kunal Sharma, Marco Cerezo, and Patrick J Coles. Connecting ansatz expressibility to gradient magnitudes and barren plateaus. PRX Quantum, 3 0 (1): 0 010313, 2022

  225. [234]

    Non-asymptotic approximation error bounds of parameterized quantum circuits

    Zhan Yu, Qiuhao Chen, Yuling Jiao, Yinan Li, Xiliang Lu, Xin Wang, and Jerry Zhijian Yang. Non-asymptotic approximation error bounds of parameterized quantum circuits. In The Thirty-eighth Annual Conference on Neural Information Processing Systems, 2022 b

  226. [235]

    Entanglement-induced barren plateaus

    Carlos Ortiz Marrero, M \'a ria Kieferov \'a , and Nathan Wiebe. Entanglement-induced barren plateaus. PRX Quantum, 2 0 (4): 0 040316, 2021

  227. [236]

    Noise-induced barren plateaus in variational quantum algorithms

    Samson Wang, Enrico Fontana, Marco Cerezo, Kunal Sharma, Akira Sone, Lukasz Cincio, and Patrick J Coles. Noise-induced barren plateaus in variational quantum algorithms. Nature communications, 12 0 (1): 0 6961, 2021 b

  228. [237]

    Diagnosing barren plateaus with tools from quantum optimal control

    Martin Larocca, Piotr Czarnik, Kunal Sharma, Gopikrishnan Muraleedharan, Patrick J Coles, and Marco Cerezo. Diagnosing barren plateaus with tools from quantum optimal control. Quantum, 6: 0 824, 2022

  229. [238]

    Learning unitaries by gradient descent

    Bobak Toussi Kiani, Seth Lloyd, and Reevu Maity. Learning unitaries by gradient descent. arXiv preprint arXiv:2001.11897, 2020

  230. [239]

    Exploring entanglement and optimization within the hamiltonian variational ansatz

    Roeland Wiersema, Cunlu Zhou, Yvette de Sereville, Juan Felipe Carrasquilla, Yong Baek Kim, and Henry Yuen. Exploring entanglement and optimization within the hamiltonian variational ansatz. PRX quantum, 1 0 (2): 0 020319, 2020

  231. [240]

    Critical points in quantum generative models

    Eric R Anschuetz. Critical points in quantum generative models. arXiv preprint arXiv:2109.06957, 2021

  232. [241]

    A convergence theory for over-parameterized variational quantum eigensolvers

    Xuchen You, Shouvanik Chakrabarti, and Xiaodi Wu. A convergence theory for over-parameterized variational quantum eigensolvers. arXiv preprint arXiv:2205.12481, 2022

  233. [242]

    Convergence analysis of gradient descent for eigenvector computation

    Zhiqiang Xu, Xin Cao, and Xin Gao. Convergence analysis of gradient descent for eigenvector computation. International Joint Conferences on Artificial Intelligence, 2018

  234. [243]

    Analytic theory for the dynamics of wide quantum neural networks

    Junyu Liu, Khadijeh Najafi, Kunal Sharma, Francesco Tacchino, Liang Jiang, and Antonio Mezzacapo. Analytic theory for the dynamics of wide quantum neural networks. Physical Review Letters, 130 0 (15): 0 150601, 2023

  235. [244]

    Learnability of quantum neural networks

    Yuxuan Du, Min-Hsiu Hsieh, Tongliang Liu, Shan You, and Dacheng Tao. Learnability of quantum neural networks. PRX quantum, 2 0 (4): 0 040337, 2021 b

  236. [245]

    Theoretical error performance analysis for variational quantum circuit based functional regression

    Jun Qi, Chao-Han Huck Yang, Pin-Yu Chen, and Min-Hsiu Hsieh. Theoretical error performance analysis for variational quantum circuit based functional regression. npj Quantum Information, 9 0 (1): 0 4, 2023

  237. [246]

    The power of quantum neural networks

    Amira Abbas, David Sutter, Christa Zoufal, Aur \'e lien Lucchi, Alessio Figalli, and Stefan Woerner. The power of quantum neural networks. Nature Computational Science, 1 0 (6): 0 403--409, 2021

  238. [247]

    Generalization in quantum machine learning from few training data

    Matthias C Caro, Hsin-Yuan Huang, Marco Cerezo, Kunal Sharma, Andrew Sornborger, Lukasz Cincio, and Patrick J Coles. Generalization in quantum machine learning from few training data. Nature communications, 13 0 (1): 0 4919, 2022

  239. [248]

    Statistical complexity of quantum circuits

    Kaifeng Bu, Dax Enshan Koh, Lu Li, Qingxian Luo, and Yaobo Zhang. Statistical complexity of quantum circuits. Physical Review A, 105 0 (6): 0 062431, 2022

  240. [249]

    Information-theoretic bounds on quantum advantage in machine learning

    Hsin-Yuan Huang, Richard Kueng, and John Preskill. Information-theoretic bounds on quantum advantage in machine learning. Physical Review Letters, 126 0 (19): 0 190505, 2021 c

  241. [250]

    The curse of random quantum data

    Kaining Zhang, Junyu Liu, Liu Liu, Liang Jiang, Min-Hsiu Hsieh, and Dacheng Tao. The curse of random quantum data. arXiv preprint arXiv:2408.09937, 2024 a

  242. [251]

    Problem-dependent power of quantum neural networks on multiclass classification

    Yuxuan Du, Yibo Yang, Dacheng Tao, and Min-Hsiu Hsieh. Problem-dependent power of quantum neural networks on multiclass classification. Physical Review Letters, 131 0 (14): 0 140601, 2023

  243. [252]

    No free lunch for quantum machine learning

    Kyle Poland, Kerstin Beer, and Tobias J Osborne. No free lunch for quantum machine learning. arXiv preprint arXiv:2003.14103, 2020

  244. [253]

    Reformulation of the no-free-lunch theorem for entangled datasets

    Kunal Sharma, Marco Cerezo, Zo \"e Holmes, Lukasz Cincio, Andrew Sornborger, and Patrick J Coles. Reformulation of the no-free-lunch theorem for entangled datasets. Physical Review Letters, 128 0 (7): 0 070501, 2022

  245. [254]

    Transition role of entangled data in quantum machine learning

    Xinbiao Wang, Yuxuan Du, Zhuozhuo Tu, Yong Luo, Xiao Yuan, and Dacheng Tao. Transition role of entangled data in quantum machine learning. Nature Communications, 15 0 (1): 0 3716, 2024 a

  246. [255]

    Separable power of classical and quantum learning protocols through the lens of no-free-lunch theorem

    Xinbiao Wang, Yuxuan Du, Kecheng Liu, Yong Luo, Bo Du, and Dacheng Tao. Separable power of classical and quantum learning protocols through the lens of no-free-lunch theorem. arXiv preprint arXiv:2405.07226, 2024 b

  247. [256]

    Interpretable quantum advantage in neural sequence learning

    Eric R Anschuetz, Hong-Ye Hu, Jin-Long Huang, and Xun Gao. Interpretable quantum advantage in neural sequence learning. PRX Quantum, 4 0 (2): 0 020338, 2023

  248. [257]

    Arbitrary polynomial separations in trainable quantum machine learning

    Eric R Anschuetz and Xun Gao. Arbitrary polynomial separations in trainable quantum machine learning. arXiv preprint arXiv:2402.08606, 2024

  249. [258]

    Entanglement-induced provable and robust quantum learning advantages

    Haimeng Zhao and Dong-Ling Deng. Entanglement-induced provable and robust quantum learning advantages. arXiv preprint arXiv:2410.03094, 2024

  250. [259]

    Does provable absence of barren plateaus imply classical simulability? or, why we need to rethink variational quantum computing

    Marco Cerezo, Martin Larocca, Diego Garc \' a-Mart \' n, Nelson L Diaz, Paolo Braccia, Enrico Fontana, Manuel S Rudolph, Pablo Bermejo, Aroosa Ijaz, Supanut Thanasilp, et al. Does provable absence of barren plateaus imply classical simulability? or, why we need to rethink vari...

  251. [260]

    Quantum convolutional neural networks are (effectively) classically simulable

    Pablo Bermejo, Paolo Braccia, Manuel S Rudolph, Zo \"e Holmes, Lukasz Cincio, and M Cerezo. Quantum convolutional neural networks are (effectively) classically simulable. arXiv preprint arXiv:2408.12739, 2024

  252. [261]

    Classically estimating observables of noiseless quantum circuits

    Armando Angrisani, Alexander Schmidhuber, Manuel S Rudolph, M Cerezo, Zo \"e Holmes, and Hsin-Yuan Huang. Classically estimating observables of noiseless quantum circuits. arXiv preprint arXiv:2409.01706, 2024

  253. [262]

    Efficient quantum-enhanced classical simulation for patches of quantum landscapes

    Sacha Lerch, Ricard Puig, Manuel S Rudolph, Armando Angrisani, Tyson Jones, M Cerezo, Supanut Thanasilp, and Zo \"e Holmes. Efficient quantum-enhanced classical simulation for patches of quantum landscapes. arXiv preprint arXiv:2411.19896, 2024

  254. [263]

    Dequantizing quantum machine learning models using tensor networks

    Seongwook Shin, Yong Siah Teo, and Hyunseok Jeong. Dequantizing quantum machine learning models using tensor networks. Physical Review Research, 6 0 (2): 0 023218, 2024

  255. [264]

    Classically approximating variational quantum machine learning with random fourier features

    Jonas Landman, Slimane Thabet, Constantin Dalyac, Hela Mhiri, and Elham Kashefi. Classically approximating variational quantum machine learning with random fourier features. arXiv preprint arXiv:2210.13200, 2022

  256. [265]

    Classical surrogates for quantum learning models

    Franz J Schreiber, Jens Eisert, and Johannes Jakob Meyer. Classical surrogates for quantum learning models. Physical Review Letters, 131 0 (10): 0 100803, 2023

  257. [266]

    Efficient learning for linear properties of bounded-gate quantum circuits

    Yuxuan Du, Min-Hsiu Hsieh, and Dacheng Tao. Efficient learning for linear properties of bounded-gate quantum circuits. arXiv preprint arXiv:2408.12199, 2024

  258. [267]

    Quanvolutional neural networks: powering image recognition with quantum circuits

    Maxwell Henderson, Samriddhi Shakya, Shashindra Pradhan, and Tristan Cook. Quanvolutional neural networks: powering image recognition with quantum circuits. Quantum Machine Intelligence, 2 0 (1): 0 2, 2020

  259. [268]

    Face patterns analysis and recognition system based on quantum neural network qnn

    HTS ALRikabi, Ibtisam A Aljazaery, Jaafar Sadiq Qateef, Abdul Hadi M Alaidi, and M Roa’a. Face patterns analysis and recognition system based on quantum neural network qnn. Int. J. Interac. Mob. Tech, 16 0 (8): 0 35--48, 2022

  260. [269]

    Integrating machine learning and quantum circuits for proton affinity predictions

    Hongni Jin and Kenneth M Merz Jr. Integrating machine learning and quantum circuits for proton affinity predictions. arXiv preprint arXiv:2411.17856, 2024

  261. [270]

    Hybrid quantum neural network model with catalyst experimental validation: Application for the dry reforming of methane

    Jiwon Roh, Seunghyeon Oh, Donggyun Lee, Chonghyo Joo, Jinwoo Park, Il Moon, Insoo Ro, and Junghwan Kim. Hybrid quantum neural network model with catalyst experimental validation: Application for the dry reforming of methane. ACS Sustainable Chemistry & Engineering, 12 0 (10): ...

  262. [271]

    Quantum recurrent neural networks for sequential learning

    Yanan Li, Zhimin Wang, Rongbing Han, Shangshang Shi, Jiaxin Li, Ruimin Shang, Haiyong Zheng, Guoqiang Zhong, and Yongjian Gu. Quantum recurrent neural networks for sequential learning. Neural Networks, 166: 0 148--161, 2023 a

  263. [272]

    Financial fraud detection using quantum graph neural networks

    Nouhaila Innan, Abhishek Sawaika, Ashim Dhor, Siddhant Dutta, Sairupa Thota, Husayn Gokal, Nandan Patel, Muhammad Al-Zafar Khan, Ioannis Theodonis, and Mohamed Bennai. Financial fraud detection using quantum graph neural networks. Quantum Machine Intelligence, 6 0 (1): 0 7, 2024

  264. [273]

    A review on artificial intelligence and quantum machine learning for heart disease diagnosis: Current techniques, challenges and issues, recent developments, and future directions

    Huda Ghazi Enad, Mazin Abed Mohammed, et al. A review on artificial intelligence and quantum machine learning for heart disease diagnosis: Current techniques, challenges and issues, recent developments, and future directions. Fusion: Pract Appl (FPA), 11 0 (1): 0 08--25, 2023

  265. [274]

    Quantum boltzmann machine

    Mohammad H Amin, Evgeny Andriyash, Jason Rolfe, Bohdan Kulchytskyy, and Roger Melko. Quantum boltzmann machine. Physical Review X, 8 0 (2): 0 021050, 2018

  266. [275]

    Quantum autoencoders for efficient compression of quantum data

    Jonathan Romero, Jonathan P Olson, and Alan Aspuru-Guzik. Quantum autoencoders for efficient compression of quantum data. Quantum Science and Technology, 2 0 (4): 0 045001, 2017

  267. [276]

    Generative quantum machine learning via denoising diffusion probabilistic models

    Bingzhi Zhang, Peng Xu, Xiaohui Chen, and Quntao Zhuang. Generative quantum machine learning via denoising diffusion probabilistic models. Physical Review Letters, 132 0 (10): 0 100602, 2024 b

  268. [277]

    o lle, Gerhard Stenzel, Jonas Stein, Sebastian Zielinski, Bj \

    Michael K \"o lle, Gerhard Stenzel, Jonas Stein, Sebastian Zielinski, Bj \"o rn Ommer, and Claudia Linnhoff-Popien. Quantum denoising diffusion models. arXiv preprint arXiv:2401.07049, 2024

  269. [278]

    Trainability barriers and opportunities in quantum generative modeling

    Manuel S Rudolph, Sacha Lerch, Supanut Thanasilp, Oriel Kiss, Oxana Shaya, Sofia Vallecorsa, Michele Grossi, and Zo \"e Holmes. Trainability barriers and opportunities in quantum generative modeling. npj Quantum Information, 10 0 (1): 0 116, 2024

  270. [279]

    A framework for demonstrating practical quantum advantage: comparing quantum against classical generative models

    Mohamed Hibat-Allah, Marta Mauri, Juan Carrasquilla, and Alejandro Perdomo-Ortiz. A framework for demonstrating practical quantum advantage: comparing quantum against classical generative models. Communications Physics, 7 0 (1): 0 68, 2024

  271. [280]

    A quantum machine learning algorithm based on generative models

    Xun Gao, Z-Y Zhang, and L-M Duan. A quantum machine learning algorithm based on generative models. Science advances, 4 0 (12): 0 eaat9004, 2018

  272. [281]

    Enhancing generative models via quantum correlations

    Xun Gao, Eric R Anschuetz, Sheng-Tao Wang, J Ignacio Cirac, and Mikhail D Lukin. Enhancing generative models via quantum correlations. Physical Review X, 12 0 (2): 0 021037, 2022

  273. [282]

    Power of quantum generative learning

    Yuxuan Du, Zhuozhuo Tu, Bujiao Wu, Xiao Yuan, and Dacheng Tao. Power of quantum generative learning. arXiv preprint arXiv:2205.04730, 2022 d

  274. [283]

    Classical versus quantum models in machine learning: insights from a finance application

    Javier Alcazar, Vicente Leyton-Ortega, and Alejandro Perdomo-Ortiz. Classical versus quantum models in machine learning: insights from a finance application. Machine Learning: Science and Technology, 1 0 (3): 0 035003, 2020

  275. [284]

    Adversarial quantum circuit learning for pure state approximation

    Marcello Benedetti, Edward Grant, Leonard Wossnig, and Simone Severini. Adversarial quantum circuit learning for pure state approximation. New Journal of Physics, 21 0 (4): 0 043023, 2019 b

  276. [285]

    Quantum generative models for small molecule drug discovery

    Junde Li, Rasit O Topaloglu, and Swaroop Ghosh. Quantum generative models for small molecule drug discovery. IEEE transactions on quantum engineering, 2: 0 1--8, 2021

  277. [286]

    Neural machine translation of rare words with subword units

    Rico Sennrich, Barry Haddow, and Alexandra Birch. Neural machine translation of rare words with subword units. In Katrin Erk and Noah A. Smith, editors, Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 1715-...

  278. [287]

    S entence P iece: A simple and language independent subword tokenizer and detokenizer for neural text processing

    Taku Kudo and John Richardson. S entence P iece: A simple and language independent subword tokenizer and detokenizer for neural text processing. In Eduardo Blanco and Wei Lu, editors, Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing: Syste...

  279. [288]

    Mielke, Zaid Alyafeai, Elizabeth Salesky, Colin Raffel, Manan Dey, Matthias Gallé, Arun Raja, Chenglei Si, Wilson Y

    Sabrina J. Mielke, Zaid Alyafeai, Elizabeth Salesky, Colin Raffel, Manan Dey, Matthias Gallé, Arun Raja, Chenglei Si, Wilson Y. Lee, Benoît Sagot, and Samson Tan. Between words and characters: A brief history of open-vocabulary modeling and tokenization in nlp. arXiv:2112.10508, 2021

  280. [289]

    Deep residual learning for image recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. arXiv:1512.03385, 2015

  281. [290]

    Jimmy Lei Ba, Jamie Ryan Kiros, and Geoffrey E. Hinton. Layer normalization, 2016. URL https://arxiv.org/abs/1607.06450

  282. [291]

    Kingma and Jimmy Ba

    Diederik P. Kingma and Jimmy Ba. Adam: A Method for Stochastic Optimization . In Yoshua Bengio and Yann LeCun, editors, 3rd International Conference on Learning Representations , ICLR 2015, San Diego , CA , USA , May 7-9, 2015, Conference Track Proceedings , 2015. URL http://a...

  283. [292]

    Quantization and training of neural networks for efficient integer-arithmetic-only inference

    Benoit Jacob, Skirmantas Kligys, Bo Chen, Menglong Zhu, Matthew Tang, Andrew Howard, Benoit Steiner, and Hartwig Rolland. Quantization and training of neural networks for efficient integer-arithmetic-only inference. In Proceedings of the IEEE Conference on Computer Vision and ...

  284. [293]

    Learning both weights and connections for efficient neural networks

    Song Han, Jeff Pool, John Tran, and William J Dally. Learning both weights and connections for efficient neural networks. In Advances in Neural Information Processing Systems (NeurIPS), pages 1135--1143, 2015

  285. [294]

    Megatron-lm: Training multi-billion parameter language models using model parallelism

    Mohammad Shoeybi, Mostofa Patwary, Raul Puri, Patrick LeGresley, Jared Casper, and Bryan Catanzaro. Megatron-lm: Training multi-billion parameter language models using model parallelism. arXiv preprint arXiv:1909.08053, 2019

  286. [295]

    Great power, great responsibility: Recommendations for reducing energy for training language models

    Joseph McDonald, Baolin Li, Nathan Frey, Devesh Tiwari, Vijay Gadepally, and Siddharth Samsi. Great power, great responsibility: Recommendations for reducing energy for training language models. Findings of the Association for Computational Linguistics: NAACL 2022, 2022. doi:1...

  287. [296]

    Trends in ai inference energy consumption: Beyond the performance-vs-parameter laws of deep learning

    Radosvet Desislavov, Fernando Martínez-Plumed, and José Hernández-Orallo. Trends in ai inference energy consumption: Beyond the performance-vs-parameter laws of deep learning. Sustainable Computing: Informatics and Systems, 38: 0 100857, 2023. ISSN 2210-5379. doi:https://doi.o...

  288. [297]

    Hu, Igor Babuschkin, Szymon Sidor, Xiaodong Liu, David Farhi, Nick Ryder, Jakub Pachocki, Weizhu Chen, and Jianfeng Gao

    Greg Yang, Edward J. Hu, Igor Babuschkin, Szymon Sidor, Xiaodong Liu, David Farhi, Nick Ryder, Jakub Pachocki, Weizhu Chen, and Jianfeng Gao. Tensor programs v: Tuning large neural networks via zero-shot hyperparameter transfer. arXiv:2203.03466, 2022

  289. [298]

    The era of 1-bit llms: All large language models are in 1.58 bits

    Shuming Ma, Hongyu Wang, Lingxiao Ma, Lei Wang, Wenhui Wang, Shaohan Huang, Li Dong, Ruiping Wang, Jilong Xue, and Furu Wei. The era of 1-bit llms: All large language models are in 1.58 bits. arXiv:2402.17764, 2024

  290. [299]

    Quantum Signal Processing by Single-Qubit Dynamics

    Guang Hao Low. Quantum Signal Processing by Single-Qubit Dynamics. Thesis, Massachusetts Institute of Technology, 2017. URL https://dspace.mit.edu/handle/1721.1/115025

  291. [300]

    Quantum Recommendation Systems

    Iordanis Kerenidis and Anupam Prakash. Quantum Recommendation Systems . arXiv:1603.08675, September 2016

Pith tools

Reviewed August 9, 2026 · model on record in the stance chip above.