Pith. sign in

REVIEW 3 major objections 6 minor 43 references

Variational quantum circuits, paired with particle swarm optimization, can discover industrial control settings better than any in their offline training data, rivaling classical neural networks.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

Variational quantum circuits can guide particle swarm optimization to find better industrial control configurations in an offline contextual bandit setting, with performance comparable to classical neural networks.

T0 review reviewed 2026-08-04 challenge →

load-bearing objection A solid proof of concept that VQCs can serve as offline reward models in a contextual bandit setting, but the headline ROG numbers are selected maxima and need a null model before they can support the quantum-vs-classical comparison. the 3 major comments →

arxiv 2509.07633 v1 pith:PKZW6JGL submitted 2025-09-09 quant-ph cs.AI

Variational Quantum Circuits in Offline Contextual Bandit Problems

classification quant-ph cs.AI
keywords variational quantum circuitsoffline contextual banditsquantum regressionIndustrial Benchmarkparticle swarm optimizationreward modelingquantum machine learninggeneralization
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

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 paper asks whether variational quantum circuits can serve as reward models in offline contextual bandit problems, where decisions must be made from a fixed dataset without interactive exploration. Using the Industrial Benchmark environment, the authors collapse its dynamics into a static grid of setpoint-and-steering combinations, train quantum and classical regression models on the resulting rewards, and then let particle swarm optimization search the continuous steering space using each model as a surrogate. They report that the best quantum models found steering configurations whose true measured reward exceeded the best in the original dataset by a cumulative margin of 35.45, close to the classical models' 38.37, and that a larger fraction of quantum models than classical models beat the dataset baseline (263 of 1152 versus 133 of 1152). The point is a proof of concept: quantum regression, despite higher training cost and slightly worse pointwise error, can generalize beyond a sparse, noisy grid well enough to guide optimization.

Core claim

The central claim is that variational quantum circuits, when combined with particle swarm optimization, are viable reward models for offline contextual bandits in an industrial setting, and that they exhibit a generalization advantage over classical networks trained on the same data. The quantum models do not achieve lower regression error—their best test MSE is 2.066e-4 versus 1.877e-4 for the best classical model—but a much larger share of quantum configurations improves on the best grid-sampled configuration under ground-truth evaluation. The paper attributes this to better extrapolation beyond the training distribution, enabled by design choices such as parallel encoding, deeper circuit

What carries the argument

The central object is the variational quantum circuit as a regressor: an angle-encoding feature map (Pauli-X rotations with trainable scaling weights), a parameterized ansatz drawn from a hardware-efficient design or from the paired Circuit 11 and Circuit 9 designs, and a Pauli-Z expectation measurement. The circuit is trained by mean squared error on the reward data, and its output is then handed to particle swarm optimization, which searches the continuous steering space separately for each setpoint. Success is quantified by Relative Optimization Gain (ROG), the cumulative ground-truth reward improvement of the PSO-discovered configurations over the best configuration in the original grid

Load-bearing premise

The Industrial Benchmark's average reward after a fixed 100-step swing-in is a well-defined, memory-free function of the setpoint and steering variables, so the discretized grid can be regressed and the surrogate's optima correspond to realizable improvements.

What would settle it

Re-collect the dataset with a markedly longer swing-in (for example, 1000 steps) and re-run the same training and PSO pipeline; if the best configurations' ground-truth rankings change or the quantum models' positive ROG disappears, the static-snapshot collapse is the load-bearing assumption and the paper's result is an artifact of the 100-step window.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • If the result holds, offline contextual bandits in industrial control do not require online quantum exploration; a static dataset plus a quantum surrogate can already find actions better than any recorded action.
  • Quantum reward models can be competitive with feed-forward neural networks in noisy, sparse regression-to-optimization pipelines even when their pointwise prediction error is slightly worse.
  • Hyperparameter design matters more than architecture class: parallel encoding, deeper circuits, and trainable output scaling determine whether a VQC generalizes past its training grid.
  • The ROG metric provides a practical model-selection criterion that can disagree with MSE-based selection, favoring models that optimize well rather than merely fit well.
  • Because offline contextual bandits reduce to supervised regression, any improvement in quantum regression transfers directly to offline bandit decision-making.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The reported gains suggest the true reward surface's optima lie between the discretized grid points; quantum models' periodic, frequency-rich encoding may be especially suited to interpolating such surfaces, a hypothesis the paper does not directly isolate.
  • A natural next experiment is to vary the swing-in duration and grid resolution to measure how much of the quantum models' ROG advantage depends on the static-snapshot construction; the paper does not report this sensitivity.
  • The classical baselines include sine activations, which are periodic like quantum rotations, but the paper does not compare quantum models directly against periodic-activation classical networks; such a comparison would clarify whether the advantage is quantum-specific.
  • If quantum hardware matures, the same surrogate-plus-swarm loop could be augmented with a quantum search routine, as the paper mentions, though the continuous three-dimensional action space would need careful discretization.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 6 minor

