Pith. sign in

REVIEW 4 major objections 5 minor 97 references

Quantum-Cognitive Neural Networks: Assessing Confidence and Uncertainty with Human Decision-Making Simulations

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

Pith's one-line read A quantum-tunnelling activation function yields a neural network that classifies images with human-like confidence and trains up to 50 times faster than a classical network.

desk verdict There is a real empirical kernel (QT-NN weights barely move during training) buried under unsupported headline claims about human-like decision-making and 50x faster training. read the letter →

arxiv 2412.08010 v1 pith:OM6QV5RK submitted 2024-12-11 cs.LG physics.soc-phquant-ph

classification cs.LGphysics.soc-phquant-ph
keywords quantumtunnellingneuralnetworkscognitiontheoryuncertaintyquantificationShannonentropyimageclassificationFashionMNISThumandecision-makingsimulationconfidenceestimation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

This paper argues that replacing a classical neural network's activation function with the quantum-tunnelling transmission coefficient yields a network that classifies images with human-like confidence and uncertainty. On the Fashion MNIST dataset, the quantum-tunnelling neural network (QT-NN) produces higher Shannon entropy for visually ambiguous categories such as T-shirt versus dress, where a human observer would hesitate, while a classical network is overconfident. The authors also report that the QT-NN trains up to 50 times faster than an otherwise identical classical network, because its probabilistic tunnelling activation barely moves the randomly initialised weights during training. If correct, this points to a cheaper way to build uncertainty-aware classifiers that signal doubt instead of failing silently.

What carries the argument

The central object is the quantum-tunnelling neural network (QT-NN), whose hidden-layer activation function $\phi_{QT}$ is the algebraic transmission coefficient $T$ of an electron penetrating a potential barrier, i.e., the solution of the Schrödinger equation for a particle incident on a barrier. This probabilistic activation, combined with white-noise weight initialisation, lets the network keep its weights spread across the full range of possible values instead of converging to fixed points, which the authors identify as the source of both faster training and human-like uncertainty. The analysis tools are Shannon entropy $H(p) = -\sum_i p(x_i)\log p(x_i)$ for measuring output uncertainty and the Jensen–Shannon divergence for comparing initial versus trained weight distributions. The barrier thickness acts as a hyperparameter that can be adjusted to control the model's confidence level.

What would settle it

Present human participants with the same Fashion MNIST images and record their category choices and confidence; if human uncertainty patterns (e.g., confusion between T-shirt and dress) do not match the QT-NN's softmax entropy ordering across categories, the human-likeness claim is falsified. Alternatively, test whether a classical network with a stochastic activation of similar shape reproduces the same entropy and speedup; if it does, tunnelling is not the active ingredient.

Watch

Extended reading notes

Core claim

The paper's central claim is that a neural network whose hidden-layer activation is the transmission coefficient of an electron tunnelling through a potential barrier, computed from the Schrödinger equation, reproduces key features of human perception and judgment in image classification. On Fashion MNIST, the QT-NN and a classical MLP with identical architecture achieve broadly similar accuracies, but their output entropies differ: the QT-NN is markedly less certain on categories that look alike (T-shirt versus dress, shirt versus coat), which the authors take as evidence of ambiguity handling akin to human cognition. The supporting quantitative finding is that training barely changes the QT-NN's input-to-hidden weights (Jensen–Shannon divergence of $2.4\times10^{-7}$ from the initial random distribution), whereas the classical weights narrow into a tighter Gaussian; from this the authors conclude the QT-NN can be trained up to 50 times faster than the classical model.

Load-bearing premise

The claim that the network's behaviour mimics human cognition rests on the assumption that quantum tunnelling, as described by the Schrödinger equation, is a valid model of human perception and decision-making; the paper never measures human judgements, so this mapping is assumed rather than tested.

Editorial extensions

If this is right

  • If the central claim holds, the QT-NN offers a drop-in replacement for the activation layer of a feedforward network that yields uncertainty-aware classifications without Bayesian inference or ensembles.
  • A network that barely moves its initial weights challenges the standard assumption that extensive weight updates are necessary for learning, implying that task-relevant structure can be exploited through stochastic activations alone.
  • The reported 50-fold training speedup would make quantum-cognition-inspired models practical for resource-constrained or real-time classification settings.
  • The entropy patterns on ambiguous Fashion MNIST categories suggest that QT-NN softmax outputs could be used directly as a confidence signal to trigger human review in safety-critical systems.
  • The framework extends naturally to hybrid quantum-Bayesian architectures, which the authors propose as a route to combine uncertainty quantification with fast tunnelling-based feature extraction.

Reading between the lines

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

  • A direct test of the human-likeness claim would present human participants with the same Fashion MNIST images and compare their category confusions and confidence ratings to the QT-NN's softmax entropy; the paper reports no such behavioural data, so this test is still open.
  • The 50x speedup is stated relative to a fixed training schedule (32 batches, 100 epochs each); a fairer comparison would train both models to convergence or to a target accuracy, which could change the magnitude of the advantage.
  • If the tunnelling activation is the active ingredient, a classical stochastic activation with a similarly shaped saturating curve should reproduce the entropy and speedup; if it does, the quantum-cognitive interpretation would not be needed to explain the results.
  • The barrier-thickness hyperparameter suggests a tunable confidence mechanism: varying it across a test set could reveal a calibration curve connecting the physics parameter to human agreement rates.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 5 minor

Summary. The paper presents a quantum-tunnelling neural network (QT-NN) whose hidden-layer activation is derived from the Schrödinger transmission coefficient, and applies it to Fashion MNIST classification. It compares the QT-NN's output distributions and trained weight distributions with those of a classical multi-layer perceptron using Shannon entropy and Jensen–Shannon divergence, and claims that the QT-NN's output patterns replicate human-like decision-making and that it can be trained up to 50 times faster. The discussion connects the model to quantum cognition theory through a qualitative wave-packet tunnelling simulation and proposes future hybrid quantum-Bayesian architectures.

