REVIEW 4 major objections 6 minor 73 references
Quantum Simplicial Neural Networks
T0 review · 4 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Quantum simplicial networks beat classical simplicial deep learning models on two synthetic tasks.
desk verdict Promising first quantum topological deep learning architecture; the empirical quantum-advantage claim is not yet supported by the reported numbers. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the Quantum Simplicial Layer (QSL), a variational quantum circuit layer acting on $N+E+T$ qubits, one per simplex. Each layer angle-encodes the input signal with rotations whose axes depend on simplex order, applies learnable single-qubit rotations, and then applies two-qubit gates $\mathrm{LI}_{k,p}(W_{i,j}) = CX (I\otimes R_{k,p}(W_{i,j})) CX$ only to pairs of simplices that are adjacent according to the Hodge Laplacians and incidence matrices. That sparsity pattern is what maps the simplicial complex into the circuit; stacking layers re-uploads data, giving depth meaning. The Base variant uses $R_x$ encoding, $R_z$ embeddings, and $R_{z,z}$ interactions, an Ising-style $ZZ$ coupling, while the Schematic variant assigns the $x$ axis to nodes, $y$ to edges, and $z$ to triangles and uses mixed-axis interactions; only the Base layer generalizes straightforwardly to complexes of arbitrary order. The parameter count equals the number of simplices plus the number of nonzero entries in the relevant Laplacian and incidence matrices.
What would settle it
Re-run the solenoidal detection task giving GSCN and GSAN a hyperparameter search over residual connections, dropout, layer normalization, and learning rate, and check whether a tuned classical model matches or exceeds the Schematic QSN's roughly 0.95 accuracy at five layers; if it does, the paper's central advantage claim fails.
Extended reading notes
Core claim
On its own terms, the central discovery is that the topology of a simplicial complex can be compiled directly into a parameterized quantum circuit. Each simplex's signal is angle-encoded onto a dedicated qubit, per-qubit learnable rotations adjust the embeddings, and entangling gates are applied only along the adjacency patterns encoded by the Hodge Laplacians and incidence matrices; stacking such layers with data re-uploading yields a Quantum Simplicial Network. In the reported experiments this construction outperforms classical simplicial networks in accuracy and parameter efficiency: the Schematic variant holds roughly 0.95 accuracy at every depth on solenoidal detection, and the Base variant beats a quantum graph neural network by about 9 percent on source localization. The authors therefore claim that QSNs are effective and efficient models for learning over combinatorial topological spaces, with the Schematic layer extracting more output entropy from the input than the Base layer.
Load-bearing premise
The empirical quantum advantage rests on the assumption that the classical baselines, trained with plain Adam, no regularization, and no hyperparameter search, represent properly configured simplicial networks; if those models were tuned, the reported accuracy gap could shrink or disappear.
Editorial extensions
If this is right
- Topological deep learning gains a quantum architecture trainable end-to-end with a classical optimizer via the parameter-shift rule.
- Depth, which degrades GSCN and GSAN accuracy on the solenoidal task, leaves the Schematic QSN essentially flat at about 0.95 accuracy from one to five layers.
- The Base QSN subsumes the Ising-style QGNN interaction model and improves on it by roughly 9 percent on the source-localization task.
- Parameter counts comparable to classical simplicial networks mean the reported accuracy gain is not bought with extra parameters.
- The authors propose extending the same layer design to regular cell complexes and to symmetry-injected variants, outlining a research program of quantum topological deep learning.
Reading between the lines
- Inference: The depth-stability pattern suggests quantum feature maps may avoid the oversmoothing that degrades deep classical simplicial networks; this could be tested directly by comparing a simulated SQSN against a GSCN with residual connections, normalization, and dropout.
- Inference: Since parameter count scales with the number of nonzero entries in the Laplacian and incidence matrices, the efficiency claim may weaken on denser complexes; benchmarking on sparser and denser complexes would reveal whether the advantage is architectural or an artifact of the two small graphs.
- Inference: The entropy analysis measures Shannon entropy of circuit outcomes rather than von Neumann entropy of the quantum state, so linking state-based entropy to learning performance is a natural follow-up.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Quantum Simplicial Networks (QSNs), which the authors describe as the first quantum topological deep learning models. A QSN is a stack of Quantum Simplicial Layers that encode node, edge, and triangle signals of an order-two simplicial complex into a quantum circuit, with one qubit per simplex. Two layer variants are defined: Base QSLs, inspired by the Ising-model interactions used in QGNNs, and Schematic QSLs, which assign different rotation axes to nodes, edges, and triangles. The architecture and its parameter count are specified in Sections 4.1–4.4. The authors evaluate BQSN and SQSN on two synthetic classification tasks, solenoidal component detection and source localization, comparing them with GSCN, GSAN, MLP, and, for the second task, QGNN. The central claim, stated in the abstract, introduction, and conclusion, is that QSNs outperform classical simplicial TDL models in both accuracy and parameter efficiency.
Significance. If the performance claim were established, this would be a meaningful contribution: it would open a new direction at the intersection of quantum machine learning and topological deep learning, and the proposed layer design is concrete and reproducible enough for others to build on. The manuscript's strengths include a clear architectural description, explicit circuit-level definitions in Eqs. (16)–(32), and a transparent parameter-counting analysis in Eqs. (33)–(36). The entropy analysis in Section 5.1 is an interesting attempt to explain why the Schematic variant might extract more information. However, the empirical evidence for the central claim is currently not sufficient: accuracy results are reported as means only, one stated claim is directly contradicted by the reported table, the parameter-efficiency claim is stated in a way that conflicts with the same tables, and the classical baselines are not shown to be tuned to a fair standard. These issues are all fixable within the manuscript's scope, so the appropriate outcome is major revision rather than rejection.
major comments (4)
- [Section 5.1, Table 3] The sentence 'it is evident that QSNs always perform at least as well as classical SNs' is false as printed. At one layer, Table 3 reports BQSN mean test accuracy 0.833, which is below GSCN (0.939), GSAN (0.929), and MLP (0.991). The claim is only defensible for SQSN or for sufficiently deep networks, so the text must be corrected or qualified. Because this sentence is one of the main supports for the paper's central claim, it is load-bearing.
- [Section 5.1 and Section 5.2, Tables 3 and 5] The reported test accuracies are means over datasets and seeds, with no standard deviations, confidence intervals, or paired significance tests. Several of the decisive margins are small: for example, Task 1 at one layer has SQSN 0.949 vs. GSCN 0.939, and Task 2 at one layer has BQSN 0.681 vs. QGNN 0.608. With unreported seed-level variance, these differences cannot be distinguished from noise. The authors should report seed-level results, error bars, and a paired statistical test, or explicitly withdraw the claim that QSNs outperform classical models in accuracy.
- [Section 5.1 and Section 5.2, Tables 2 and 4] The paper's parameter-efficiency claim is stated in a way that conflicts with its own tables. Section 5.1 says QSNs outperform classical SNs 'despite the lower number of parameters,' but Table 2 shows that at one layer QSNs have 48–70 parameters while GSCN has 20 and GSAN has 36; only at larger depths do QSNs have comparable or fewer parameters. Similarly, Section 5.2 says QSNs win 'despite the lower number of parameters,' but Table 4 shows QSNs have 81 parameters at one layer vs. 34 for QGNN. The claim needs to be restricted to the depth regime where it actually holds, or the comparison needs to be redefined.
- [Section 5.3 and Tables 3, 5] The experimental setup reports only Adam with learning rate 0.01 and early stopping for all models, with no hyperparameter search, weight decay, dropout, normalization, or residual connections for the classical baselines. The behavior of GSCN in Task 1, which drops from 0.939 at one layer to 0.598 at five layers, is the classic signature of an undertrained or under-regularized deep network. Unless the classical baselines are tuned to a representative standard, the reported accuracy advantage of QSNs could be an artifact of weak baselines rather than a genuine property of the quantum architecture. The authors should provide the baseline tuning procedure and, ideally, a tuned comparison.
minor comments (6)
- [Section 5.1, Figure 5 and Section 5.2, Figure 6] The Shannon-entropy analysis is presented as explaining SQSN's better performance, but in Task 2 the BQSN outperforms SQSN despite having lower entropy; the link between output-distribution entropy and task accuracy is not established. The footnote correctly notes that von Neumann entropy would be more appropriate, but the current analysis should be framed as a qualitative observation rather than evidence of learning quality.
- [Section 4.1, Eq. (21)] The notation [L]_{i,j,0} and the use of the tensor product over all qubits in Eq. (21) is hard to parse; the authors should define the thresholding operation '0' explicitly and clarify the order in which the product over interactions is applied.
- [Section 3.2.2] The acronym 'GSCCN' is used in the text where 'GSCN' appears to be intended; please make the notation consistent.
- [Section 5.2] The claim that BQSN provides an 'average enhancement of approximately 9.02%' over QGNN should be shown explicitly, since it is not obvious from the five accuracy values in Table 5.
- [Section 5.3, Table 6] The table caption reads 'for the for models' training' and should be corrected.
- [General] The manuscript does not state whether code or data will be made available; a reproducibility statement would strengthen the paper, especially since the experiments are on synthetic data with a randomized generation procedure.
Circularity Check
No significant circularity: the QSN performance claims are empirical, trained on synthetic data and evaluated on held-out test sets, and the cited prior work is used as background or baselines, not as a load-bearing derivation.
full rationale
The paper's central claim is that Quantum Simplicial Networks (QSNs) outperform classical simplicial TDL models in accuracy and parameter efficiency. This claim is supported by supervised experiments on synthetic classification tasks: models are trained on training splits and evaluated on held-out test splits, so the reported accuracies are genuine out-of-sample predictions rather than fitted values. The QSN architecture is explicitly constructed by the authors (Sections 4.1-4.3), with two variants defined through specific rotation axes and interaction gates; it is not derived from the empirical results, and the empirical results are not used to define the architecture. The classical counterparts GSCN and GSAN, including the self-cited GSAN [46], are used as external comparison baselines; their equations are stated in the paper (Eq. 8) and they are trained independently under the same experimental protocol. This is a normal benchmark comparison, not a case where the result reduces to a self-citation. The entropy analysis in Section 5.1 and 5.2 is a post hoc explanatory investigation, not a prediction that is forced by construction. No fitted parameter is renamed as a prediction, no uniqueness theorem is imported from the authors' prior work, and no known result is repackaged under new coordinates. While the statistical presentation has limitations (means without confidence intervals, no paired tests, and classical baselines that may be under-tuned), those are correctness risks, not circularity. Overall, the derivation chain is self-contained: the claims rest on trained-and-tested model behavior, not on any input being defined in terms of the output.
Assumptions & free parameters
free parameters (4)
- SQSN axis assignment =
nodes: x, edges: y, triangles: z
- Encoding angle scale =
π
- Task 1 data generation constants =
avg 10 nodes, edge prob 0.3, triangle prob 0.8, min/max simplices 12-16, A~Bernoulli(0.5)
- Task 2 data generation constants =
SBM: 6 nodes, 2 communities, intra 0.85, inter 0.25; diffusion t~Student-T(10) capped at 100; SNR 40 dB
assumptions (4)
- standard math Hodge decomposition of simplicial signals (Eq. 6-7)
- standard math LI gate decomposition CX-(I⊗R_kp)-CX implements the intended two-body interaction
- ad hoc to paper Shannon entropy of the output distribution is a valid proxy for information extraction
- domain assumption Simplicial complexes of order 2 are sufficient to demonstrate QSNs without loss of generality
Cite this review
Pith. "Pith review of Quantum Simplicial Neural Networks." pith.science (2026). https://pith.science/paper/YCY43ASH
@misc{pith2026250105558,
author = {Pith},
title = {Pith review of: Quantum Simplicial Neural Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/YCY43ASH}},
note = {Machine review of arXiv:2501.05558}
}
read the original abstract
Graph Neural Networks (GNNs) excel at learning from graph-structured data but are limited to modeling pairwise interactions, insufficient for capturing higher-order relationships present in many real-world systems. Topological Deep Learning (TDL) has allowed for systematic modeling of hierarchical higher-order interactions by relying on combinatorial topological spaces such as simplicial complexes. In parallel, Quantum Neural Networks (QNNs) have been introduced to leverage quantum mechanics for enhanced computational and learning power. In this work, we present the first Quantum Topological Deep Learning Model: Quantum Simplicial Networks (QSNs), being QNNs operating on simplicial complexes. QSNs are a stack of Quantum Simplicial Layers, which are inspired by the Ising model to encode higher-order structures into quantum states. Experiments on synthetic classification tasks show that QSNs can outperform classical simplicial TDL models in accuracy and efficiency, demonstrating the potential of combining quantum computing with TDL for processing data on combinatorial topological spaces.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[51]
C. M. Leditto, A. Southwell, B. Tonekaboni, G. A. White, M. Usman, K. Modi, Topological signal processing on quantum computers for higher-order network analysis, arXiv preprint arXiv:2312.07672 (2023)
work page Pith review arXiv 2023
-
[1]
Scarselli, et al., The graph neural network model, IEEE Trans
F. Scarselli, et al., The graph neural network model, IEEE Trans. on neural net- works 20 (1) (2008)
work page 2008
-
[2]
Gori, et al., A new model for learning in graph domains, in: Proc
M. Gori, et al., A new model for learning in graph domains, in: Proc. 2005 IEEE In- ternational Joint Conference on Neural Networks, 2005., V ol. 2, Montreal,Canada, 2005, pp. 729–734
work page 2005
-
[3]
T. N. Kipf, M. Welling, Semi-supervised classification with graph convolutional networks, in: Proc. of the 5th International Conference on Learning Representa- tions (ICLR), Toulon, France, 2017. 27
work page 2017
-
[4]
Bruna, et al., Spectral Networks and Locally Connected Networks on Graphs, in: Proc
J. Bruna, et al., Spectral Networks and Locally Connected Networks on Graphs, in: Proc. of the 2nd International Conference on Learning Representations (ICLR), Banff, Canada, 2014, pp. 1–14
work page 2014
-
[5]
W. L. Hamilton, R. Ying, J. Leskovec, Inductive representation learning on large graphs, in: Conference on Neural Information Processing Systems (NeurIPS), Long Beach,California, 2017, pp. 1025–1035
work page 2017
-
[6]
D. K. o. Duvenaud, Convolutional networks on graphs for learning molecular fingerprints, Advances in neural information processing systems 28 (2015)
work page 2015
-
[7]
Gama, et al., Convolutional neural network architectures for signals supported on graphs, IEEE Trans
F. Gama, et al., Convolutional neural network architectures for signals supported on graphs, IEEE Trans. on Signal Processing 67 (4) (2019)
work page 2019
Show all 73 references
-
[8]
Gilmer, et al., Neural message passing for quantum chemistry, in: International conference on machine learning, Sydney,Australia, 2017, pp
J. Gilmer, et al., Neural message passing for quantum chemistry, in: International conference on machine learning, Sydney,Australia, 2017, pp. 1263–1272
2017
-
[9]
Lambiotte, M
R. Lambiotte, M. Rosvall, I. Scholtes, From networks to optimal higher-order models of complex systems, Nature physics 15 (4) (2019)
2019
-
[10]
Barbarossa, S
S. Barbarossa, S. Sardellitti, Topological signal processing over simplicial com- plexes, IEEE Trans. on Signal Processing 68 (2020) 2992–3007
2020
-
[11]
M. T. Schaub, et al., Signal processing on higher-order networks: Livin’on the edge... and beyond, Signal Processing 187 (2021)
2021
-
[12]
Sardellitti, S
S. Sardellitti, S. Barbarossa, L. Testa, Topological signal processing over cell com- plexes, in: 2021 55th Asilomar Conference on Signals, Systems, and Computers, Pacific Grove, California, 2021, pp. 1558–1562
2021
-
[13]
Sardellitti, S
S. Sardellitti, S. Barbarossa, Topological signal representation and processing over cell complexes, arXiv 2201.08993 (2022)
2022 arXiv
-
[14]
T. M. Roddenberry, M. T. Schaub, M. Hajij, Signal processing on cell complexes, in: ICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Singapore, 2022, pp. 8852–8856. 28
2022
-
[15]
C. Battiloro, et al., Topological signal processing over weighted simplicial com- plexes, in: 2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), IEEE, 2023, pp. 1–5
2023
-
[16]
L. J. Grady, J. R. Polimeni, Discrete calculus: Applied analysis on graphs for computational science, V ol. 3, 2010
2010
-
[17]
Hajij, et al., Topological deep learning: Going beyond graph data, arxiv 2206.00606 (2023)
M. Hajij, et al., Topological deep learning: Going beyond graph data, arxiv 2206.00606 (2023)
2023 arXiv
-
[18]
Papamarkou, et al., Position paper: Challenges and opportunities in topological deep learning, arXiv preprint arXiv:2402.08871 (2024)
T. Papamarkou, et al., Position paper: Challenges and opportunities in topological deep learning, arXiv preprint arXiv:2402.08871 (2024)
2024 arXiv
-
[19]
Tacchino, C
F. Tacchino, C. Macchiavello, D. Gerace, D. Bajoni, An artificial neuron imple- mented on an actual quantum processor, npj Quantum Information 5 (1) (2019) 26
2019
-
[20]
Chen, X.-F
B.-Q. Chen, X.-F. Niu, A novel neural network based on quantum computing, International Journal of Theoretical Physics 59 (7) (2020) 2029–2043
2020
-
[21]
Ceschini, A
A. Ceschini, A. Rosato, M. Panella, Hybrid quantum-classical recurrent neural networks for time series prediction, in: 2022 international joint conference on neural networks (IJCNN), IEEE, 2022, pp. 1–8
2022
-
[22]
Abbas, et al., The power of quantum neural networks, Nature Computational Science 1 (6) (2021) 403–409
A. Abbas, et al., The power of quantum neural networks, Nature Computational Science 1 (6) (2021) 403–409
2021
-
[23]
Tacchino, et al., Quantum implementation of an artificial feed-forward neural network, Quantum Science and Technology 5 (4) (2020) 044010
F. Tacchino, et al., Quantum implementation of an artificial feed-forward neural network, Quantum Science and Technology 5 (4) (2020) 044010
2020
-
[24]
Huber, et al., Realization of a quantum perceptron gate with trapped ions, arXiv preprint arXiv:2111.08977 (2021)
P. Huber, et al., Realization of a quantum perceptron gate with trapped ions, arXiv preprint arXiv:2111.08977 (2021)
2021 arXiv
-
[25]
K. H. Wan, et al., Quantum generalisation of feedforward neural networks, npj Quantum information 3 (1) (2017) 36. 29
2017
-
[26]
K. A. Tychola, T. Kalampokas, G. A. Papakostas, Quantum machine learning—an overview, Electronics 12 (11) (2023) 2379
2023
-
[27]
Preskill, Quantum Computing in the NISQ era and beyond, Quantum 2 (2018) 79
J. Preskill, Quantum Computing in the NISQ era and beyond, Quantum 2 (2018) 79
2018
-
[28]
Mitarai, M
K. Mitarai, M. Negoro, M. Kitagawa, K. Fujii, Quantum circuit learning, Physical Review A 98 (3) (2018) 032309
2018
-
[29]
Tacchino, et al., Variational learning for quantum artificial neural networks, in: 2020 IEEE international conference on quantum computing and engineering (QCE), IEEE, 2020, pp
F. Tacchino, et al., Variational learning for quantum artificial neural networks, in: 2020 IEEE international conference on quantum computing and engineering (QCE), IEEE, 2020, pp. 130–136
2020
-
[30]
Cerezo, et al., Variational quantum algorithms, Nature Reviews Physics 3 (9) (2021) 625–644
M. Cerezo, et al., Variational quantum algorithms, Nature Reviews Physics 3 (9) (2021) 625–644
2021
-
[31]
Verdon, et al., Quantum graph neural networks (2019)
G. Verdon, et al., Quantum graph neural networks (2019). arXiv:1909.12264
2019 arXiv
-
[32]
Farhi, J
E. Farhi, J. Goldstone, S. Gutmann, A quantum approximate optimization algo- rithm, arXiv preprint arXiv:1411.4028 (2014)
2014 arXiv
-
[33]
S. Ebli, M. Defferrard, G. Spreemann, Simplicial neural networks, in: NeurIPS 2020 Workshop on Topological Data Analysis and Beyond, Virtual, 2020
2020
-
[34]
Bodnar, et al., Weisfeiler and lehman go topological: Message passing simplicial networks, in: International Conference on Machine Learning (ICML), PMLR, 2021, pp
C. Bodnar, et al., Weisfeiler and lehman go topological: Message passing simplicial networks, in: International Conference on Machine Learning (ICML), PMLR, 2021, pp. 1026–1037
2021
-
[35]
Bunch, et al., Simplicial 2-complex convolutional neural networks, in: NeurIPS 2020 Workshop on Topological Data Analysis and Beyond, Virtual, 2020
E. Bunch, et al., Simplicial 2-complex convolutional neural networks, in: NeurIPS 2020 Workshop on Topological Data Analysis and Beyond, Virtual, 2020
2020
-
[36]
T. M. Roddenberry, N. Glaze, S. Segarra, Principled simplicial neural networks for trajectory prediction, in: International Conference on Machine Learning, Vienna, Austria, 2021, pp. 9020–9029
2021
-
[37]
Yang, et al., Finite impulse response filters for simplicial complexes, arXiv 2103.12587 (2021)
M. Yang, et al., Finite impulse response filters for simplicial complexes, arXiv 2103.12587 (2021). 30
2021 arXiv
-
[38]
T. M. Roddenberry, S. Segarra, Hodgenet: Graph neural networks for edge data, 2019 53rd Asilomar Conference on Signals, Systems, and Computers (2019) 220–224
2019
-
[39]
M. Yang, E. Isufi, G. Leus, Simplicial convolutional neural networks, arXiv 2110.02585 (2021)
2021 arXiv
-
[40]
M. Yang, E. Isufi, Convolutional learning on simplicial complexes, arXiv 2301.11163 (2023)
2023 arXiv
-
[41]
Eijkelboom, R
F. Eijkelboom, R. Hesselink, E. Bekkers, E(n) equivariant message passing simpli- cial networks, arXiv 2305.07100 (2023)
2023 arXiv
-
[42]
Madhu, S
H. Madhu, S. Gurugubelli, S. P. Chepuri, Unsupervised parameter-free simplicial representation learning with scattering transforms, in: Forty-first International Conference on Machine Learning
-
[43]
Maggs, C
K. Maggs, C. Hacker, B. Rieck, Simplicial representation learning with neural $k$-forms, in: The Twelfth International Conference on Learning Representations, 2024
2024
-
[44]
Lecha, et al., Higher-order topological directionality and directed simplicial neural networks, arXiv preprint arXiv:2409.08389 (2024)
M. Lecha, et al., Higher-order topological directionality and directed simplicial neural networks, arXiv preprint arXiv:2409.08389 (2024)
2024 arXiv
-
[45]
Giusti, C
L. Giusti, C. Battiloro, et al., Simplicial attention neural networks, arXiv:2203.07485v2 (2022)
2022 arXiv
-
[46]
Battiloro, L
C. Battiloro, L. Testa, L. Giusti, S. Sardellitti, P. D. Lorenzo, S. Barbarossa, Generalized simplicial attention neural networks, IEEE Transactions on Signal and Information Processing over Networks 10 (2024) 833–850. doi:10.1109/ TSIPN.2024.3485473
2024
-
[47]
C. W. J. Goh, C. Bodnar, P. Li`o, Simplicial attention networks, arXiv 2204.09455 (2022)
2022 arXiv
-
[48]
S. H. Lee, F. Ji, W. P. Tay, SGAT: Simplicial graph attention network, arXiv 2207.11761 (2022). 31
2022 arXiv
-
[49]
Alain, et al., Gaussian processes on cellular complexes, arXiv preprint arXiv:2311.01198 (2023)
M. Alain, et al., Gaussian processes on cellular complexes, arXiv preprint arXiv:2311.01198 (2023)
2023 arXiv
-
[50]
M. Yang, V . Borovitskiy, E. Isufi, Hodge-compositional edge gaussian processes, arXiv preprint arXiv:2310.19450 (2023)
2023 arXiv
-
[52]
Havl´ıˇcek, et al., Supervised learning with quantum-enhanced feature spaces, Nature 567 (7747) (2019) 209–212
V . Havl´ıˇcek, et al., Supervised learning with quantum-enhanced feature spaces, Nature 567 (7747) (2019) 209–212. doi:10.1038/s41586-019-0980-2
2019 doi
-
[53]
Schuld, R
M. Schuld, R. Sweke, J. J. Meyer, Effect of data encoding on the expressive power of variational quantum-machine-learning models, Phys. Rev. A 103 (2021) 032430. doi:10.1103/PhysRevA.103.032430
2021 doi
-
[54]
Dallaire-Demers, N
P.-L. Dallaire-Demers, N. Killoran, Quantum generative adversarial networks, Physical Review A 98 (1) (2018) 012324
2018
-
[55]
Y . Trochun, et al., Hybrid classic-quantum neural networks for image classification, in: 2021 11th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems: Technology and Applications (IDAACS), V ol. 2, 2021, pp. 968–972. doi:10.1109/IDAAC...
2021
-
[56]
Mangini, et al., Quantum neural network autoencoder and classifier applied to an industrial case study, Quantum Machine Intelligence 4 (2) (2022) 13
S. Mangini, et al., Quantum neural network autoencoder and classifier applied to an industrial case study, Quantum Machine Intelligence 4 (2) (2022) 13
2022
-
[57]
Zhao, X.-S
C. Zhao, X.-S. Gao, QDNN: Deep neural networks with quantum layers, Quantum Machine Intelligence 3 (1) (2021) 15. doi:10.1007/s42484-021-00046-w
2021 doi
-
[58]
Innan, et al., Financial fraud detection using quantum graph neural networks, Quantum Machine Intelligence 6 (1) (2024) 1–18
N. Innan, et al., Financial fraud detection using quantum graph neural networks, Quantum Machine Intelligence 6 (1) (2024) 1–18
2024
-
[59]
S. Y .-C. Chen, et al., Hybrid quantum-classical graph convolutional network, arXiv preprint arXiv:2101.06189 (2021). 32
2021 arXiv
-
[60]
T ¨uys¨uz, et al., Hybrid quantum classical graph neural networks for particle track reconstruction, Quantum Machine Intelligence 3 (2021) 1–20
C. T ¨uys¨uz, et al., Hybrid quantum classical graph neural networks for particle track reconstruction, Quantum Machine Intelligence 3 (2021) 1–20
2021
-
[61]
Mauro, et al., A hybrid mlp-quantum approach in graph convolutional neural networks for oceanic nino index (oni) prediction, arXiv preprint arXiv:2401.16049 (2024)
F. Mauro, et al., A hybrid mlp-quantum approach in graph convolutional neural networks for oceanic nino index (oni) prediction, arXiv preprint arXiv:2401.16049 (2024)
2024 arXiv
-
[62]
Hansen, R
J. Hansen, R. Ghrist, Toward a spectral theory of cellular sheaves, Journal of Applied and Computational Topology 3 (4) (2019) 315–358. doi:10.1007/ s41468-019-00038-7
2019
-
[63]
M. A. Nielsen, I. L. Chuang, Quantum Computation and Quantum Information: 10th Anniversary Edition, Cambridge University Press, 2010
2010
-
[64]
Lim, Hodge Laplacians on graphs, Siam Review 62 (3) (2020)
L. Lim, Hodge Laplacians on graphs, Siam Review 62 (3) (2020)
2020
-
[65]
T. E. Goldberg, Combinatorial Laplacians of simplicial complexes, Senior Thesis, Bard College (2002)
2002
-
[66]
Weigold, et al., Expanding data encoding patterns for quantum algorithms, in: 2021 IEEE 18th International Conference on Software Architecture Companion (ICSA-C), IEEE, 2021, pp
M. Weigold, et al., Expanding data encoding patterns for quantum algorithms, in: 2021 IEEE 18th International Conference on Software Architecture Companion (ICSA-C), IEEE, 2021, pp. 95–101
2021
-
[67]
Schuld, F
M. Schuld, F. Petruccione, Machine learning with quantum computers, Springer, 2021
2021
-
[68]
Holmes, et al., Connecting ansatz expressibility to gradient magnitudes and barren plateaus, PRX Quantum 3 (2022) 010313
Z. Holmes, et al., Connecting ansatz expressibility to gradient magnitudes and barren plateaus, PRX Quantum 3 (2022) 010313. doi:10.1103/PRXQuantum. 3.010313
2022 doi
-
[69]
P ´erez-Salinas, et al., Data re-uploading for a universal quantum classifier, Quantum 4 (2020) 226
A. P ´erez-Salinas, et al., Data re-uploading for a universal quantum classifier, Quantum 4 (2020) 226. doi:10.22331/q-2020-02-06-226
2020 doi
-
[70]
A. LESNE, Shannon entropy: a rigorous notion at the crossroads between prob- ability, information theory, dynamical systems and statistical physics, Mathe- matical Structures in Computer Science 24 (3) (2014) e240311. doi:10.1017/ S0960129512000783. 33
2014
-
[71]
P. W. Holland, K. B. Laskey, S. Leinhardt, Stochastic blockmodels: First steps, Social Networks 5 (2) (1983) 109–137. doi:https://doi.org/10.1016/ 0378-8733(83)90021-7
1983
-
[72]
D. P. Kingma, J. Ba, Adam: A method for stochastic optimization (2017). arXiv: 1412.6980
2017 arXiv
-
[73]
Mernyei, K
P. Mernyei, K. Meichanetzidis, I. I. Ceylan, Equivariant quantum graph circuits, in: International Conference on Machine Learning, PMLR, 2022, pp. 15401–15420. Appendix A. Quantum Gates Quantum gates are fundamental operations that manipulate the state of qubits within a quant...
2022
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.