Summary. The paper proposes a hybrid classical-quantum pipeline for offline contextual bandits in the Industrial Benchmark (IB). The authors discretize the four-dimensional state/action space into a static regression dataset of 14,641 points, train VQC and feedforward-NN reward models over 1,152 hyperparameter configurations each, and then use particle swarm optimization (PSO) on the learned reward surrogate to propose continuous steering configurations, which are evaluated in the IB simulator. Performance is quantified by Relative Optimization Gain (ROG), a cumulative difference in ground-truth reward between PSO-discovered configurations and the best dataset configuration across 11 setpoints. The paper reports that the best quantum model reaches ROG 35.45 versus 38.37 for classical, and that a larger fraction of quantum configurations achieve ROG>0 (263/1152 vs 133/1152). It concludes that VQCs are a viable and competitive alternative for offline contextual bandit optimization in industrial settings.

Significance. If the findings are supported by appropriate statistical analysis, this is a useful proof-of-concept: it extends VQC benchmarking beyond regression accuracy to downstream optimization, uses a realistic simulator, and includes a large hyperparameter search with repeated retraining of selected configurations. The practice of grounding model selection in downstream optimization value (ROG) is a good idea; the issue is that the same metric is used as the reported outcome without selection correction. The paper is also honest about limitations such as simulation-only results and computational cost. It could be a contribution to quantum machine learning for industrial control, but the central comparative claim is currently not robustly established.

major comments (3)
  1. [Section V.B and VI.A] The headline ROG values (35.45 vs 38.37) are maxima over 1,152 hyperparameter configurations selected using the same ROG metric that is reported as the outcome. This two-stage selection inflates the expected best ROG even under a null hypothesis where no configuration has genuine optimization ability. No permutation null, bootstrap confidence intervals, or multiple-comparison correction is provided. The 263-vs-133 fraction, while less directly selected, still compares two samples without uncertainty. Please add (a) a null distribution for the best ROG obtained by permuting model-family labels or by drawing random hyperparameter subsets, (b) bootstrap CIs for the difference in mean/median ROG, and (c) the full distribution of ROG values rather than top-10 summaries. Without these, the central claim that quantum models are competitive with classical models is not established.
  2. [Section IV.B and Table I] The classical and quantum hyperparameter search spaces are not matched in several structural dimensions: layer counts (1-4 vs 20-60), presence of activation functions vs parallel encoding/output scaling, optimizer sets (Adam/SGD vs Adam), and resulting parameter counts (Table II: 4801-5359 vs 968-1448). The comparison therefore confounds model family with search-space richness and capacity. Please either match the spaces more closely (e.g., same parameter budget, same optimizer choices, classical analogues of data re-uploading) or explicitly restrict the conclusion to 'within our chosen search spaces.' The abstract and conclusion should be softened accordingly if the spaces remain unmatched.
  3. [Section III.A and III.D.2] The regression target is a 100-step average after a 100-step swing-in, and this static snapshot is the basis for both training and PSO. If the IB dynamics have not reached stationarity within that window, the target is contaminated by transient effects and the 'ground truth' used in ROG is not a well-defined function of (p,v,g,h). The paper provides no diagnostic supporting the swing-in length. Please add a stationarity check (e.g., compare first-half vs second-half averages, or vary the swing-in and averaging windows for a subset of grid points) or otherwise justify that the condensed mapping is stable. If the target is non-stationary, the positive ROG could reflect artifacts of the snapshot rather than genuine optimization.