Significance. If the human-likeness and training-efficiency claims were established, this would be a notable contribution: a qubit-free quantum-inspired neural network with uncertainty-aware outputs and a claimed practical training speed advantage. The paper's use of Shannon entropy and Jensen–Shannon divergence as quantitative descriptors, and its choice of Fashion MNIST as a benchmark, are sensible and align with current interests in uncertainty quantification. However, the headline claims are not supported by the evidence presented: no human behavioural data are used, the 50-times-faster assertion is made without timing measurements, and the connection between Schrödinger tunnelling and human cognition is assumed from prior theory rather than tested. As it stands, the paper is a qualitative exposition with suggestive figures rather than a validated demonstration of human-like decision-making.

major comments (4)
  1. [Abstract; Section 3.1; Figure 4] The central claim that the QT-NN 'replicat[es] human-like decision-making' (Abstract) is not tested against any human data. Section 3.1 interprets category-level confusion and Shannon-entropy values as evidence of human-likeness, but there are no human participants, no human judgement dataset, and no behavioural comparison; the Institutional Review Board Statement 'Not applicable' and the Data Availability Statement 'no additional data' are consistent with this absence. Higher output entropy is not uniquely human-like: Figure 4 shows that for 'Coat' and 'Sandal' the classical model has higher SE than the QT-NN, so the argument that greater QT-NN uncertainty mimics human ambiguity is selective. A falsifiable test would be to compare the models' output distributions with human perceptual judgements on the same Fashion MNIST images or on stimuli with known ambiguity labels.
  2. [Section 3.2] The claim that 'the QT-NN can be trained up to 50 times faster than the classical model' is unsupported. No wall-clock training time, number of epochs to a target accuracy, or any other timing or convergence criterion is reported. The only quantitative evidence offered is JSD = 2.4e-7 between the initial and trained W1 weight distributions for the QT-NN, which shows that the weight distribution barely changes; this does not entail faster training. A direct speed comparison would require identical hardware, implementation, and stopping rules, together with measured epochs or seconds to a specified accuracy.
  3. [Section 2.1; Section 2.2] The manuscript does not give the algebraic form of the QT activation function \phi_QT, instead referring to Ref. [12] for the final ML-adopted forms. Since this activation is the defining ingredient of the model and the paper claims to assess its behaviour, the relevant expressions and the values of all free parameters (barrier thickness and height, learning rate, batch size, hidden-layer size, training schedule) should be specified. Without these, the experiments are not reproducible and the sensitivity of the conclusions to barrier geometry cannot be assessed.
  4. [Section 4.1; Figures 6-7] The wave-packet simulation in Figure 7 and the 'ball climbing a wall' analogy are not quantitatively linked to the classification results. The text asserts that the barrier thickness controls model confidence and that the QT-NN is 'inherently more adept at managing ambiguity', but no experiment varies the barrier or compares predicted ambiguity with human perception. The physical model is therefore illustrative rather than evidential for the human-likeness claim.
minor comments (5)
  1. [Section 2.1] The sentence 'Such a configuration has been shown to effectively predict MNIST images with an accuracy of less than 2% [66]' is self-contradictory; 'error rate of less than 2%' is presumably intended.
  2. [Section 2.1] There is a typo in 'Relevant information can be found in the the prior publications [12,53].'
  3. [Figure 3] The panels do not appear to have axis labels in the text description; the caption should clarify what the bar heights represent (e.g., mean softmax probability over the 50 test images) and how many independent training runs were averaged.
  4. [Section 3.1] The training protocol is described as '32 batches of training image sets, with 100 training epochs for each batch', but the batch size and whether this constitutes multiple passes over the full training set are not stated; please clarify.
  5. [References] Several references contain typos: Ref. [47] spells 'Neural Networks' as 'Neural Newt.', Ref. [72] spells 'Springer' as 'Spriger', and Ref. [9] should be checked for its volume and article-number formatting.

Circularity Check

2 steps flagged · score 6.0 of 10

Human-likeness conclusion rests on a self-citation chain and on defining human cognition as stochasticity, both of which the QT-NN satisfies by construction.

  1. self definitional [Section 1.1, paragraphs 'However, the QT-NN model is uniquely different…' and 'At the same time, akin to BNNs…']
    "Unlike classical models, which often rely on deterministic frameworks [57], QCT postulates that human behaviour and perception of the world are inherently probabilistic [56]. … At the same time, akin to BNNs [29,50], the QT-NN is a stochastic model that captures uncertainty through the probabilistic nature of its activation functions [12] as well as via the injection of white noise and its application for the initialisation of connection weights [53]."

    The claimed match to human perception is obtained by defining the relevant property of humans as 'inherently probabilistic' and then noting that the QT-NN is, by construction, a stochastic model (probabilistic activation plus injected noise). The paper then reads the resulting output entropy as human-like confidence. This makes the conclusion follow from the model's definition rather than from any measured correspondence to actual human judgments; no human subject or behavioural dataset is used anywhere in the paper.

  2. self citation load bearing [Section 1.1, paragraph 'The QT-NN model is based on the mathematical solution of the Schrödinger equation…']
    "Importantly, the effect of QT has been naturally integrated into the fundamental framework of QCT [53,60], facilitating neural network models capable of capturing the intricate features of human behaviour."

    Ref [53] is the present first author's prior paper (Maksymov, Algorithms 2024), which already assumed the quantum-tunnelling-to-cognition mapping; ref [92], later cited as showing the same numerical setup 'accurately model[s] problems related to human cognition,' is also first-authored by the present author. The paper's central claim that the QT-NN 'provides compelling evidence of its potential to replicate human-like decision-making' is therefore justified by the same author's earlier assertions rather than by an external, independently verified test.

full rationale

