REVIEW 3 major objections 5 minor 5 cited by
A graph-based Bayesian optimizer discovers compact quantum circuits that match or beat flat-feature search on a real classification task.
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 →
A graph-neural-network-guided Bayesian search discovers compact variational quantum circuits for a cybersecurity classification task, slightly beating a flat-feature MLP surrogate and dominating fixed-architecture baselines.
T0 review reviewed 2026-08-03 challenge →
load-bearing objection A genuinely new combination — GIN surrogate with MC-dropout uncertainty inside a cost-tempered BO loop for VQC search — worth refereeing, but the 'all baselines' complexity claim outruns the evidence and the evaluation needs error bars and a fairer baseline setup. the 3 major comments →
Graph-Based Bayesian Optimization for Quantum Circuit Architecture Search with Uncertainty Calibrated Surrogates
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
The central claim is that a Bayesian optimization loop whose surrogate is a graph isomorphism network (GIN) trained on circuit graphs—with Monte Carlo dropout supplying epistemic uncertainty—can rank mutated VQC candidates accurately enough that expected improvement yields better circuits in fewer true evaluations than MLP, random, or greedy baselines, and the circuits it returns are shallower and sparser while achieving competitive or better classification accuracy. The authors report test accuracies of 94.25% at 12 qubits for their method versus 92.95% for the MLP surrogate and about 83% for random/greedy, with lower two-qubit counts and depth. They attribute this to the graph encoding pre
What carries the argument
The central object is the circuit graph: each gate is a node with one-hot type, temporal position, qubit incidence, and two-qubit flag; edges encode temporal adjacency, shared-qubit connectivity, and per-qubit sequential links. A two-layer GIN (hidden width 128, dropout 0.3) trained by MSE to predict validation accuracy provides the predictive mean and, via 30 MC-dropout passes, the epistemic variance. The acquisition is expected improvement (Eq. 19) tempered exponentially by a normalized cost of depth, two-qubit count, CZ count, total gates, and a decoherence proxy (Eqs. 20-22, 16). This structure-aware, uncertainty-calibrated scoring is what steers the mutation-based search toward compact,
Load-bearing premise
The GIN surrogate's predictive mean and MC-dropout variance, trained only on the 50 initial circuits plus in-loop evaluations, generalize well enough to rank structurally novel mutated circuits correctly; if this ranking degrades on out-of-sample circuits, especially in early iterations, the acquisition collapses to noise and the claimed advantage over the MLP surrogate disappears.
What would settle it
Run the same BO loop but replace the GIN surrogate's acquisition scores with random rankings (or with an MLP) while keeping all other settings identical; if the GNN's advantage over random search vanishes, the claim that structure-aware ranking drives the improvement is falsified. More directly, evaluate the GIN's Kendall tau against true validation accuracy on a held-out set of 1000 randomly mutated circuits never seen during BO; a tau at or below zero would contradict the ranking-fidelity claim.
If this is right
- Circuit architecture search for VQCs can be automated without hand-designed ansätze; the search space is graph mutations over a gate set.
- Structure-aware surrogates (GNNs) can beat flat-feature surrogates on ranking fidelity (Kendall tau) and final test accuracy, especially at larger qubit counts (12 qubits).
- Cost-tempered acquisition penalizing depth and two-qubit gates shifts found circuits onto a Pareto frontier where extra complexity yields diminishing returns.
- Noise robustness: circuits found under cost/noise-aware search retain roughly 85-87% test accuracy under amplitude, thermal, and readout noise, with depolarizing noise the most damaging.
- The method is computationally feasible: surrogate overhead is negligible relative to VQC training, so wall-clock is dominated by circuit evaluation.
Where Pith is reading between the lines
- The graph representation's advantage likely grows with search-space size; at 8 qubits the gap is small, at 12 it is clear, so one might expect even larger gains for higher qubit counts or richer gate sets.
- The MC-dropout uncertainty calibration could be replaced by deep ensembles or other Bayesian approximations; the paper's core claim does not depend on this specific choice, only on having ranking-usable uncertainty.
- A direct testable extension would be to use the same BO loop to find circuits for other datasets or hardware topologies, since the pipeline is modular—swap the feature selection, choose a backend, and rerun.
- The noise robustness results suggest that mild amplitude or thermal damping acts as a regularizer for angle-embedded features; this could be probed further by varying noise strength and measuring overfitting metrics.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a Bayesian optimization framework for variational quantum circuit architecture search in which candidate circuits are encoded as graphs and scored by a GIN surrogate with MC-dropout uncertainty; acquisition is expected improvement tempered by a complexity cost. The pipeline is evaluated on an NF-ToN-IoT-V2 binary classification task for 8, 10, and 12 qubits against an MLP surrogate, a greedy GNN selector, and random search, with additional noise-robustness sweeps. The central claim is that the GNN-guided optimizer consistently finds lower-complexity circuits with competitive or superior accuracy compared to all baselines.
Significance. If the central claim held, the paper would make a useful empirical contribution: it combines graph-structured circuit representation, an uncertainty-aware GNN surrogate, and cost-aware acquisition in a single end-to-end pipeline, with a credible effort toward reproducibility (code release, exported circuits, calibration and ranking metrics). The DAG encoding and MC-dropout uncertainty estimation are sensible and potentially transferable. However, the headline result is currently not supported by the paper's own data, the central comparisons rest on single runs without error bars, and the advertised hardware-aware mapping component is explicitly disabled in all experiments. These are load-bearing issues that require substantive revision before the claims can be accepted.
major comments (3)
- [Tables 2–3 and Figs. 5–12] All reported accuracies, convergence curves, ranking metrics, and complexity comparisons appear to come from single runs, with no seeds, error bars, or significance tests. Given the stochastic mutation kernel, MC-dropout, and neural-network training, differences such as Q=10 test accuracy of 89.20% (Table 2) versus 90.10%/93.20% for Mut=5/10 (Table 3) may be within run-to-run noise. The word 'consistently' in the abstract and Sec. 4.5 is therefore not supported. At minimum, the experiments should be repeated with several random seeds (e.g., 5–10) and reported as mean ± standard deviation, with pairwise significance tests for the main comparisons. This is a load-bearing issue for the central empirical claim.
- [§3.3, Eq. (20) and Appendix A.1] The paper advertises 'hardware-realistic optimization' and 'transpiler-aware selection' as a contribution, but the actual acquisition used in all experiments has mapped cost disabled. Eq. (20) defines C_total = C_base + C_map, then states 'All experiments in this paper satisfy this condition, so C_total = C_base'; Appendix A.1 repeats that 'cost-mapped routing is disabled.' Consequently the mapping weights W_MAP_DEPTH, W_MAP_CX, W_MAP_SWAP in Table 1 and Fig. 2 are never used, and the claimed hardware awareness reduces to the base structural cost and the decoherence proxy. The authors should either enable SABRE-based transpilation and include mapped depth/CX/SWAP costs in the acquisition, or clearly state that hardware-aware mapping is a proposed extension not evaluated in this work. As written, contribution (3) is not supported by the experiments.
- [§4.7, Fig. 12] The noise robustness study is presented as supporting the robustness of the proposed pipeline, but it is performed on a 5-qubit case (Fig. 12 caption) while the main benchmarking is on 8, 10, and 12 qubits, and no comparison is made to the MLP, greedy, or random baselines under the same noise. Reporting that the learned circuits retain accuracy under noise is not sufficient to attribute robustness to the GNN-based search. Moreover, the result that amplitude damping and thermal relaxation improve accuracy by 2–3.5 percentage points over the no-noise baseline is surprising and needs explanation and error bars, as it could stem from a particular circuit/training run rather than a general effect. Without baseline comparisons under identical noise, the robustness claim is not yet established.
minor comments (5)
- [Algorithm 1 and §A.2] Algorithm 1 initializes S_0 as empty, while Sec. 4.1 and Appendix A.2 describe warm-starting the surrogate on an initial 50 evaluated circuits. This inconsistency should be clarified.
- [Fig. 6] The convergence plots show only 30 iterations on the horizontal axis, while Table 1 says BO_ITERS=100. State whether the plots are truncated or the budget was changed for these runs.
- [References] References [17] and [18] are the same paper; one should be removed or replaced with the correct source.
- [Fig. 11 caption] The caption states 'The cost-aware BO+VQC+GNN yields systematically lower mapped costs than flat-feature or random baselines,' but the figure shows total gates, CZ count, and depth, not mapped costs. Also, the fixed-budget baselines trivially have the same gate counts by design. Revise the caption to avoid conflating raw complexity with mapped cost.
- [Sec. 4.2] The text refers to 'acquisition tempering (Sec. 4.3)' but Sec. 4.3 discusses wall-clock and convergence, not tempering; the cross-reference is incorrect.
Circularity Check
No significant circularity: the BO-GNN pipeline is a self-contained search loop; the complexity claim is an explicit objective, not a hidden prediction, though the abstract's 'all baselines' wording is not supported by the paper's own Fig. 11.
full rationale
Walking the derivation chain, the central machinery is a standard Bayesian optimization loop: a GIN+MC-dropout surrogate (Eqs. 17-18) is trained on circuits actually evaluated inside the loop, and acquisition (Eqs. 19-20) uses expected improvement tempered by the explicit cost C_base defined in Eq. 21, which includes normalized depth, two-qubit count, CZ count, total gates, and a decoherence proxy. Reporting that this produces lower-complexity circuits than an unpenalized MLP surrogate is not circular: complexity reduction is an explicit term in the objective, not a quantity that the surrogate is fitted to and then re-predicted. The surrogate's accuracy and ranking are measured against held-out validation performance, and the reported final test accuracies come from retraining the best found circuit on train+validation and evaluating once on the fixed test split, so there is no fitted-input-renamed-as-prediction. The paper's own Sec. 4.6 and Fig. 11 show that the Greedy GNN and Random Search baselines were assigned fixed architectures 'to remove circuit size as a confounding factor', so their gate counts coincide by design; the abstract's claim that the GNN optimizer finds lower complexity 'compared to all baselines' conflicts with those data, but that is a correctness/comparability concern, not a circularity: it is not an equation reducing to an input. Load-bearing external results — GIN expressivity [52], MC-dropout as approximate inference [16], SABRE routing [21], and standard BO [4,31] — are external, code-available, or standard results, and the numerous self-citations in the references are background or application papers, not used to justify the central claim or to rule out alternatives. No uniqueness theorem is imported from the authors, no ansatz is smuggled in via a self-citation, and no known empirical pattern is merely renamed. Therefore, no step in the claimed derivation is equivalent to its own input by construction.
Axiom & Free-Parameter Ledger
free parameters (10)
- cost-tempering weight alpha =
0.5
- base cost weights (W_DEPTH, W_2Q, W_TOTAL, W_CZ) =
0.35, 0.35, 0.15, 0.15
- objective penalty lambda (Eq. 23) =
not reported ('small value')
- depolarizing probabilities p_1q, p_2q =
not reported
- readout bit-flip probability p_ro =
0.02
- mutation probabilities (rho, eta) and max_mutations =
0.10, 0.10, 10
- feature/qubit count K_FEAT =
7, 8, 9, 10 (per configuration)
- surrogate hyperparameters (hidden=128, dropout=0.3, MC_SAMPLES=30) =
128 / 0.3 / 30
- gate times t_1Q = t_2Q =
300 ns
- T1/T2 sweep grid =
T1 in {20,50,100,200,300,400} us, T2 in {30,60,120,240,360,480} us
axioms (6)
- standard math GIN achieves WL-test-level graph discrimination and this discriminative power transfers to predicting circuit performance
- domain assumption MC-dropout with 30 stochastic forward passes approximates calibrated epistemic uncertainty
- domain assumption RY angle-embedding of min-max-scaled features preserves enough information for the binary classification task
- domain assumption The AD/PD/GAD/depolarizing/readout channels with gate-time-derived probabilities model NISQ device behavior adequately
- domain assumption Local Pauli-Z expectations fed to a two-layer classical MLP form a capable classifier for this data
- domain assumption Validation accuracy during BO transfers to the single final test pass
Cite this review
Pith. "Pith review of Graph-Based Bayesian Optimization for Quantum Circuit Architecture Search with Uncertainty Calibrated Surrogates." pith.science (2026). https://pith.science/paper/KGP47NWQ
@misc{pith2026251209586,
author = {Pith},
title = {Pith review of: Graph-Based Bayesian Optimization for Quantum Circuit Architecture Search with Uncertainty Calibrated Surrogates},
year = {2026},
howpublished = {\url{https://pith.science/paper/KGP47NWQ}},
note = {Machine review of arXiv:2512.09586}
}
read the original abstract
Quantum circuit design is a key bottleneck for practical quantum machine learning on complex, real-world data. We present an automated framework that discovers and refines variational quantum circuits (VQCs) using graph-based Bayesian optimization with a graph neural network (GNN) surrogate. Circuits are represented as graphs and mutated and selected via an expected improvement acquisition function informed by surrogate uncertainty with Monte Carlo dropout. Candidate circuits are evaluated with a hybrid quantum-classical variational classifier on the next generation firewall telemetry and network internet of things (NF-ToN-IoT-V2) cybersecurity dataset, after feature selection and scaling for quantum embedding. We benchmark our pipeline against an MLP-based surrogate, random search, and greedy GNN selection. The GNN-guided optimizer consistently finds circuits with lower complexity and competitive or superior classification accuracy compared to all baselines. Robustness is assessed via a noise study across standard quantum noise channels, including amplitude damping, phase damping, thermal relaxation, depolarizing, and readout bit flip noise. The implementation is fully reproducible, with time benchmarking and export of best found circuits, providing a scalable and interpretable route to automated quantum circuit discovery.
Figures
Forward citations
Cited by 5 Pith papers
-
Q-PhotoNAS: Hybrid Quantum Neural Architecture Search Framework on Photonic Devices
Q-PhotoNAS applies genetic algorithm search to jointly optimize classical preprocessing, phase encoding, and photonic circuit structure for hybrid quantum-classical models, reporting 99.44% and 98.78% accuracy on Digi...
-
MDQEC-QAS: Meta-Decoding for Quantum Error Correction with Hardware-Aware VQC Search and Confidence-Gated Recovery
Meta-decoders transfer across codes and noise, yet only confidence-gated hybrid recovery—not raw teacher-label accuracy—keeps Planar5×5 logical failure near the teacher.
-
GAT-QNN: Genetic Algorithm-Based Training of Hybrid Quantum Neural Networks
GAT-QNN uses a two-stage genetic algorithm to train macroCircuits and select efficient microCircuits for hybrid quantum neural networks, reporting 22-23% accuracy gains on 4-class MNIST across backends.
-
Q-PhotoNAS: Hybrid Quantum Neural Architecture Search Framework on Photonic Devices
A genetic-algorithm framework searches 19 photonic hybrid-network design choices and reports 99.44% (Digits) and 98.78% (MNIST) validation accuracy in simulation.
-
Hybrid Quantum-Classical Neural Architecture Search
Demonstrates FLOPs-aware neural architecture search for hybrid quantum-classical neural networks to produce accurate yet computationally efficient models suitable for NISQ hardware.
Reference graph
Works this paper leans on
-
[1]
Alami, M. E., Innan, N., Shafiqe, M., and Bennai, M.Comparative performance analysis of quantum machine learning architectures for credit card fraud detection. arXiv preprint arXiv:2412.19441(2024)
arXiv 2024
-
[2]
InProceedings of the 35th International Conference on Machine Learning (10–15 Jul 2018), J
Baptista, R., and Poloczek, M.Bayesian optimization of combinatorial struc- tures. InProceedings of the 35th International Conference on Machine Learning (10–15 Jul 2018), J. Dy and A. Krause, Eds., vol. 80 ofProceedings of Machine Learning Research, PMLR, pp. 462–471
2018
-
[3]
Benítez-Buenache, A., and Portell-Montserrat, Q.Bayesian parameterized quantum circuit optimization (bpqco): A task and hardware-dependent approach, 2024
2024
-
[4]
M., and de Freitas, N.A tutorial on bayesian optimiza- tion of expensive cost functions, with application to active user modeling and hierarchical reinforcement learning, 2010
Brochu, E., Cora, V. M., and de Freitas, N.A tutorial on bayesian optimiza- tion of expensive cost functions, with application to active user modeling and hierarchical reinforcement learning, 2010
2010
-
[5]
C., Endo, S., Fujii, K., McClean, J
Cerezo, M., Arrasmith, A., Babbush, R., Benjamin, S. C., Endo, S., Fujii, K., McClean, J. R., Mitarai, K., Yuan, X., Cincio, L., and Coles, P. J.Variational quantum algorithms.Nature Reviews Physics 3, 9 (2021), 625–644
2021
-
[6]
Y.-C., Yang, C.-H
Chen, S. Y.-C., Yang, C.-H. H., Qi, J., Chen, P.-Y., Ma, X., and Goan, H.-S. Variational quantum circuits for deep reinforcement learning.IEEE Access 8 (2020), 141007–141024
2020
-
[7]
M., Schoute, E., and Ünsal, C
Childs, A. M., Schoute, E., and Ünsal, C. M.Circuit transformations for quan- tum architectures. In14th Conference on the Theory of Quantum Computation, Communication and Cryptography (TQC 2019)(2019), vol. 135 ofLIPIcs, pp. 3:1– 3:24
2019
-
[8]
T., and Somani, A
Chitty-Venkata, K. T., and Somani, A. K.Neural architecture search survey: A hardware perspective.ACM Computing Surveys 55, 4 (2022), 1–36
2022
-
[9]
Choudhary, P. K., Innan, N., Shafiqe, M., and Singh, R.Hqnn-fsp: A hybrid classical-quantum neural network for regression-based financial stock market prediction.arXiv preprint arXiv:2503.15403(2025)
Pith/arXiv arXiv 2025
-
[10]
Dave, K., Innan, N., Behera, B. K., Mumtaz, S., Al-Kuwari, S., Farouk, A., et al.Optimizing low-energy carbon iiot systems with quantum algorithms: Performance evaluation and noise robustness.IEEE Internet of Things Journal (2025)
2025
-
[11]
Du, Y., Hsieh, M.-H., Liu, T., and Tao, D.Expressive power of parametrized quantum circuits.Phys. Rev. Res. 2(Jul 2020), 033125
2020
-
[12]
Du, Y., Huang, T., You, S., Hsieh, M.-H., and Tao, D.Quantum circuit architecture search for variational quantum algorithms.npj Quantum Information 8, 1 (2022), 62
2022
-
[13]
Dutta, S., Innan, N., Yahia, S. B., and Shafiqe, M.Qas-qtns: Curriculum reinforcement learning-driven quantum architecture search for quantum tensor networks.arXiv preprint arXiv:2507.12013(2025). 14
arXiv 2025
-
[14]
Farhi, E., Goldstone, J., and Gutmann, S.A quantum approximate optimization algorithm, 2014
2014
-
[15]
2021), 422
Funcke, L., Hartung, T., Jansen, K., Kühn, S., and Stornati, P.Dimensional expressivity analysis of parametric quantum circuits.Quantum 5(Mar. 2021), 422
2021
-
[16]
InProceedings of The 33rd International Conference on Machine Learning(New York, New York, USA, 20–22 Jun 2016), M
Gal, Y., and Ghahramani, Z.Dropout as a bayesian approximation: Representing model uncertainty in deep learning. InProceedings of The 33rd International Conference on Machine Learning(New York, New York, USA, 20–22 Jun 2016), M. F. Balcan and K. Q. Weinberger, Eds., vol. 48 ofProceedings of Machine Learning Research, PMLR, pp. 1050–1059
2016
-
[17]
He, Z., Chen, H., Zhou, Y., Situ, H., Li, Y., and Li, L.Self-supervised representa- tion learning for bayesian quantum architecture search.Physical Review A 111, 3 (2025), 032403
2025
-
[18]
He, Z., Chen, H., Zhou, Y., Situ, H., Li, Y., and Li, L.Self-supervised representa- tion learning for bayesian quantum architecture search.Phys. Rev. A 111(Mar 2025), 032403
2025
-
[19]
Hubregtsen, T., Pichlmeier, J., Stecher, P., and Bertels, K.Evaluation of parameterized quantum circuits: on the relation between classification accuracy, expressibility, and entangling capability.Quantum Machine Intelligence 3, 1 (2021), 9
2021
-
[20]
Accessed: 2025-10-28
IBM Quantum.DAGCircuit: Quantum circuit as a directed acyclic graph, 2025. Accessed: 2025-10-28
2025
-
[21]
Accessed: 2025- 10-28
IBM Quantum.Transpilation Optimizations with SABRE, 2025. Accessed: 2025- 10-28
2025
-
[22]
K., Al-Kuwari, S., and Farouk, A.Qnn-vrcs: A quan- tum neural network for vehicle road cooperation systems.IEEE Transactions on Intelligent Transportation Systems(2025)
Innan, N., Behera, B. K., Al-Kuwari, S., and Farouk, A.Qnn-vrcs: A quan- tum neural network for vehicle road cooperation systems.IEEE Transactions on Intelligent Transportation Systems(2025)
2025
-
[23]
Innan, N., and Bennai, M.A variational quantum perceptron with grover’s algorithm for efficient classification.Physica Scripta 99, 5 (2024), 055120
2024
-
[24]
In2025 IEEE 31st International Symposium on On-Line Testing and Robust System Design (IOLTS)(2025), IEEE, pp
Innan, N., Kashif, M., Marchisio, A., Bennai, M., and Shafiqe, M.Next- generation quantum neural networks: Enhancing efficiency, security, and privacy. In2025 IEEE 31st International Symposium on On-Line Testing and Robust System Design (IOLTS)(2025), IEEE, pp. 1–4
2025
-
[25]
A.-Z., and Bennai, M.Financial fraud detection: a com- parative study of quantum machine learning models.International Journal of Quantum Information 22, 02 (2024), 2350044
Innan, N., Khan, M. A.-Z., and Bennai, M.Financial fraud detection: a com- parative study of quantum machine learning models.International Journal of Quantum Information 22, 02 (2024), 2350044
2024
-
[26]
A.-Z., and Bennai, M.Quantum computing for electronic structure analysis: Ground state energy and molecular properties calculations
Innan, N., Khan, M. A.-Z., and Bennai, M.Quantum computing for electronic structure analysis: Ground state energy and molecular properties calculations. Materials Today Communications 38(2024), 107760
2024
-
[27]
A.-Z., Panda, B., and Bennai, M.Enhancing quantum sup- port vector machines through variational kernel training.Quantum Information Processing 22, 10 (2023), 374
Innan, N., Khan, M. A.-Z., Panda, B., and Bennai, M.Enhancing quantum sup- port vector machines through variational kernel training.Quantum Information Processing 22, 10 (2023), 374
2023
-
[28]
Innan, N., Saleem, A., Marchisio, A., and Shafiqe, M.Quantum portfolio optimization with expert analysis evaluation.arXiv preprint arXiv:2507.20532 (2025)
arXiv 2025
-
[29]
I., Arora, S., Ghosh, T., Koçak, Y
Innan, N., Siddiqi, O. I., Arora, S., Ghosh, T., Koçak, Y. P., Paragas, D., Galib, A. A. O., Khan, M. A.-Z., and Bennai, M.Quantum state tomography using quantum machine learning.Quantum Machine Intelligence 6, 1 (2024), 28
2024
-
[30]
Innan, N., Singh, A., and Shafiqe, M.Circuithunt: Automated quantum circuit screening for superior credit-card fraud detection.arXiv preprint arXiv:2508.21366 (2025)
Pith/arXiv arXiv 2025
-
[31]
R., Schonlau, M., and Welch, W
Jones, D. R., Schonlau, M., and Welch, W. J.Efficient global optimization of expensive black-box functions.Journal of Global Optimization 13, 4 (1998), 455–492
1998
-
[32]
T., Rana, S., Gupta, S., and Venkatesh, S.Batch bayesian optimization using multi-scale search.Knowledge-Based Systems 187(2020), 104818
Joy, T. T., Rana, S., Gupta, S., and Venkatesh, S.Batch bayesian optimization using multi-scale search.Knowledge-Based Systems 187(2020), 104818
2020
-
[33]
Kendall, A., and Gal, Y.What uncertainties do we need in bayesian deep learning for computer vision?, 2017
2017
-
[34]
Lakshminarayanan, B., Pritzel, A., and Blundell, C.Simple and scalable predictive uncertainty estimation using deep ensembles, 2017
2017
-
[35]
Li, G., Ding, Y., and Xie, Y.Tackling the qubit mapping problem for nisq-era quan- tum devices. InProceedings of the 24th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS ’19)(New York, NY, USA, 2019), Association for Computing Machinery, pp. 1001–1014
2019
-
[36]
Li, S., Tsukayama, D., Shirakashi, J.-i., Shibuya, T., and Imai, H.Quantum architecture search with neural predictor based on zx-calculus.EPJ Quantum Technology 12, 1 (2025), 106
2025
-
[37]
Liu, Y., Meng, F., W ang, L., Hu, Y., Zhang, Z., and Yu, X.Output prediction of quantum circuits based on graph neural networks, 2025
2025
-
[38]
In2024 IEEE International Conference on Quantum Computing and Engineering (QCE)(2024), vol
Martyniuk, D., Jung, J., and Paschke, A.Quantum architecture search: A survey. In2024 IEEE International Conference on Quantum Computing and Engineering (QCE)(2024), vol. 01, pp. 1695–1706
2024
-
[39]
P.Nf-ton-iot-v2
Mohanad Sarhan, Siamak Layeghy, M. P.Nf-ton-iot-v2. https://www.kaggle. com/datasets/dhoogla/nftoniotv2. Accessed: 2025-04-23
2025
-
[40]
In 2019 IEEE Second International Conference on Artificial Intelligence and Knowledge Engineering (AIKE)(2019), pp
Nguyen, V.Bayesian optimization for accelerating hyper-parameter tuning. In 2019 IEEE Second International Conference on Artificial Intelligence and Knowledge Engineering (AIKE)(2019), pp. 302–305
2019
-
[41]
In2024 International Conference on Quantum Communications, Networking, and Computing (QCNC) (2024), IEEE, pp
Pathak, P., Oad, V., Prajapati, A., and Innan, N.Resource allocation optimiza- tion in 5g networks using variational quantum regressor. In2024 International Conference on Quantum Communications, Networking, and Computing (QCNC) (2024), IEEE, pp. 101–105
2024
-
[42]
A beam search framework for quantum circuit mapping
Qiu, C., and coauthors. A beam search framework for quantum circuit mapping. Entropy 27, 3 (2025), 232
2025
-
[43]
D., Groves, R
Salmani Pour Avval, S., Eskue, N. D., Groves, R. M., and Yaghoubi, V.Sys- tematic review on neural architecture search.Artificial Intelligence Review 58, 3 (2025), 73
2025
-
[44]
J., Stevens, J., Li, J., Parasram, M., Damani, F., Alvarado, J
Shields, B. J., Stevens, J., Li, J., Parasram, M., Damani, F., Alvarado, J. I. M., Janey, J. M., Adams, R. P., and Doyle, A. G.Bayesian reaction optimization as a tool for chemical synthesis.Nature 590, 7844 (2021), 89–96
2021
-
[45]
Shu, R., Xu, X., Yung, M.-H., and Cui, W.Variational quantum circuits enhanced generative adversarial network, 2024
2024
-
[46]
D., and Aspuru-Guzik, A.Expressibility and entangling capa- bility of parameterized quantum circuits for hybrid quantum-classical algorithms
Sim, S., Johnson, P. D., and Aspuru-Guzik, A.Expressibility and entangling capa- bility of parameterized quantum circuits for hybrid quantum-classical algorithms. Advanced Quantum Technologies 2, 12 (2019), 1900070
2019
-
[47]
P.Practical bayesian optimization of machine learning algorithms, 2012
Snoek, J., Larochelle, H., and Adams, R. P.Practical bayesian optimization of machine learning algorithms, 2012
2012
-
[48]
Stein, C., and Färber, M.Incorporating quantum advantage in quantum circuit generation through genetic programming, 2025
2025
-
[49]
Su, J., Fan, J., Wu, S., Li, G., Qin, S., and Gao, F.Topology-driven quantum architecture search framework.Science China Information Sciences 68, 8 (2025), 180507
2025
-
[50]
Z., Chong, F
W ang, H., Ding, Y., Gu, J., Lin, Y., Pan, D. Z., Chong, F. T., and Han, S.Quantum- nas: Noise-adaptive search for robust quantum circuits. In2022 IEEE International Symposium on High-Performance Computer Architecture (HPCA)(2022), pp. 692– 708
2022
-
[51]
InProceedings of the 40th International Conference on Machine Learning(23–29 Jul 2023), A
Wu, W., Yan, G., Lu, X., Pan, K., and Yan, J.QuantumDARTS: Differentiable quantum architecture search for variational quantum algorithms. InProceedings of the 40th International Conference on Machine Learning(23–29 Jul 2023), A. Krause, E. Brunskill, K. Cho, B. Engelhardt, S. Sabato, and J. Scarlett, Eds., vol. 202 of Proceedings of Machine Learning Resea...
2023
-
[52]
Xu, K., Hu, W., Leskovec, J., and Jegelka, S.How powerful are graph neural networks? InInternational Conference on Learning Representations (ICLR)(2019)
2019
-
[53]
Yang, K., Liu, L., and Wen, Y.The impact of bayesian optimization on feature selection.Scientific Reports 14, 1 (2024), 3948
2024
-
[54]
Zhang, S.-X., Hsieh, C.-Y., Zhang, S., and Yao, H.Differentiable quantum architecture search.Quantum Science and Technology 7, 4 (2022), 045023
2022
-
[55]
Zhou, J., Cui, G., Hu, S., Zhang, Z., Y ang, C., Liu, Z., W ang, L., Li, C., and Sun, M.Graph neural networks: A review of methods and applications.AI Open 1 (2020), 57–81
2020
-
[56]
M., Benedetti, M., Landsman, K
Zhu, D., Linke, N. M., Benedetti, M., Landsman, K. A., Nguyen, N. H., Alderete, C. H., Perdomo-Ortiz, A., Korda, N., Garfoot, A., Brecqe, C., Egan, L., Perdomo, O., and Monroe, C.Training of quantum circuits on a hybrid quantum computer.Science Advances 5, 10 (2019), eaaw9918. A Appendix This appendix provides additional methodological and experimen- tal ...
2019
This paper was first reviewed by deepseek-v4-flash on August 3, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.