minor comments (6)
  1. [Abstract] The abstract says models 'generalize well in noisy and sparse datasets,' but no explicit noise injection is described; clarify that noise arises from the stochastic IB dynamics and sparsity from the 11-level grid sampling.
  2. [Table II] The labels 'Classical (MSE)' and 'Classical (ROG)' are unclear; define in the caption that these are configurations selected by validation MSE and by ROG, respectively.
  3. [Figure 5] The caption states 'zoomed-in region' but the region is not clearly marked; specify how many points lie outside the displayed range and whether the fraction 263/1152 vs 133/1152 is computed on the full or zoomed set.
  4. [Appendix B] The text states that quantum models favor deeper circuits and parallel encoding, but no corresponding hyperparameter-frequency figure is shown for quantum models (Fig. 9 covers only classical models). Add a quantum version or explicitly state that the observation is qualitative.
  5. [References] Reference [15] is incomplete ('B. Metevier et al., in Advances in Neural Information Processing Systems' with no title or year); provide a full citation.
  6. [Reproducibility] No code or data availability statement is provided. Given the large hyperparameter search and environment-specific pipeline, a repository with the IB wrapper, circuit definitions, and evaluation scripts would strengthen reproducibility.

Circularity Check

0 steps flagged

No significant circularity: the reported ROG values are ground-truth measurements from the IB simulator, not outputs of the fitted models.

full rationale

The central ROG metric is defined in Eq. (4) as a difference of ground-truth simulator evaluations (GT_PSO(p) - GT_DB(p)), not as a function of the regression model's predictions. The trained models are used only to propose candidate configurations for PSO; the reported improvement is then measured by re-running the IB environment. Selecting the top models by ROG is a model-selection procedure that can produce optimistic point estimates, but it does not make the claim definitionally circular: the existence of configurations with positive ROG is an external empirical finding, and the 263-vs-133 comparison is computed over all 1,152 configurations without selecting on the reported metric. Self-citations (Hein et al.'s IB environment, Wiedemann et al. for future work) are background references to external, reproducible simulators or unrelated topics and are not load-bearing. No equation reduces to its own input: the regression target is the averaged IB reward, and the optimization target is the same ground-truth reward, but they are connected through an independently evaluated simulator, not by construction. The lack of confidence intervals or multiple-comparison corrections is a statistical robustness concern, not a circularity.

Axiom & Free-Parameter Ledger

2 free parameters · 4 axioms · 0 invented entities

The paper introduces no new physical entities. Its free parameters are standard trainable weights in the VQC encoding and output. The central assumptions are that the IB reward is a stationary function after the stabilization phase, that a grid-trained regressor can guide continuous-space optimization, and that the classical hyperparameter search is a fair baseline. The VQC universal approximation property is imported from cited work.

free parameters (2)
  • Encoding scaling weights w_dj = learned during training
    Each feature is multiplied by a trainable scaling weight before the Pauli-X rotation to adapt the input range (Section III.C.3).
  • Output scaling weight = learned when output scaling is enabled
    Trainable scaling at the measurement operator to tune the output range (Section III.B.2, Table I).
axioms (4)
  • domain assumption The IB environment reward, after swing-in and averaging over 100 steps, is a stationary function of (p, v, g, h).
    The data collection procedure in Section III.A collapses dynamic transitions into static snapshots; if the dynamics do not reach a stationary state within 100 steps, the target variable is not well-defined.
  • domain assumption A regression model trained on the discretized grid can interpolate to continuous action regions where PSO searches.
    The PSO optimization explores continuous actions between grid points; the model must generalize beyond the training grid (Section III.D.1).
  • domain assumption The classical baseline architectures are representative of classical ML performance for this task.
    The comparison in Section IV.B uses a specific hyperparameter cube for feed-forward NNs; if the classical search space is not well-tuned, the comparison is unfair.
  • standard math VQCs can approximate the reward function (universal approximation).
    The paper relies on prior results on the expressive power of VQCs [12], [13], not proved here.

reviewed 2026-08-04 · how reviews work

0 comments
Cite this review

Pith. "Pith review of Variational Quantum Circuits in Offline Contextual Bandit Problems." pith.science (2026). https://pith.science/paper/PKZW6JGL