Most of the paper's directly measurable ML content—Fashion MNIST classification accuracies, Shannon entropies, JSD values, and weight-spectrum analyses—is self-contained and could in principle be reproduced from the described training setup, so those parts are not circular. The circularity lies in the interpretive layer. The QT-NN is built from a quantum-tunnelling activation imported from the first author's earlier paper [12], and the human-cognition link is asserted by citing the same author's prior work [12,53,92] and by defining the relevant aspect of human perception as 'inherently probabilistic'—a property the QT-NN possesses by construction. Under that definition, observing probabilistic outputs and calling them human-like is a restatement of the assumption, not a prediction validated against human data. The paper's own statements (Institutional Review Board Statement: 'Not applicable'; Data Availability: 'This article has no additional data') confirm that no human experiment provides external anchoring. The 'up to 50 times faster' claim is unsupported by timing or epoch-to-target measurements, but it is an empirical assertion rather than a fitted parameter renamed as a prediction, so it does not by itself count as circularity. Because the classification and weight-distribution results have independent content and are not derived from the target human-likeness claim, the score is 6 rather than 8 or 10.

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

The central claims rest on a quantum-cognition mapping that is assumed from prior literature (mostly by the same first author) rather than tested. The training comparison also depends on several hand-picked hyperparameters that are not fully reported.

free parameters (4)
  • Barrier thickness = not specified
    Described as a hyperparameter controlling model confidence (Section 4.1). It directly affects the QT-NN's output and therefore the 'human-like uncertainty' claim.
  • Hidden layer size N = 800
    Architecture choice stated in Section 2.1. The central results depend on this capacity.
  • Training schedule = 32 batches x 100 epochs
    Called 'an optimal training strategy we identified' in Section 3.1. Hand-picked; the 50x faster claim depends on how many epochs the classical model is given.
  • Learning rate alpha = not reported
    Appears in the weight update rule (Section 2.1) but its value is never given, so the comparison between models is not fully specified.
assumptions (4)
  • domain assumption Quantum cognition theory: human perception and decision-making are inherently probabilistic and can be modelled by quantum mechanics.
    Invoked in Section 1.1 with refs [1,54-56]. This is the bridge that turns QT-NN outputs into 'human-like' evidence.
  • domain assumption The tunnelling transmission coefficient expressions from ref [12] are correct and valid as a neural activation function.
    Section 2.1 states these are 'well-established' and defers to [12]. The results depend entirely on this mapping.
  • domain assumption A single-layer MLP with ReLU is a representative 'traditional ML algorithm' baseline.
    Section 2.1 introduces the generic algorithm as a reference framework. The outperform claim is relative to this one baseline.
  • ad hoc to paper Wave-packet dynamics are equivalent to connection-weight behaviour in the trained network.
    Section 4.1 asserts that probability densities computed in Figure 7 'correspond to the connection weights'. No formal equivalence is derived.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Quantum-Cognitive Neural Networks: Assessing Confidence and Uncertainty with Human Decision-Making Simulations." pith.science (2026). https://pith.science/paper/OM6QV5RK

@misc{pith2026241208010,
  author       = {Pith},
  title        = {Pith review of: Quantum-Cognitive Neural Networks: Assessing Confidence and Uncertainty with Human Decision-Making Simulations},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OM6QV5RK}},
  note         = {Machine review of arXiv:2412.08010}
}
read the original abstract

Modern machine learning (ML) systems excel in recognising and classifying images with remarkable accuracy. However, like many computer software systems, they can fail by generating confusing or erroneous outputs or by deferring to human operators to interpret the results and make final decisions. In this paper, we employ the recently proposed quantum-tunnelling neural networks (QT-NNs), inspired by human brain processes, alongside quantum cognition theory, to classify image datasets while emulating human perception and judgment. Our findings suggest that the QT-NN model provides compelling evidence of its potential to replicate human-like decision-making and outperform traditional ML algorithms.

Figures

Figures reproduced from arXiv: 2412.08010 by the authors.

