REVIEW 3 major objections 5 minor 1 cited by
QuKAN: A Quantum Circuit Born Machine approach to Quantum Kolmogorov Arnold Networks
T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read The paper claims that KAN neural-network layers can be implemented as quantum circuits, with B-spline basis functions encoded as quantum amplitudes and read out through Born-rule probabilities.
desk verdict A promising but overclaimed QCBM-based KAN variant: the Born-rule readout restricts the quantum residual to nonnegative spline mixtures, and the paper doesn't address it. 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 label–position register decomposition of a Quantum Circuit Born Machine. The computational basis is split into labelling qubits that index basis functions and position qubits that index inputs; a pre-trained QCBM encodes B-spline basis functions $B_i(x)$ as amplitudes $\beta_i(x)$, and projective measurements at a fixed position $x$ return $p_f(x)=\sum_i |c_i|^2 |\beta_i(x)|^2$. Trainable strongly-entangling layers on the label register supply the coefficients $c_i$, with a classical SiLU branch and scaling weights in the hybrid version. This object carries the whole argument by making the KAN's linear-combination structure literally a quantum superposition.
What would settle it
Take the single-basis residual $f(x) = -B_0(x)$ on a compact interval, train QuKAN with one label to minimize squared error, and check whether the learned probability output matches $-B_0(x)$. Since $p_f(x) = |c|^2 |\beta_0(x)|^2 \ge 0$, the best fit will be $+B_0(x)$-like; a measured error bounded below by the norm of the negative lobe would show the readout cannot represent signed coefficients, contradicting the equivalence claimed in Eq. (9).
Extended reading notes
Core claim
The central discovery is that the KAN residual function $f(x)=\sum_i \tilde{c}_i B_i(x)$ can be represented by a quantum state $|f\rangle = \sum_i c_i |i\rangle|\beta_i\rangle$, with the B-spline evaluations $\beta_i(x)$ pre-trained into the amplitudes of a QCBM and the coefficients $c_i$ left trainable on the label register. Because the Born rule gives $p_f(x)=\sum_i |c_i|^2 |\beta_i(x)|^2$, the probability readout reproduces the spline combination after absorbing the normalization, and this readout extends to a fully quantum residual that also includes the SiLU activation in the superposition. The paper presents empirical demonstrations on the moons and Iris classification tasks and on linear and logarithmic regression tasks, comparing favourably to variational quantum classifiers and to prior QKAN proposals.
Load-bearing premise
The central assumption is that a KAN residual function, whose coefficients are signed real numbers, can be rebuilt from a probability mixture of squared, normalized spline amplitudes; if the sign information cannot be recovered, the quantum residual is not equivalent to the KAN layer it claims to implement.
Editorial extensions
If this is right
- KAN layers can be executed on quantum hardware with the same compositional structure, giving interpretable quantum models whose components remain identifiable as basis functions.
- Multiple basis-function evaluations are obtained in parallel from a single projective measurement, so the function-evaluation cost per layer can be constant in the number of basis functions, limited only by the qubit count.
- The pre-trained spline embedding transfers across tasks: one QCBM can be trained once on a basis set and reused as the quantum backbone of many different KANs.
- The fully quantum residual absorbs classical activations into the superposition, removing the hybrid branch entirely and leaving a single quantum circuit as the residual evaluator.
- Empirical parity with a rigid-grid classical KAN on the tested benchmarks suggests the quantum version's representational bottleneck is the spline basis itself, not the quantum encoding.
Reading between the lines
- The nonnegativity of the Born-rule readout means the quantum residual is effectively a mixture model; the paper's own Eq. (9) identity requires positive coefficients, so a direct sign-carrying generalization would need either a phase or amplitude trick, or an affine shift correction applied outside the circuit.
- The same label-position decomposition could be used to encode other function bases (wavelets, radial basis functions, or Fourier features) since the QCBM is basis-agnostic; a testable extension is whether Chebyshev or Fourier bases give better quantum KANs than B-splines.
- The claim that pre-training the spline embedding is decisive could be tested against random but fixed quantum features; the paper's ablation only compares pre-trained splines against an untrained uniform superposition, not against a random fixed feature map.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes QuKAN, a quantum circuit Born machine (QCBM) implementation of Kolmogorov-Arnold Networks. A QCBM is pre-trained to encode B-spline basis functions into the amplitudes of a register split into label and position qubits; the label register is then trained to weight these basis functions, and the position-register measurement probabilities are used as the function value. The authors present a hybrid architecture (quantum spline residual plus a classical SiLU branch) and a fully quantum architecture (with the SiLU also absorbed into the superposition). Benchmarks are reported on the make_moons and Iris classification datasets and on two regression functions, with comparisons to VQCs, pyKAN, MLPs, a trainable QKAN, and the Enhanced VQKAN from Wakaura et al. An ablation study shows that the QCBM pre-training of the spline basis improves classification accuracy.
Significance. If the representational claim were established, QuKAN would be a novel amplitude-encoding approach to KANs with a plausible route to parallel evaluation of basis functions. The reported toy benchmarks are encouraging: QuKAN matches or exceeds a rigid-grid pyKAN and outperforms the tested VQCs, and the ablation on pre-training is a useful empirical contribution. However, the central equivalence between the quantum residual and the classical KAN residual is not established: the Born-rule readout restricts the function class to nonnegative, normalized mixtures, and the manuscript does not reconcile this with the signed coefficients of classical KANs. The idea is worth pursuing, but the main claim needs to be either corrected to a nonnegative variant or supplemented with a concrete mechanism (e.g., interference via entangling label gates) that restores signed combinations.
major comments (3)
- [Quantum representation of the residual functions (Eqs. (8)-(9)) and Full Quantum KAN] The readout in Eq. (8), p_f(x) = sum_i |c_i beta_i(x)|^2, together with the identification in Eq. (9) (tilde c_i = |c_i|^2 and B_i(x) = |beta_i(x)|^2), maps the signed coefficients of the classical KAN residual in Eq. (5) onto nonnegative, normalized probabilities. A superposition of nonnegative squared B-splines cannot represent functions that require cancellation between basis functions, such as f(x) = B_1(x) - B_2(x). The 'Full Quantum KAN' section acknowledges that the Born-rule readout 'has to be normalized and positive' and proposes to correct the normalization and apply a shift, but an additive shift only changes the global offset; it does not restore per-coefficient signs or the shape restrictions of the convex hull of the |beta_i|^2 distributions. Since the abstract and introduction claim that the architecture 'translates' the KAN residual, the representational equivalence is unsupported. The benchmarks may demonstrate a useful nonnegative variant, but not the stated equivalence to KAN.
- [Hybrid QuKAN residual function] The forward pass is described as passing the labelling qubits through 'multiple parametrized entangling layers' to optimize the coefficients in the linear combination of basis functions. If these gates are not diagonal, the state after the label unitary is sum_j |j> (sum_i U_ji c_i |beta_i>), and the measured probability is sum_j |sum_i U_ji c_i beta_i(x)|^2, which contains interference cross-terms and is not equal to Eq. (8). If the gates are restricted to diagonal (phase) operations, then only |c_i|^2 is trainable and the model reduces to the positive-cone construction of Eq. (9). The manuscript does not specify which of these two cases is implemented, so the derivation of Eq. (8) is not consistent with the described circuit. This is load-bearing because the expressivity of the quantum residual, and hence the claimed equivalence to KAN, depends on which readout is actually used.
- [Results and Methods (network architecture)] The paper defines a single hybrid residual function in the Methods but does not specify the full network topology used for the reported benchmarks: it is not stated how the two input features of the moons dataset are assigned to the position registers of the different residual units, how many residual functions per layer are used, how the residuals are composed into a feed-forward network, or how the final output probability is converted into a classification decision. Without these details, the feasibility and performance claims in Tables 1-3 and Figures 5-6 cannot be reproduced or independently checked. This is a load-bearing omission for the empirical contribution of the paper.
minor comments (5)
- [Superposition Distribution Learning, Eq. (2)] The notation psi_k(x) in Eq. (2) is ambiguous: if |psi_k> are computational basis states of the position register, then psi_k(x) should be delta_{k,x}; please clarify the definition of the basis and the meaning of psi_i(x).
- [Pre-training has an effect, Fig. 7] The caption refers to 'a random number generator' while the text describes a model with Hadamard gates and a scalable SiLU residual; please align the caption with the text.
- [Abstract and Introduction] There are several grammatical issues: 'KANs potential' should be 'KAN's potential'; 'the fully quantum version the entire architecture' should be 'the fully quantum version, the entire architecture'; and 'In this section we are going to introduce' can be tightened.
- [Data availability] The manuscript states that 'Data and Code will be made available on reasonable request.' For a simulation-based machine learning paper, making the code publicly available would substantially strengthen reproducibility; please consider releasing it.
- [Summary of the results] The abbreviation 'EVKAN' is used in the summary while the rest of the paper uses 'EVQKAN'; please use a single consistent abbreviation.
Circularity Check
One definitional equivalence at Eq. (9): the quantum residual is set equal to the Born-rule readout, so the 'KAN translation' is an encoding choice; the training and benchmarking remain independent.
-
self definitional
[Methods, 'Quantum representation of the residual functions', Eqs. (8)-(9)]
"p f (x) = Σ_j |⟨ j,x| f ⟩|^2 = Σ_i |c_i β_i(x)|^2 (8) ... In particular, the classical coefficients can be reconstructed as f (x) ∼ p f (x),when ˜c_i = |c_i|^2, and B_i(x) = |β_i(x)|^2 (9)"
The paper presents the QCBM readout p_f as the quantum analogue of the classical KAN residual f. But f ∼ p_f is not derived: Eq. (9) defines the effective classical spline weights as |c_i|^2 and the effective basis as |β_i|^2, so the reconstructed function is by construction the Born-rule probability output. The signed coefficients c_i of the classical KAN layer in Eq. (5) are replaced by nonnegative, normalized probabilities, and the paper's own 'Full Quantum KAN' paragraph concedes the Born rule readout 'has to be normalized and positive.' Thus the claimed equivalence between the quantum residual and the KAN residual is an encoding assumption, not a reduction from KAN; the numerical results nonetheless remain independent empirical evidence for trainability.
full rationale
The central training and benchmarking chain is not circular: QuKAN is compared against independent baselines (rigid-grid pyKAN, VQCs with different embeddings, MLPs, QKAN, EVQKAN) on moons, Iris, and regression tasks, and the pretraining ablation gives an external falsifiable check. There are no load-bearing self-citations: the cited QCBM, KAN, QKAN, and EVQKAN references are prior work by other groups or standard textbooks, and no 'uniqueness theorem' is imported from the authors' own prior papers. The only definitional shortcut is Eqs. (8)-(9): the quantum readout is equated to the classical residual by setting c̃_i=|c_i|^2 and B_i=|β_i|^2, so any signed-cancellation structure of a genuine KAN B-spline combination is not representable unless compensated post hoc. The paper explicitly flags the positivity/normalization limitation in the 'Full Quantum KAN' section, so the limitation is disclosed rather than hidden. Because this is a representational-equivalence step at the modeling level rather than a fitted prediction, and the empirical claims rest on independent benchmarks, the overall circularity is mild (score 2).
Assumptions & free parameters
free parameters (5)
- Number of B-spline basis functions per residual =
4
- B-spline degree =
2
- Number of residual layers =
1 or 2 depending on the run
- Position-register discretization resolution =
not specified
- Residual scaling weights w_f and w_s =
trainable
assumptions (5)
- standard math Kolmogorov-Arnold representation theorem and its generalization to arbitrary-width KANs justify representing multivariate functions via sums of univariate splines.
- domain assumption B-spline basis functions are nonnegative and can be learned as probability distributions by a QCBM.
- domain assumption The Born rule allows interpreting squared amplitudes as probabilities and measuring position-register values to evaluate functions.
- domain assumption A QCBM with strongly entangling layers trained by MMD loss can approximate the target B-spline distributions accurately enough.
- ad hoc to paper Function values can be encoded as probabilities and rescaled without loss, ignoring sign and convexity restrictions.
Cite this review
Pith. "Pith review of QuKAN: A Quantum Circuit Born Machine approach to Quantum Kolmogorov Arnold Networks." pith.science (2026). https://pith.science/paper/XQ37JPKN
@misc{pith2026250622340,
author = {Pith},
title = {Pith review of: QuKAN: A Quantum Circuit Born Machine approach to Quantum Kolmogorov Arnold Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/XQ37JPKN}},
note = {Machine review of arXiv:2506.22340}
}
read the original abstract
Kolmogorov Arnold Networks (KANs), built upon the Kolmogorov Arnold representation theorem (KAR), have demonstrated promising capabilities in expressing complex functions with fewer neurons. This is achieved by implementing learnable parameters on the edges instead of on the nodes, unlike traditional networks such as Multi-Layer Perceptrons (MLPs). However, KANs potential in quantum machine learning has not yet been well explored. In this work, we present an implementation of these KAN architectures in both hybrid and fully quantum forms using a Quantum Circuit Born Machine (QCBM). We adapt the KAN transfer using pre-trained residual functions, thereby exploiting the representational power of parametrized quantum circuits. In the hybrid model we combine classical KAN components with quantum subroutines, while the fully quantum version the entire architecture of the residual function is translated to a quantum model. We demonstrate the feasibility, interpretability and performance of the proposed Quantum KAN (QuKAN) architecture.
Figures
Figures from the paper (5 more)
Forward citations
Cited by 1 Pith paper
-
Quantum Variational Activation Functions Empower Kolmogorov-Arnold Networks
QKANs show strong empirical performance on regression, vision, and language tasks, but the claimed exponential parameter reduction is not rigorously established.
Reference graph
Works this paper leans on
-
[1]
Liu, Z. et al. Kan: Kolmogorov-arnold networks. arXiv preprint arXiv:2404.19756 (2024)
arXiv 2024
-
[2]
The kolmogorov–arnold representation theorem revisited
Schmidt-Hieber, J. The kolmogorov–arnold representation theorem revisited. Neural networks 137, 119–126 (2021)
work page 2021
-
[3]
Neural networks: a comprehensive foundation (Prentice Hall PTR, 1994)
Haykin, S. Neural networks: a comprehensive foundation (Prentice Hall PTR, 1994)
work page 1994
-
[4]
Hornik, K., Stinchcombe, M. & White, H. Multilayer feedforward networks are universal approximators. Neural networks 2, 359–366 (1989)
work page 1989
-
[5]
Nielsen, M. A. & Chuang, I. L. Quantum computation and quantum information (Cambridge university press, 2010)
2010
-
[6]
Schuld, M. & Petruccione, F. Supervised learning with quantum computers. Quantum science technology (Springer, 2018) (2018)
work page 2018
-
[7]
Ivashkov, P., Huang, P.-W., Koor, K., Pira, L. & Rebentrost, P. Qkan: Quantum kolmogorov-arnold networks. arXiv preprint arXiv:2410.04435 (2024)
arXiv 2024
-
[8]
Wakaura, H., Suksmono, A. B. & Mulyawan, R. Variational quantum kolmogorov-arnold network. Prepr. Res. DOI: https://doi.org/10.21203/rs.3.rs-4504342/v4 (2024)
Show all 36 references
-
[9]
& Suksmono, A
Wakaura, H., Mulyawan, R. & Suksmono, A. B. Adaptive variational quantum kolmogorov-arnold network. arXiv preprint arXiv:2503.21336 (2025)
2025 arXiv
-
[10]
& Suksmono, A
Wakaura, H., Mulyawan, R. & Suksmono, A. B. Enhanced variational quantum kolmogorov-arnold network. arXiv preprint arXiv:2503.22604 (2025)
2025 arXiv
-
[11]
& Wang, L
Liu, J.-G. & Wang, L. Differentiable learning of quantum circuit born machines. Phys. Rev. A 98, 062324 (2018)
2018
-
[12]
Stoica, O. C. Born rule: quantum probability as classical probability. Int. J. Theor. Phys. 64, 1–20 (2025)
2025
-
[13]
& Kleinman, K
Unwin, A. & Kleinman, K. The iris data set: In search of the source of virginica. Significance 18, 26–29 (2021)
2021
-
[14]
& De Boor, C
De Boor, C. & De Boor, C. A practical guide to splines, vol. 27 (springer New York, 1978)
1978
-
[15]
& Tao, D
Du, Y ., Hsieh, M.-H., Liu, T. & Tao, D. Expressive power of parametrized quantum circuits.Phys. Rev. Res. 2, 033125 (2020)
2020
-
[16]
& Gong, J
Brumer, P. & Gong, J. Born rule in quantum and classical mechanics. Phys. Rev. A—Atomic, Mol. Opt. Phys. 73, 052109 (2006)
2006
-
[17]
Hinton, G. E. Boltzmann machine. Scholarpedia 2, 1668 (2007)
2007
-
[18]
Schuld, M., Bocharov, A., Svore, K. M. & Wiebe, N. Circuit-centric quantum classifiers. Phys. Rev. A 101, 032308 (2020)
2020
-
[19]
& Smola, A
Gretton, A., Borgwardt, K., Rasch, M., Schölkopf, B. & Smola, A. A kernel method for the two-sample-problem. Adv. neural information processing systems 19 (2006)
2006
-
[20]
J., Bergholm, V
Möttönen, M., Vartiainen, J. J., Bergholm, V . & Salomaa, M. M. Transformation of quantum states using uniformly controlled rotations. Quantum Info. Comput. 5, 467–473 (2005)
2005
-
[21]
Sakurai, J. J. & Napolitano, J. Modern quantum mechanics (Cambridge University Press, 2020)
2020
-
[22]
Kolmogorov, A. N. On the representations of continuous functions of many variables by superposition of continuous functions of one variable and addition. In Dokl. Akad. Nauk USSR, vol. 114, 953–956 (1957)
1957
-
[23]
Arnold, V . I. On functions of three variables.Collect. Work. Represent. Funct. Celest. Mech. KAM Theory, 1957–19655–8 (2009)
2009
-
[24]
Pedregosa, F. et al. Scikit-learn: Machine learning in python. J. Mach. Learn. Res. 12, 2825–2830 (2011)
2011
-
[25]
Schuld, M., Bocharov, A., Svore, K. M. & Wiebe, N. Circuit-centric quantum classifiers. Phys. Rev. A 101, DOI: 10.1103/physreva.101.032308 (2020)
2020 doi
-
[26]
& Neven, H
Farhi, E. & Neven, H. Classification with quantum neural networks on near term processors (2018). 1802.06002
2018 arXiv
-
[27]
A., Aman, M
Khan, M. A., Aman, M. N. & Sikdar, B. Beyond bits: A review of quantum embedding techniques for efficient information processing. IEEE access (2024)
2024
-
[28]
& Killoran, N
Lloyd, S., Schuld, M., Ijaz, A., Izaac, J. & Killoran, N. Quantum embeddings for machine learning. arXiv preprint arXiv:2001.03622 (2020)
2020 arXiv
-
[29]
Analysis and synthesis of feature map for kernel-based quantum classifier
Suzuki, Y .et al. Analysis and synthesis of feature map for kernel-based quantum classifier. Quantum Mach. Intell. 2, 1–9 (2020). 12/14
2020
-
[30]
https://github.com/Mathewvanh/QKAN_Implementation (2025)
Qkan_implementation. https://github.com/Mathewvanh/QKAN_Implementation (2025). Accessed: 2025-06-25
2025
-
[31]
K., Araujo, I
Hwang, W., Park, D. K., Araujo, I. F. & Blank, C. Quantum-inspired classification via efficient simulation of helstrom measurement. arXiv preprint arXiv:2403.15308 (2024)
2024 arXiv
-
[32]
Helstrom, C. W. Quantum detection and estimation theory. J. Stat. Phys. 1, 231–252 (1969)
1969
-
[33]
Y .-C., Tseng, H.-H., Lin, H.-Y
Chen, S. Y .-C., Tseng, H.-H., Lin, H.-Y . & Yoo, S. Learning to measure quantum neural networks. arXiv preprint arXiv:2501.05663 (2025)
2025 arXiv
-
[34]
Mason, J. C. & Handscomb, D. C. Chebyshev polynomials (Chapman and Hall/CRC, 2002)
2002
-
[35]
& Wang, S
Xu, K., Chen, L. & Wang, S. Kolmogorov-arnold networks for time series: Bridging predictive power and interpretability. arXiv preprint arXiv:2406.02496 (2024)
2024 arXiv
-
[36]
& Halgamuge, S
Ranasinghe, N., Xia, Y ., Seneviratne, S. & Halgamuge, S. Ginn-kan: Interpretability pipelining with applications in physics informed neural networks. arXiv preprint arXiv:2408.14780 (2024). Acknowledgements We gratefully acknowledge financial support from the Quantum Initiati...
2024 arXiv
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.