@misc{pith2026250907633,
  author       = {Pith},
  title        = {Pith review of: Variational Quantum Circuits in Offline Contextual Bandit Problems},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/PKZW6JGL}},
  note         = {Machine review of arXiv:2509.07633}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

This paper explores the application of variational quantum circuits (VQCs) for solving offline contextual bandit problems in industrial optimization tasks. Using the Industrial Benchmark (IB) environment, we evaluate the performance of quantum regression models against classical models. Our findings demonstrate that quantum models can effectively fit complex reward functions, identify optimal configurations via particle swarm optimization (PSO), and generalize well in noisy and sparse datasets. These results provide a proof of concept for utilizing VQCs in offline contextual bandit problems and highlight their potential in industrial optimization tasks.

Figures

Figures reproduced from arXiv: 2509.07633 by Daniel Hein, Lukas Schulte, Steffen Udluft, Thomas A. Runkler.

Figure 1
Figure 1. Figure 1: The IB environment is discretized into a grid with [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Visualization of a single layer of the first circuit architecture used, consisting of a feature map layer, a variational layer, and an entanglement layer, [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Visualization of two layers of the second circuit architecture used, consisting of feature map (FM) layers and alternating variational layers based on [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Training and validation loss curves for the top 10 classical and quantum models. The shaded area around each line represents one standard deviation [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: MSE vs. ROG metric for all configurations in the hypercubes (zoomed-in region). For clarity, some models with large MSE values lie outside the [PITH_FULL_IMAGE:figures/full_fig_p007_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: (a) MSE value distribution for the top 10 classical and quantum models across all setpoints. (b) ROG value distribution for the top 10 classical and [PITH_FULL_IMAGE:figures/full_fig_p007_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Setpoint-wise breakdown of the optimization performance (ROG) shown in Fig. [PITH_FULL_IMAGE:figures/full_fig_p008_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Fitness value distribution per setpoint. Mean values are marked with [PITH_FULL_IMAGE:figures/full_fig_p009_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Overview of the most frequent hyperparameter settings among the top 10 [PITH_FULL_IMAGE:figures/full_fig_p010_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Scatter plots comparing the top 10 classical and quantum models selected based on different performance metrics. The plots highlight the relationship [PITH_FULL_IMAGE:figures/full_fig_p010_10.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

43 extracted references · 24 canonical work pages

  1. [1]

    A contextual-bandit approach to personalized news article recommendation,

    L. Li, W. Chu, J. Langford, and R. E. Schapire, “A contextual-bandit approach to personalized news article recommendation,” inProceedings of the 19th Interna- tional Conference on World Wide Web, ser. WWW ’10, New York, NY , USA: Association for Computing Ma- chinery, Apr. 2010, pp. 661–670,ISBN: 978-1-60558- 799-8.DOI: 10.1145/1772690.1772758

  2. [2]

    The Netflix Rec- ommender System: Algorithms, Business Value, and Innovation,

    C. A. Gomez-Uribe and N. Hunt, “The Netflix Rec- ommender System: Algorithms, Business Value, and Innovation,”ACM Trans. Manage. Inf. Syst., vol. 6, no. 4, 13:1–13:19, Dec. 2016,ISSN: 2158-656X.DOI: 10.1145/2843948

  3. [3]

    Au- tomatic ad format selection via contextual bandits,

    L. Tang, R. Rosales, A. Singh, and D. Agarwal, “Au- tomatic ad format selection via contextual bandits,” in Proceedings of the 22nd ACM International Conference on Information & Knowledge Management, ser. CIKM ’13, New York, NY , USA: Association for Computing Machinery, Oct. 2013, pp. 1587–1594,ISBN: 978-1- 4503-2263-8.DOI: 10.1145/2505515.2514700

  4. [4]

    Online decision mak- ing with high-dimensional covariates,

    H. Bastani and M. Bayati, “Online decision mak- ing with high-dimensional covariates,”Operations Re- search, vol. 68, no. 1, pp. 276–294, 2020.DOI: 10.1287/ opre.2019.1902 Fig. 9. Overview of the most frequent hyperparameter settings among the top 10classicalmodels for each metric (MSE and ROG). Each column corresponds to a ranking criterion (MSE or ROG),...

  5. [5]

    Doubly robust policy evaluation and learning,

    M. Dud ´ık, J. Langford, and L. Li, “Doubly robust policy evaluation and learning,” inProceedings of the 28th International Conference on International Conference on Machine Learning, ser. ICML’11, Madison, WI, USA: Omnipress, Jun. 2011, pp. 1097–1104,ISBN: 978- 1-4503-0619-5

  6. [6]

    Pessimistic Reward Mod- els for Off-Policy Learning in Recommendation,

    O. Jeunen and B. Goethals, “Pessimistic Reward Mod- els for Off-Policy Learning in Recommendation,” in Proceedings of the 15th ACM Conference on Recom- mender Systems, ser. RecSys ’21, New York, NY , USA: Association for Computing Machinery, Sep. 2021, pp. 63–74,ISBN: 978-1-4503-8458-2.DOI: 10 . 1145 / 3460231.3474247

  7. [7]

    Quantum circuit learning,

    K. Mitarai, M. Negoro, M. Kitagawa, and K. Fujii, “Quantum circuit learning,”Phys. Rev. A, vol. 98, p. 032 309, 3 Sep. 2018.DOI: 10.1103/PhysRevA.98. 032309

  8. [9]

    Variational quantum circuits for deep reinforcement learning,

    S. Y .-C. Chen, C.-H. H. Yang, J. Qi, P.-Y . Chen, X. Ma, and H.-S. Goan, “Variational quantum circuits for deep reinforcement learning,”IEEE Access, vol. 8, 2020. DOI: 10.1109/ACCESS.2020.3010470

  9. [10]

    Quantum agents in the Gym: A variational quantum algorithm for deep Q-learning,

    A. Skolik, S. Jerbi, and V . Dunjko, “Quantum agents in the Gym: A variational quantum algorithm for deep Q-learning,”Quantum, vol. 6, May 2022

  10. [11]

    Quantum embeddings for machine learning,

    S. Lloyd, M. Schuld, A. Ijaz, J. Izaac, and N. Killoran, “Quantum embeddings for machine learning,”arXiv preprint, Jan. 2020.DOI: 10.48550/arXiv.2001.03622

  11. [12]

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

    M. Schuld, R. Sweke, and J. J. Meyer, “Effect of data encoding on the expressive power of variational quantum-machine-learning models,”Physical Review A, vol. 103, no. 3, p. 032 430, Mar. 2021.DOI: 10.1103/ PhysRevA.103.032430

  12. [13]

    Universal approximation of continuous functions with minimal quantum circuits,

    A. P ´erez-Salinas, M. Y . Rad, A. Barthe, and V . Dunjko, “Universal approximation of continuous functions with minimal quantum circuits,”arXiv preprint, Nov. 2024. DOI: 10.48550/arXiv.2411.19152

  13. [14]

    Practical contextual bandits with regression oracles,

    D. Foster, A. Agarwal, M. Dudik, H. Luo, and R. Schapire, “Practical contextual bandits with regression oracles,” inProceedings of the 35th International Con- ference on Machine Learning, ser. Proceedings of Ma- chine Learning Research, vol. 80, PMLR, Jul. 2018, pp. 1539–1548

  14. [15]

    Metevier et al., inAdvances in Neural Information Processing Systems

    B. Metevier et al., inAdvances in Neural Information Processing Systems

  15. [16]

    Bypassing the monster: A faster and simpler optimal algorithm for contextual bandits under realizability,

    D. Simchi-Levi and Y . Xu, “Bypassing the monster: A faster and simpler optimal algorithm for contextual bandits under realizability,”Math. Oper. Res., vol. 47, no. 3, 1904–1931, Aug. 2022,ISSN: 0364-765X.DOI: 10.1287/moor.2021.1193

  16. [17]

    Offline contextual bandits with overparameter- ized models,

    D. Brandfonbrener, W. Whitney, R. Ranganath, and J. Bruna, “Offline contextual bandits with overparameter- ized models,” inInternational Conference on Machine Learning, PMLR, 2021, pp. 1049–1058

  17. [18]

    Offline neural contextual bandits: Pes- simism, optimization and generalization,

    T. Nguyen-Tang, S. Gupta, A. T. Nguyen, and S. Venkatesh, “Offline neural contextual bandits: Pes- simism, optimization and generalization,” inInterna- tional Conference on Learning Representations, 2022

  18. [19]

    Expressive power of parametrized quantum circuits,

    Y . Du, M.-H. Hsieh, T. Liu, and D. Tao, “Expressive power of parametrized quantum circuits,”Phys. Rev. Res., vol. 2, p. 033 125, 3 Jul. 2020.DOI: 10 . 1103 / PhysRevResearch.2.033125

  19. [20]

    Training a quantum neural network to solve the contextual multi-armed bandit problem,

    W. Hu and J. Hu, “Training a quantum neural network to solve the contextual multi-armed bandit problem,” Natural Science, vol. 11, pp. 17–27, 2019.DOI: 10 . 4236/ns.2019.111003

  20. [21]

    Multi-armed quantum bandits: Exploration versus ex- ploitation when learning properties of quantum states,

    J. Lumbreras, E. Haapasalo, and M. Tomamichel, “Multi-armed quantum bandits: Exploration versus ex- ploitation when learning properties of quantum states,” Quantum, vol. 6, p. 749, 2022,ISSN: 2521-327X.DOI: 10.22331/q-2022-06-29-749

  21. [22]

    Quantum Bandits,

    B. Casal ´e, G. Di Molfetta, H. Kadri, and L. Ralaivola, “Quantum Bandits,”Quantum Machine Intelligence, vol. 2, no. 1, Jun. 2020

  22. [23]

    Quantum exploration algorithms for multi-armed bandits,

    D. Wang, X. You, T. Li, and A. M. Childs, “Quantum exploration algorithms for multi-armed bandits,”Pro- ceedings of the AAAI Conference on Artificial Intelli- gence, vol. 35, no. 11, pp. 10 102–10 110, May 2021. DOI: 10.1609/aaai.v35i11.17212

  23. [24]

    Quantum contextual bandits and recommender sys- tems for quantum data,

    S. Brahmachari, J. Lumbreras, and M. Tomamichel, “Quantum contextual bandits and recommender sys- tems for quantum data,”Quantum Machine Intelligence, vol. 6, no. 2, p. 58, Sep. 2024,ISSN: 2524-4914.DOI: 10.1007/s42484-024-00189-6

  24. [25]

    A benchmark environment motivated by industrial control problems,

    D. Hein et al., “A benchmark environment motivated by industrial control problems,” in2017 IEEE Sympo- sium Series on Computational Intelligence (SSCI), Nov. 2017, pp. 1–8.DOI: 10.1109/SSCI.2017.8280935

  25. [26]

    Schuld and F

    M. Schuld and F. Petruccione,Machine Learning with Quantum Computers(Quantum Science and Technol- ogy). Cham: Springer International Publishing, 2021, ISBN: 978-3-030-83097-7.DOI: 10.1007/978- 3- 030- 83098-4

  26. [27]

    Struc- ture optimization for parameterized quantum circuits,

    M. Ostaszewski, E. Grant, and M. Benedetti, “Struc- ture optimization for parameterized quantum circuits,” Quantum, vol. 5, p. 391, Jan. 2021.DOI: 10.22331/q- 2021-01-28-391

  27. [28]

    Data re-uploading for a universal quantum classifier,

    A. P ´erez-Salinas, A. Cervera-Lierta, E. Gil-Fuster, and J. I. Latorre, “Data re-uploading for a universal quantum classifier,”Quantum, vol. 4, p. 226, Feb. 2020.DOI: 10.22331/q-2020-02-06-226

  28. [29]

    Quantum support vector machine for big data classification,

    P. Rebentrost, M. Mohseni, and S. Lloyd, “Quantum support vector machine for big data classification,” Physical Review Letters, vol. 113, no. 13, p. 130 503, Sep. 2014.DOI: 10.1103/PhysRevLett.113.130503

  29. [30]

    Parametrized quantum policies for rein- forcement learning,

    S. Jerbi, C. Gyurik, S. C. Marshall, H. J. Briegel, and V . Dunjko, “Parametrized quantum policies for rein- forcement learning,” inAdvances in Neural Information Processing Systems, 2021

  30. [31]

    Hardware-efficient variational quan- tum eigensolver for small molecules and quantum mag- nets,

    A. Kandala et al., “Hardware-efficient variational quan- tum eigensolver for small molecules and quantum mag- nets,”Nature, no. 549, pp. 242–246, 2017.DOI: 10 . 1038/nature23879

  31. [32]

    Express- ibility and entangling capability of parameterized quan- tum circuits for hybrid quantum-classical algorithms,

    S. Sim, P. D. Johnson, and A. Aspuru-Guzik, “Express- ibility and entangling capability of parameterized quan- tum circuits for hybrid quantum-classical algorithms,” Advanced Quantum Technologies, vol. 2, no. 12, Dec. 2019

  32. [33]

    Benchmarking quantum surrogate mod- els on scarce and noisy data,

    J. Stein et al., “Benchmarking quantum surrogate mod- els on scarce and noisy data,” inProceedings of the 16th International Conference on Agents and Artificial Intelligence, 2024

  33. [34]

    TensorFlow Quantum: A soft- ware framework for quantum machine learning,

    M. Broughton et al., “TensorFlow Quantum: A soft- ware framework for quantum machine learning,”arXiv preprint, Aug. 2021.DOI: 10.48550/arXiv.2003.02989

  34. [35]

    Implicit neural represen- tations with periodic activation functions,

    V . Sitzmann, J. N. Martel, A. W. Bergman, D. B. Lindell, and G. Wetzstein, “Implicit neural represen- tations with periodic activation functions,” inAdvances in Neural Information Processing Systems, 2020

  35. [36]

    Abadi et al.,TensorFlow: Large-scale machine learning on heterogeneous systems, Software available from tensorflow.org, 2015

    M. Abadi et al.,TensorFlow: Large-scale machine learning on heterogeneous systems, Software available from tensorflow.org, 2015

  36. [37]

    Chollet et al.,Keras, https://keras.io, 2015

    F. Chollet et al.,Keras, https://keras.io, 2015

  37. [38]

    PennyLane: Automatic differenti- ation of hybrid quantum-classical computations,

    V . Bergholm et al., “PennyLane: Automatic differenti- ation of hybrid quantum-classical computations,”arXiv preprint, 2018.DOI: 10.48550/arXiv.1811.04968

  38. [39]

    Nevergrad: Black-box optimization platform,

    P. Bennet, C. Doerr, A. Moreau, J. Rapin, F. Teytaud, and O. Teytaud, “Nevergrad: Black-box optimization platform,”SIGEVOlution, vol. 14, no. 1, pp. 8–15, Apr. 2021.DOI: 10.1145/3460310.3460312

  39. [40]

    Grover’s Quantum Algorithm Applied to Global Op- timization,

    W. P. Baritompa, D. W. Bulger, and G. R. Wood, “Grover’s Quantum Algorithm Applied to Global Op- timization,”SIAM Journal on Optimization, vol. 15, no. 4, pp. 1170–1184, Jan. 2005,ISSN: 1052-6234.DOI: 10.1137/040605072

  40. [41]

    Quantum policy iteration via amplitude estimation and Grover search – towards quantum advantage for rein- forcement learning,

    S. Wiedemann, D. Hein, S. Udluft, and C. B. Mendl, “Quantum policy iteration via amplitude estimation and Grover search – towards quantum advantage for rein- forcement learning,”Transactions on Machine Learning Research, 2023, https : / / openreview . net / forum ? id = HG11PAmwQ6,ISSN: 2835-8856

  41. [42]

    Quantum error correction below the surface code threshold,

    R. Acharya et al., “Quantum error correction below the surface code threshold,”Nature, pp. 1–3, Dec. 2024, ISSN: 1476-4687.DOI: 10.1038/s41586-024-08449-y

  42. [43]

    Interferometric single-shot par- ity measurement in InAs–Al hybrid devices,

    M. Aghaee et al., “Interferometric single-shot par- ity measurement in InAs–Al hybrid devices,”Nature, vol. 638, no. 8051, pp. 651–655, Feb. 2025,ISSN: 1476- 4687.DOI: 10.1038/s41586-024-08445-2

  43. [44]

    Roadmap to fault tolerant quan- tum computation using topological qubit arrays,

    D. Aasen et al., “Roadmap to fault tolerant quan- tum computation using topological qubit arrays,”arXiv preprint, Feb. 2025.DOI: 10.48550/arXiv.2502.12252

This paper was first reviewed by deepseek-v4-flash on August 4, 2026.