Figure 1
Figure 1. Uncertainty in detecting fresh produce items at a supermarket self-checkout equipped with a machine vision system. Left: The system analysed a transparent plastic bag containing truss tomatoes and identified two possible categories: truss tomato and gourmet tomato, leaving the final selection to the customer. Right: In another test with a bag of Amorette mandarins, the system suggested three potential options: Delit… view at source ↗
Figure 2
Figure 2. Schematic representation of the QT-NN architecture. The inset illustrates the effect of quantum tunnelling that is employed as an activation function of the network. that is crucial for capturing complex patterns in classical systems [13], are not directly implementable in quantum circuits [43]. However, a number of strategies have been devised to simulate nonlinear processes through measurement and interference pro… view at source ↗
Figure 3
Figure 3. Outputs generated by the QT-NN (red) and the classical neural network model (blue). The insets show the representative testing images for each classification category [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: JSD and SE figures-of-merit for the QT-NN and the classical model for each item category. Note that the classical SE is zero (to machine accuracy) for the ‘Ankle Boot’ category. like ‘Coat’ and ‘Sandal’ yield higher SE values for the classical model, suggesting that th…
Figure 5
Figure 5. Figure 5: (a, b) Distributions of weights between the input layer and the hidden layer (denoted as W1 in the main text), plotted as a function of training iterations for the QT-NN model and the classical model (labelled as ’Class.’), respectively. (c, d) Results of the JSD cross…
Figure 6
Figure 6. Figure 6: Schematic illustration of the training process of (a) the classical model and (b) the QT-NN model, inspired by the discussion in Ref. [79]. The coloured lines illustrate the possible pathways of neural connection formation. Note that the additional hidden layers of neu…
Figure 7
Figure 7. Figure 7: (a–d) Instantaneous snapshots of an energy wave packet modelling the tunnelling of an electron through a potential barrier (depicted by a white rectangle). The false-colour scale of the images encodes the computed probability density values. Within the framework of the…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

97 extracted references · 52 canonical work pages

  1. [12]

    Quantum-tunneling deep neural network for optical illusion recognition

    Maksymov, I.S. Quantum-tunneling deep neural network for optical illusion recognition. APL Mach. Learn. 2024, 2, 036107. https://doi.org/10.1063/5.0225771

  2. [1]

    Quantum Models of Cognition and Decision; Oxford University Press, New York, 2012

    Busemeyer, J.R.; Bruza, P .D. Quantum Models of Cognition and Decision; Oxford University Press, New York, 2012

  3. [2]

    Uncertainty in decision-making: A review of the international business literature

    Sniazhko, S. Uncertainty in decision-making: A review of the international business literature. Cogent Bus. Manag. 2019, 6, 1650692. https://doi.org/10.1080/23311975.2019.1650692

  4. [3]

    From uncertainty to anxiety: How uncertainty fuels anxiety in a process mediated by intolerance of uncertainty

    Gu, Y.; Gu, S.; Lei, Y.; Li, H. From uncertainty to anxiety: How uncertainty fuels anxiety in a process mediated by intolerance of uncertainty. Neural Plast. 2020, 2020, 8866386. https://doi.org/https://doi.org/10.1155/2020/8866386

  5. [4]

    Nonlinear Dynamics and Chaos

    Strogatz, S.H. Nonlinear Dynamics and Chaos. With Applications to Physics, Biology, Chemistry, and Engineering, Second Edition; CRC Press, Boca Raton, 2015

  6. [5]

    What do reinforcement and confidence have to do with it? A systematic pathway analysis of knowledge, competence, confidence, and intention to change

    Lucero, K.S.; Chen, P . What do reinforcement and confidence have to do with it? A systematic pathway analysis of knowledge, competence, confidence, and intention to change. J. Eur. CME. 2020, 9, 1834759. https://doi.org/10.1080/21614083.2020.1834759

  7. [6]

    Aleatoric and epistemic uncertainty in machine learning: an introduction to concepts and methods

    Hüllermeier, E.; Waegeman, W. Aleatoric and epistemic uncertainty in machine learning: an introduction to concepts and methods. Mach. Learn. 2021, 110, 457–506

  8. [7]

    A survey of uncertainty in deep neural networks

    Gawlikowski, J.; Tassi, C.R.N.; Ali, M.; Lee, J.; Humt, M.; Feng, J.; Kruspe, A.; Triebel, R.; Jung, P .; Roscher, R.; et al. A survey of uncertainty in deep neural networks. Artif. Intell. Rev. 2023, 56, 1513–1589

Show all 97 references
  1. [8]

    Harnessing Shannon entropy-based descriptors in machine learning models to enhance the prediction accuracy of molecular properties

    Guha, R.; Velegol, D. Harnessing Shannon entropy-based descriptors in machine learning models to enhance the prediction accuracy of molecular properties. J. Cheminform 2023, 15, 54. https://doi.org/10.1186/s13321-023-00712-0

  2. [9]

    Uncertainty of feed forward neural networks recognizing quantum contextuality

    Wasilewski, J.; Paterek, T.; Horodecki, K. Uncertainty of feed forward neural networks recognizing quantum contextuality. J. Phys. A: Math. Theor. 2024, 56, 455305

  3. [10]

    Multi-chaos, fractal and multi-fractional AI in different complex systems

    Karaca, Y. Multi-chaos, fractal and multi-fractional AI in different complex systems. In Multi-Chaos, Fractal and Multi-Fractional Artificial Intelligence of Different Complex Systems; Karaca, Y.; Baleanu, D.; Zhang, Y.D.; Gervasi, O.; Moonis, M., Eds.; Academic Press, 2022; p...

  4. [11]

    Subjective value and decision entropy are jointly encoded by aligned gradients across the human brain

    Bobadilla-Suarez, S.; Guest, O.; Love, B.C. Subjective value and decision entropy are jointly encoded by aligned gradients across the human brain. Commun. Biol. 2020, 3, 597

  5. [13]

    Neural Networks: A Comprehensive Foundation; Pearson-Prentice Hall, Singapore, 1998

    Haykin, S. Neural Networks: A Comprehensive Foundation; Pearson-Prentice Hall, Singapore, 1998

  6. [14]

    MATLAB Deep Learning With Machine Learning, Neural Networks and Artificial Intelligence; Apress Berkeley, CA, 2017

    Kim, P . MATLAB Deep Learning With Machine Learning, Neural Networks and Artificial Intelligence; Apress Berkeley, CA, 2017

  7. [15]

    TRADI: Tracking Deep Neural Network Weight Distributions

    Franchi, G.; Bursuc, A.; Aldea, E.; Dubuisson, S.; Bloch, I. TRADI: Tracking Deep Neural Network Weight Distributions. In Proceedings of the Computer Vision – ECCV 2020; Vedaldi, A.; Bischof, H.; Brox, T.; Frahm, J.M., Eds.; Springer International Publishing: Cham, 2020; pp. 105–121

  8. [16]

    Why does unsupervised pre-training help deep learning? J

    Erhan, D.; Bengio, Y.; Courville, A.; Manzagol, P .A.; Vincent, P .; Bengio, S. Why does unsupervised pre-training help deep learning? J. Mach. Learn. Res. 2010, 11, 625–660

  9. [17]

    Hands-on Bayesian neural networks–A tutorial for deep learning users

    Jospin, L.V .; Laga, H.; Boussaid, F.; Buntine, W.; Bennamoun, M. Hands-on Bayesian neural networks–A tutorial for deep learning users. IEEE Comput. Intell. Mag. 2022, 17, 29–48. https://doi.org/10.1109/MCI.2022.3155327

  10. [18]

    Rethinking Calibration of Deep Neural Networks: Do Not Be Afraid of Overconfidence

    Wang, D.B.; Feng, L.; Zhang, M.L. Rethinking Calibration of Deep Neural Networks: Do Not Be Afraid of Overconfidence. In Proceedings of the Advances in Neural Information Processing Systems; Ranzato, M.; Beygelzimer, A.; Dauphin, Y.; Liang, P .; Vaughan, J.W., Eds. Curran Asso...

  11. [19]

    Mitigating Neural Network Overconfidence with Logit Normalization

    Wei, H.; Xie, R.; Cheng, H.; Feng, L.; An, B.; Li, Y. Mitigating Neural Network Overconfidence with Logit Normalization. In Proceedings of the Proceedings of the 39th International Conference on Machine Learning; Chaudhuri, K.; Jegelka, S.; Song, L.; Szepesvari, C.; Niu, G.; S...

  12. [20]

    Reducing overconfidence predictions in autonomous driving perception

    Melotti, G.; Premebida, C.; Bird, J.J.; Faria, D.R.; Gonçalves, N. Reducing overconfidence predictions in autonomous driving perception. IEEE Access 2022, 10, 54805–54821. https://doi.org/10.1109/ACCESS.2022.3175195

  13. [21]

    Revisiting overconfidence in investment decision-making: Further evidence from the U

    Bouteska, A.; Harasheh, M.; Abedin, M.Z. Revisiting overconfidence in investment decision-making: Further evidence from the U. S. market. Res. Int. Bus. Finance. 2023, 66, 102028. https://doi.org/https://doi.org/10.1016/j.ribaf.2023.102028. 17 of 19

  14. [22]

    Deep Deterministic Uncertainty: A New Simple Baseline

    Mukhoti, J.; Kirsch, A.; van Amersfoort, J.; Torr, P .H.; Gal, Y. Deep Deterministic Uncertainty: A New Simple Baseline. In Proceedings of the 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE Computer Society: Los Alamitos, CA, USA, 2023; pp. 24...

  15. [23]

    Generating and detecting true ambiguity: a forgotten danger in DNN supervision testing

    Weiss, M.; Gómez, A.G.; Tonella, P . Generating and detecting true ambiguity: a forgotten danger in DNN supervision testing. Empir. Softw. Eng. 2023, p. 146

  16. [24]

    Deep neural networks are easily fooled: High confidence predictions for unrecognizable images

    Nguyen, A.; Yosinski, J.; Clune, J. Deep neural networks are easily fooled: High confidence predictions for unrecognizable images. In Proceedings of the 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015, pp. 427–436. https://doi.org/10.1109/CVPR.2015.7298640

  17. [25]

    On calibration of modern neural networks

    Guo, C.; Pleiss, G.; Sun, Y.; Weinberger, K.Q. On calibration of modern neural networks. In Proceedings of the Proceedings of the 34th International Conference on Machine Learning–Volume 70. JMLR.org, 2017, ICML’17, pp. 1321–1330

  18. [26]

    Confidence-aware learning for deep neural networks

    Moon, J.; Kim, J.; Shin, Y.; Hwang, S. Confidence-aware learning for deep neural networks. In Proceedings of the Proceedings of the 37th International Conference on Machine Learning, 2020, ICML’20, pp. 7034–044

  19. [27]

    Predicting neural network confidence using high-level feature distance

    Wang, J.; Ai, J.; Lu, M.; Liu, J.; Wu, Z. Predicting neural network confidence using high-level feature distance. Inf. Softw. Technol. 2023, 159. https://doi.org/10.1016/j.infsof.2023.107214

  20. [28]

    The neural network RTNet exhibits the signatures of human perceptual decision-making

    Rafiei, F.; Shekhar, M.; Rahnev, D. The neural network RTNet exhibits the signatures of human perceptual decision-making. Nat. Hum. Behav. 2024, 8, 1752–1770

  21. [29]

    Bayesian neural networks using magnetic tunnel junction-based probabilistic in-memory computing

    Liu, S.; Xiao, T.P .; Kwon, J.; Debusschere, B.J.; Agarwal, S.; Incorvia, J.A.C.; Bennett, C.H. Bayesian neural networks using magnetic tunnel junction-based probabilistic in-memory computing. Front. Nanotechnol. 2022, 4. https://doi.org/10.3389/fnano. 2022.1021943

  22. [30]

    Quantum generalisation of feedforward neural networks

    Wan, K.H.; Dahlsten, O.; Kristjánsson, H.; Gardner, R.; Kim, M.S. Quantum generalisation of feedforward neural networks. Npj Quantum Inf. 2017, 3, 36

  23. [31]

    Training deep quantum neural networks

    Beer, K.; Bondarenko, D.; Farrelly, T.; Osborne, T.J.; Salzmann, R.; Scheiermann, D.; Wolf, R. Training deep quantum neural networks. Nat. Commun. 2020, 11, 808

  24. [32]

    Quantum probability-inspired graph neural network for document representation and classification

    Yan, P .; Li, L.; Jin, M.; Zeng, D. Quantum probability-inspired graph neural network for document representation and classification. Neurocomputing 2021, 445, 276–286. https://doi.org/https://doi.org/10.1016/j.neucom.2021.02.060

  25. [33]

    QDNN: deep neural networks with quantum layers

    Zhao, C.; Gao, X.S. QDNN: deep neural networks with quantum layers. Quantum Mach. Intell. 2021, 3, 15

  26. [34]

    Photonic probabilistic machine learning using quantum vacuum noise

    Choi, S.; Salamin, Y.; Roques-Carmes, C.; Dangovski, R.; Luo, D.; Chen, Z.; Horodynski, M.; Sloan, J.; Uddin, S.Z.; Soljaˇ ci´ c, M. Photonic probabilistic machine learning using quantum vacuum noise. Nat. Commun. 2024, 15, 7760

  27. [35]

    A quantum information theoretic view on a deep quantum neural network

    Hiesmayr, B.C. A quantum information theoretic view on a deep quantum neural network. AIP Conf. Proc. 2024, 3061, 020001. https://doi.org/10.1063/5.0203600

  28. [36]

    On the interpretability of quantum neural networks

    Pira, L.; Ferrie, C. On the interpretability of quantum neural networks. Quantum Mach. Intell. 2024, 6, 52

  29. [37]

    Systematic literature review: Quantum machine learning and its applications

    Peral-García, D.; Cruz-Benito, J.; García-Peñalvo, F.J. Systematic literature review: Quantum machine learning and its applications. Comput. Sci. Rev. 2024, 51, 100619

  30. [38]

    Bayesian statistics and modelling

    van de Schoot, R.; Depaoli, S.; King, R.; Kramer, B.; Märtens, K.; Tadesse, M.G.; Vannucci, M.; Gelman, A.; Veen, D.; Willemsen, J.; et al. Bayesian statistics and modelling. Nat. Rev. Methods Primers 2021, 1, 1

  31. [39]

    Quantum neuron with real weights

    Monteiro, C.A.; Filho, G.I.S.; Costa, M.H.J.; de Paula Neto, F.M.; de Oliveira, W.R. Quantum neuron with real weights. Neural Netw. 2021, 143, 698–708. https://doi.org/https://doi.org/10.1016/j.neunet.2021.07.034

  32. [40]

    Deep quantum neural networks on a superconducting processor

    Pan, X.; Lu, Z.; Wang, W.; Hua, Z.; Xu, Y.; Li, W.; Cai, W.; Li, X.; Wang, H.; Song, Y.P .; et al. Deep quantum neural networks on a superconducting processor. Nat. Commun. 2023, 14, 4006

  33. [41]

    Detecting entanglement with deep quantum neural networks.IEEE Access 2019, 7, 94310–94320

    Qiu, P .H.; Chen, X.G.; Shi, Y.W. Detecting entanglement with deep quantum neural networks.IEEE Access 2019, 7, 94310–94320

  34. [42]

    Superposition-enhanced quantum neural network for multi-class image classification

    Bai, Q.; Hu, X. Superposition-enhanced quantum neural network for multi-class image classification. Chin. J. Phys. 2024, 89, 378–389. https://doi.org/https://doi.org/10.1016/j.cjph.2024.03.026

  35. [43]

    Quantum Computation and Quantum Information; Oxford University Press, New York, 2002

    Nielsen, M.; Chuang, I. Quantum Computation and Quantum Information; Oxford University Press, New York, 2002

  36. [44]

    Quantum activation functions for quantum neural networks

    Maronese, M.; Destri, C.; Prati, E. Quantum activation functions for quantum neural networks. Quantum Inf. Process. 2023, 21, 128

  37. [45]

    Quantum ReLU activation for Convolutional Neural Networks to improve diagnosis of Parkinson’s disease and COVID-19

    Parisi, L.; Neagu, D.; Ma, R.; Campean, F. Quantum ReLU activation for Convolutional Neural Networks to improve diagnosis of Parkinson’s disease and COVID-19. Expert Syst. Appl. 2022, 187, 115892. https://doi.org/https://doi.org/10.1016/j.eswa.2021.1 15892

  38. [46]

    Recent advances in physical reservoir computing: A review

    Tanaka, G.; Yamane, T.; Héroux, J.B.; Nakane, R.; Kanazawa, N.; Takeda, S.; Numata, H.; Nakano, D.; Hirose, A. Recent advances in physical reservoir computing: A review. Neural Newt. 2019, 115, 100–123

  39. [47]

    Theory of neuromorphic computing by waves: machine learning by rogue waves, dispersive shocks, and solitons

    Marcucci, G.; Pierangeli, D.; Conti, C. Theory of neuromorphic computing by waves: machine learning by rogue waves, dispersive shocks, and solitons. Phys. Rev. Lett. 2020, 125, 093901

  40. [48]

    Analogue and physical reservoir computing using water waves: Applications in power engineering and beyond

    Maksymov, I.S. Analogue and physical reservoir computing using water waves: Applications in power engineering and beyond. Energies 2023, 16, 5366

  41. [49]

    Nanosecond protonic programmable resistors for analog deep learning

    Onen, M.; Emond, N.; Wang, B.; Zhang, D.; Ross, F.M.; Li, J.; Yildiz, B.; del Alamo, J.A. Nanosecond protonic programmable resistors for analog deep learning. Science 2022, 377, 539–543

  42. [50]

    Improving the robustness of analog deep neural networks through a Bayes-optimized noise injection approach

    Ye, N.; Cao, L.; Yang, L.; Zhang, Z.; Fang, Z.; Gu, Q.; Yang, G.Z. Improving the robustness of analog deep neural networks through a Bayes-optimized noise injection approach. Commun. Eng. 2023, 2, 25

  43. [51]

    Physical Chemistry – A Molecular Approach; Prentice Hall, New York, 1997

    McQuarrie, D.A.; Simon, J.D. Physical Chemistry – A Molecular Approach; Prentice Hall, New York, 1997. 18 of 19

  44. [52]

    Introduction to Quantum Mechanics; Prentice Hall, New Jersey, 2004

    Griffiths, D.J. Introduction to Quantum Mechanics; Prentice Hall, New Jersey, 2004

  45. [53]

    Quantum-inspired neural network model of optical illusions

    Maksymov, I.S. Quantum-inspired neural network model of optical illusions. Algorithms 2024, 17, 30

  46. [54]

    Quantum Zeno features of bistable perception

    Atmanspacher, H.; Filk, T.; Römer, H. Quantum Zeno features of bistable perception. Biol. Cybern. 2004, 90, 33–40

  47. [55]

    Interference of minds

    Khrennikov, A. Quantum-like brain: “Interference of minds”. Biosystems 2006, 84, 225–241

  48. [56]

    Quantum Cognition

    Pothos, E.M.; Busemeyer, J.R. Quantum Cognition. Annu. Rev. Psychol. 2022, 73, 749–778

  49. [57]

    Sociophysics: A Physicist’s Modeling of Psycho-political Phenomena; Springer New York, 2012

    Galam, S. Sociophysics: A Physicist’s Modeling of Psycho-political Phenomena; Springer New York, 2012

  50. [58]

    Quantum-mechanical modelling of asymmetric opinion polarisation in social networks

    Maksymov, I.S.; Pogrebna, G. Quantum-mechanical modelling of asymmetric opinion polarisation in social networks. Information 2024, 15, 170

  51. [59]

    The physics of preference: unravelling imprecision of human preferences through magnetisation dynamics

    Maksymov, I.S.; Pogrebna, G. The physics of preference: unravelling imprecision of human preferences through magnetisation dynamics. Information 2024, 15, 413

  52. [60]

    Graphics and Quantum Mechanics–The Necker Cube as a Quantum-like Two-Level System

    Benedek, G.; Caglioti, G. Graphics and Quantum Mechanics–The Necker Cube as a Quantum-like Two-Level System. In Proceedings of the Proceedings of the 18th International Conference on Geometry and Graphics; Cocchiarella, L., Ed. Springer International Publishing, 2019, pp. 161–172

  53. [61]

    The quantum physics of synaptic communication via the SNARE protein complex

    Georgiev, D.D.; Glazebrook, J.F. The quantum physics of synaptic communication via the SNARE protein complex. Prog. Bio- phys. Mol. 2018, 135, 16–29

  54. [62]

    Quantum Information and Consciousness; CRC Press, Boca Raton, 2019

    Georgiev, D.D. Quantum Information and Consciousness; CRC Press, Boca Raton, 2019

  55. [63]

    Causal potency of consciousness in the physical world

    Georgiev, D.D. Causal potency of consciousness in the physical world. Int. J. Mod. Phys. B 2024, 38, 2450256

  56. [64]

    Quantum resource theories

    Chitambar, E.; Gour, G. Quantum resource theories. Rev. Mod. Phys. 2019, 91, 025001

  57. [65]

    The Elements of Statistical Learning: Data Mining, Inference, and Prediction; Springer Series in Statistics, Springer, Berlin, 2009

    Hastie, T.; Tibshirani, R.; Friedman, J.H. The Elements of Statistical Learning: Data Mining, Inference, and Prediction; Springer Series in Statistics, Springer, Berlin, 2009

  58. [66]

    Best practices for convolutional neural networks applied to visual document analysis

    Simard, P .Y.; Steinkraus, D.; Platt, J.C. Best practices for convolutional neural networks applied to visual document analysis. In Proceedings of the Seventh International Conference on Document Analysis and Recognition, 2003. Proceedings., 2003, pp. 958–963. https://doi.org/...

  59. [67]

    The MNIST database of handwritten digit images for machine learning research

    Deng, L. The MNIST database of handwritten digit images for machine learning research. IEEE Signal Process. Mag. 2012, 29, 141–142

  60. [68]

    Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms, 2017, [arXiv:cs.LG/1708.07747]

    Xiao, H.; Rasul, K.; Vollgraf, R. Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms, 2017, [arXiv:cs.LG/1708.07747]

  61. [69]

    Classification of Garments from Fashion MNIST Dataset Using CNN LeNet-5 Architecture

    Kayed, M.; Anter, A.; Mohamed, H. Classification of Garments from Fashion MNIST Dataset Using CNN LeNet-5 Architecture. In Proceedings of the 2020 International Conference on Innovative Trends in Communication and Computer Engineering (ITCE), 2020, pp. 238–243. https://doi.org...

  62. [70]

    Trainability barriers and opportunities in quantum generative modeling

    Rudolph, M.S.; Lerch, S.; Thanasilp, S.; Kiss, O.; Shaya, O.; Vallecorsa, S.; Grossi, M.; Holmes, Z. Trainability barriers and opportunities in quantum generative modeling. Npj Quantum Inf. 2024, 10, 116

  63. [71]

    I-divergence geometry of probability distributions and minimization problems

    Csiszar, I. I-divergence geometry of probability distributions and minimization problems. Ann. Probab. 1975, 3, 146 – 158. https://doi.org/10.1214/aop/1176996454

  64. [72]

    Model Selection and Multi-Model Inference; Spriger, Berlin, 2002

    Burnham, K.P .; Anderson, D.R. Model Selection and Multi-Model Inference; Spriger, Berlin, 2002

  65. [73]

    Dynamic fine-tuning layer selection using Kullback–Leibler divergence

    Wanjiku, R.N.; Nderu, L.; Kimwele, M. Dynamic fine-tuning layer selection using Kullback–Leibler divergence. Eng. Rep. 2023, 5, e12595. https://doi.org/https://doi.org/10.1002/eng2.12595

  66. [74]

    A new metric for probability distributions

    Endres, D.M.; Schindelin, J.E. A new metric for probability distributions. IEEE Trans. Inf. Theory 2003, 49, 1858–1860. https: //doi.org/10.1109/TIT.2003.813506

  67. [75]

    On the Jensen–Shannon symmetrization of distances relying on abstract means

    Nielsen, F. On the Jensen–Shannon symmetrization of distances relying on abstract means. Entropy 2019, 21, 485. https: //doi.org/10.3390/e21050485

  68. [76]

    Selecting and interpreting measures of thematic classification accuracy

    Stehman, S.V . Selecting and interpreting measures of thematic classification accuracy. Remote Sens. Environ. 1997, 62, 77–89. https://doi.org/https://doi.org/10.1016/S0034-4257(97)00083-7

  69. [77]

    Analyzing Weight Distribution of Feedforward Neural Networks and Efficient Weight Initialization

    Go, J.; Baek, B.; Lee, C. Analyzing Weight Distribution of Feedforward Neural Networks and Efficient Weight Initialization. In Proceedings of the Structural, Syntactic, and Statistical Pattern Recognition; Fred, A.; Caelli, T.M.; Duin, R.P .W.; Campilho, A.C.; de Ridder, D., E...

  70. [78]

    Plug & Play Generative Networks: Conditional Iterative Generation of Images in Latent Space

    Nguyen, A.; Clune, J.; Bengio, Y.; Dosovitskiy, A.; Yosinski, J. Plug & Play Generative Networks: Conditional Iterative Generation of Images in Latent Space . In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR); IEEE Computer Society: L...

  71. [79]

    How AI Detectives Are Cracking Open the Black Box of Deep Learning

    Yosinski, J. How AI Detectives Are Cracking Open the Black Box of Deep Learning. Science 2017. Accessed December 4, 2024

  72. [80]

    Optimization of neural networks via finite-value quantum fluctuations

    Ohzeki, M.; Okada, S.; Terabe, M.; Taguchi, S. Optimization of neural networks via finite-value quantum fluctuations. Sci. Rep. 2018, 8, 9950

  73. [81]

    Classifying the classifier: dissecting the weight space of neural networks

    Eilertsen, G.; Jönsson, D.; Ropinski, T.; Unger, J.; Ynnerman, A. Classifying the classifier: dissecting the weight space of neural networks. Proceedings of the European Conference on Artificial Intelligence (ECAI 2020) 2020, 325, 1119–1126

  74. [82]

    Probability and Measure, 3rd ed.; Wiley: New York, 1995

    Billingsley, P . Probability and Measure, 3rd ed.; Wiley: New York, 1995

  75. [83]

    Quantum machine learning

    Biamonte, J.; Wittek, P .; Pancotti, N.; Rebentrost, P .; Wiebe, N.; Lloyd, S. Quantum machine learning. Nature 2017, 549, 195–202

  76. [84]

    Brain plasticity through the life span: Learning to learn and action video games

    Bavelier, D.; Green, C.S.; Dye, M.W.G. Brain plasticity through the life span: Learning to learn and action video games. Annu. Rev. Neurosci. 2012, 35, 391–416. https://doi.org/10.1146/annurev-neuro-060909-152832. 19 of 19

  77. [85]

    The Necker cube–an ambiguous figure disambiguated in early visual processing

    Kornmeier, J.; Bach, M. The Necker cube–an ambiguous figure disambiguated in early visual processing. Vision Res. 2005, 45, 955–960

  78. [86]

    Dynamics of cognitive interpretations of a Necker cube in a chaos neural network

    Inoue, M.; Nakamoto, K. Dynamics of cognitive interpretations of a Necker cube in a chaos neural network. Prog. Theor. Phys. 1994, 92, 501–508

  79. [87]

    Neural network classifications and correlation analysis of EEG and MEG activity accompanying spontaneous reversals of the Necker cube

    Gaetz, M.; Weinberg, H.; Rzempoluck, E.; Jantzen, K.J. Neural network classifications and correlation analysis of EEG and MEG activity accompanying spontaneous reversals of the Necker cube. Cogn. Brain Res. 1998, 6, 335–346

  80. [88]

    A neural network model for exogenous perceptual alternations of the Necker cube

    Araki, O.; Tsuruoka, Y.; Urakawa, T. A neural network model for exogenous perceptual alternations of the Necker cube. Cogn. Neurodyn. 2020, 14, 229–237

  81. [89]

    Large EEG amplitude effects are highly similar across Necker cube, smiley, and abstract stimuli

    Joos, E.; Giersch, A.; Hecker, L.; Schipp, J.; Heinrich, S.P .; van Elst, L.T.; Kornmeier, J. Large EEG amplitude effects are highly similar across Necker cube, smiley, and abstract stimuli. PLoS ONE 2020, 15, e0232928

  82. [90]

    A proposed test of temporal nonlocality in bistable perception

    Atmanspacher, H.; Filk, T. A proposed test of temporal nonlocality in bistable perception. J. Math. Psychol. 2010, 54, 314–321

  83. [91]

    Numerical solution of Schrödinger equation by Crank–Nicolson method

    Khan, A.; Ahsan, M.; Bonyah, E.; Jan, R.; Nisar, M.; Abdel-Aty, A.H.; Yahia, I.S. Numerical solution of Schrödinger equation by Crank–Nicolson method. Math. Probl. Eng. 2022, 2022, 6991067. https://doi.org/https://doi.org/10.1155/2022/6991067

  84. [92]

    Maksymov, I.S. Quantum Mechanics of Human Perception, Behaviour and Decision-Making: A Do-It-Yourself Model Kit for Modelling Optical Illusions and Opinion Formation in Social Networks, 2024, [arXiv:physics.soc-ph/2404.10554]

  85. [93]

    A hybrid quantum–classical neural network with deep residual learning

    Liang, Y.; Peng, W.; Zheng, Z.J.; Silvén, O.; Zhao, G. A hybrid quantum–classical neural network with deep residual learning. Neural Netw. 2021, 143, 133–147. https://doi.org/https://doi.org/10.1016/j.neunet.2021.05.028

  86. [94]

    Binding affinity predictions with hybrid quantum-classical convolutional neural networks

    Domingo, L.; Djukic, M.; Johnson, C.; Borondo, F. Binding affinity predictions with hybrid quantum-classical convolutional neural networks. Sci. Rep. 2023, 13, 17951

  87. [95]

    Hybrid quantum-classical machine learning for generative chemistry and drug design

    Gircha, A.I.; Boev, A.S.; Avchaciov, K.; Fedichev, P .O.; Fedorov, A.K. Hybrid quantum-classical machine learning for generative chemistry and drug design. Sci. Rep. 2023, 13, 8250

  88. [96]

    Bayesian quantum neural networks

    Nguyen, N.; Chen, K.C. Bayesian quantum neural networks. IEEE Access 2022, 10, 54110–54122. https://doi.org/10.1109/ ACCESS.2022.3168675

  89. [97]

    Building Continuous Quantum-Classical Bayesian Neural Networks for a Classical Clinical Dataset

    Sakhnenko, A.; Sikora, J.; Lorenz, J. Building Continuous Quantum-Classical Bayesian Neural Networks for a Classical Clinical Dataset. In Proceedings of the Proceedings of Recent Advances in Quantum Computing and Technology; Association for Computing Machinery: New York, NY, U...

Pith tools

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