REVIEW 3 major objections 4 minor 2 cited by
Quantum Variational Activation Functions Empower Kolmogorov-Arnold Networks
T0 review · 3 major / 4 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read Quantum variational activation functions give Kolmogorov-Arnold networks exponentially wider frequency spectra per parameter.
desk verdict The headline exponential parameter reduction is not established; Theorem 2.2(c) has a load-bearing proof gap, though the empirical study is broad and the framework is clean. 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
DARUAN (DatA Re-Uploading ActivaTion): a single-qubit circuit alternating trainable unitaries W^(l) with data encoding gates e^{-i w_l x H}, where H is a Pauli generator and w_l is a trainable pre-processing weight. The spectrum expansion identity Ω_B = {Σ m_l w_l : m_l ∈ {−1,0,1}} is the mechanism that turns linear repetition growth into exponential frequency support; with geometric weights w_l = 2^{l−1}, the maximum frequency becomes K_B = 2^r − 1. This identity, together with the C^m-norm Fourier truncation bound, is what the paper uses to argue exponential parameter efficiency.
What would settle it
Train a DARUAN (geometric weights, r repetitions, single qubit) to approximate a target function whose Fourier coefficients all have equal magnitude, e.g., a square wave or a sum of many harmonics, and record the approximation error as r grows. If the error does not decay like 2^{-r(k+1-m)} or if it saturates far above the truncated-Fourier error for the same maximum frequency, the exponential parameter reduction claim fails. The same test can be run in simulation by comparing against the best possible degree-(2^r - 1) trigonometric polynomial fit.
Extended reading notes
Core claim
The paper's central claim is that a single-qubit data re-uploading circuit, when each encoding layer is preceded by a trainable weighting w_l, produces a trigonometric polynomial whose frequency set is all sums of the form sum m_l w_l with m_l in {-1,0,1}. Choosing the weights geometrically, w_l = 2^{l-1}, makes the highest reachable frequency 2^r - 1 after r repetitions. Since a classical Fourier KAN must use one parameter per frequency, the paper argues this gives a Θ(log(1/ε)) parameter count to reach approximation error ε in the C^m norm—an exponential reduction over the Θ(ε^{-1/(k+1-m)}) parameters required by Fourier-based KAN. The authors further show empirically that QKANs achieve lo
Load-bearing premise
The paper's exponential parameter-reduction claim assumes that a DARUAN with only O(r) trainable parameters can match the Fourier truncation error of degree 2^r − 1, meaning its restricted coefficient space still contains a trigonometric polynomial as accurate as the full truncated Fourier series.
Editorial extensions
If this is right
- If the spectrum expansion claim holds, a small number of re-uploading repetitions (r ≈ 5–8) gives QKAN access to the same frequency range as a Fourier KAN with hundreds of parameters.
- QKANs can be simulated classically because each activation is a single-qubit circuit, so the architecture works on current GPUs and can be trained at GPT-2 scale with roughly one-third the parameters of an MLP baseline.
- The layer-extension method lets training start with small r and grow the frequency support during training, avoiding the vanishing-gradient problems associated with deep circuits.
- Trained DARUAN activations can be distilled into classical B-spline or Fourier bases, allowing hybrid quantum-classical deployment where the quantum circuit is only needed for training.
Reading between the lines
- The exponential parameter-reduction theorem as stated presumes that the DARUAN output can actually realize the optimal truncated Fourier series of degree 2^r − 1; with only O(r) trainable parameters the coefficient space is far smaller than the 2^{r+1} coefficients of that series, so the reduction is guaranteed only for the frequency support, not for the approximation error.
- A direct test is to compare, for a fixed target function, the achieved C^m error of a geometric-weight DARUAN against the theoretical 2^{-r(k+1-m)} bound; the gap will show how much the restricted coefficient set degrades the approximation.
- The same spectral-identity mechanism should extend to multi-qubit re-uploading circuits, where the frequency set becomes a Minkowski sum of spectra; if so, the exponential-support argument would hold for entangling activations too.
- Because the single-qubit circuits are efficiently simulable, the practical advantage claimed is parameter efficiency rather than computational speedup; a rigorous complexity separation from classical Fourier KANs would require showing the coefficient restriction is harmless for function approximation, which the paper leaves open.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a framework for quantum variational activation functions (QVAFs), instantiated by single-qubit data re-uploading circuits called DARUANs, and embeds these as learnable activations in Kolmogorov-Arnold networks, yielding QKANs. The central theoretical claim is Theorem 2.2: trainable data pre-processing weights w_l expand the accessible frequency spectrum of a DARUAN from O(r) to as many as 3^r frequencies, and with geometric weights w_l=2^{l-1} this yields an exponential parameter reduction relative to classical Fourier-series KANs. The paper also reports extensive experiments on noisy regression, image classification, and autoregressive language modeling, plus a knowledge-distillation scheme from QKANs to classical KANs. The manuscript is well organized and the experimental effort is substantial, but the main theoretical result has a load-bearing gap that invalidates the headline claim.
Significance. If Theorem 2.2 were correct, the paper would demonstrate a striking parameter-efficiency advantage for single-qubit, classically simulable circuits as activation functions. The frequency-support statement (part (b)) is correct and of independent interest, and the empirical results, with released code, suggest that DARUAN/QKAN can be competitive in practice. However, the approximation-error and parameter-efficiency results (parts (c) and (d)) do not follow from the presented proof: the paper shows that the circuit's frequency support is large but never shows that the circuit can realize the coefficients of the optimal truncated Fourier series. Since the circuit has only O(r) trainable parameters, it parametrizes a low-dimensional submanifold of the 2^{r+1}-1 coefficient space, and generic smooth functions require many more parameters. Thus the central theoretical contribution, and the 'exponential reduction' claim in the abstract, are unsupported.
major comments (3)
- [§A.2, Theorem 2.2(c)] The proof of part (c) applies the Fourier truncation bound (A.15)-(A.17) to f and immediately concludes ||f−f_B|| ≤ C_f K_B^{-(k+1−m)}. This is valid only if f_B is (or is close to) the optimal truncated Fourier series of f at degree K_B. No such statement is proved or even argued. In fact, f_B is a specific trigonometric polynomial generated by a circuit with O(r) trainable parameters, and a real trigonometric polynomial of degree D=2^r−1 has 2D+1 = 2^{r+1}−1 independent real coefficients. For r≥4, 4r+3 parameters is strictly less than 2^{r+1}−1, so the achievable set is a low-dimensional submanifold of the coefficient space; for generic f∈C^{k+1} the optimal truncation lies outside this model class. The bound in (c) therefore does not follow from Fourier approximation theory.
- [Theorem 2.2(d)] Part (d) is directly built on (c): the Θ(log 1/ε) parameter count is obtained by solving C_f 2^{-r(k+1−m)} = ε. Since (c) is unproven, the exponential parameter reduction relative to Fourier KAN is unsupported. The frequency-support statement (b) alone cannot imply expressivity; the number of accessible frequencies is not the same as the number of independently tunable coefficients. This is the headline claim of the abstract and of Section 2.3, so the main theoretical contribution collapses.
- [Discussion/Abstract] The abstract and Section 2.3 repeatedly assert 'exponential reduction in parameter size … without loss of expressivity.' Given the gap above, this assertion is not supported by the theory. The manuscript should either provide a proof that the DARUAN class can realize the optimal truncated Fourier coefficients (which seems impossible by dimension counting) or substantially weaken the claim to a statement about frequency support only. As written, the central claim is false or at best unproven.
minor comments (4)
- [Theorem 2.2(b) and proof] The statement says '1 ≤ |Ω_B| ≤ (3r − 1)', which appears to be a typo for 3^r − 1. The proof repeats '(3r − 1)'. The correct upper bound from the set of sums Σ m_l w_l with m_l∈{−1,0,1} is 3^r−1 (up to collisions), not 3r−1.
- [§2.4, first regression paragraph] The text states 'J0 is a Bessel function that J0(x) = sin(x)/x'. This is incorrect: J0 is the zeroth-order Bessel function of the first kind, not the sinc function. The plot appears to use the true Bessel function, so this is only a typographical error, but it should be corrected.
- [Table 4 caption and text] The caption for Figure 3 says HQKAN achieves better perplexity with one-third parameters and 'the same training time', while the text later says '30% less memory during training time'. These should be harmonized. Also, Table 4's partitioning with double midrules is hard to read.
- [§A.2 proof of (b)] The proof introduces a '{0} choice' in the sum s_l∈{+1,−1,0}' to account for coincident basis states. This is described in one sentence; a more explicit derivation of how zero appears would aid reproducibility.
Circularity Check
No significant circularity; the central theorem has an unproven premise but not a circular reduction.
full rationale
The manuscript's derivation chain is largely self-contained and does not reduce to fitted values or to load-bearing self-citations. Theorem 2.1 follows the KAN Fourier-approximation argument with a supplied proof; Theorem 2.2(a) and (b) are direct spectral computations from the single-qubit data re-uploading expansion; the empirical benchmarks are external to the theory. The only serious gap is in Section A.2, proof of Theorem 2.2(c): the text states 'Applying this to f with K=K_A (baseline) or K=K_B (linear layer) proves (c),' but the preceding Fourier-truncation bound (A.15) applies to the optimal truncation g_{≤K}, not to the specific circuit output f_B. Since f_B has only O(r) trainable parameters, it cannot in general equal the degree-(2^r−1) optimal truncation of an arbitrary f, so the exponential parameter reduction in (d) is unsupported. This is an omitted/incorrect step, not a circular equivalence: K_B is not defined in terms of the target error, and no fitted parameter is renamed as a prediction. The self-citations to prior data-re-uploading work are used as background and are not load-bearing. Hence no significant circularity.
Assumptions & free parameters
free parameters (3)
- geometric weights w_l = 2^(l-1) =
2^(l-1)
- re-uploading depth r =
swept over {3,6,...,30} in regressions, fixed at 3 in classification
- base activation weights w_b, w_d =
trained
assumptions (4)
- standard math Kolmogorov-Arnold representation theorem (KART)
- standard math Fourier approximation theory: smooth functions have C^m truncation error O(K^{-(k+1-m)})
- ad hoc to paper The DARUAN circuit class can represent any truncated Fourier series up to degree K_B
- domain assumption Single-qubit gates can be executed with sufficiently low error on NISQ hardware
Cite this review
Pith. "Pith review of Quantum Variational Activation Functions Empower Kolmogorov-Arnold Networks." pith.science (2026). https://pith.science/paper/3SBCFID2
@misc{pith2026250914026,
author = {Pith},
title = {Pith review of: Quantum Variational Activation Functions Empower Kolmogorov-Arnold Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/3SBCFID2}},
note = {Machine review of arXiv:2509.14026}
}
read the original abstract
Variational quantum circuits (VQCs) are central to quantum machine learning, while recent progress in Kolmogorov-Arnold networks (KANs) highlights the power of learnable activation functions. We unify these directions by introducing the quantum variational activation function (QVAF), a general framework in which parameterized quantum circuits serve as learnable activation functions; in this work we study an efficient single-qubit instantiation called DatA Re-Uploading ActivatioN (DARUAN). We show that DARUAN with trainable data-preprocessing weights can realize an exponentially growing accessible frequency support with the number of re-uploading repetitions; for an explicit geometric choice of these weights, this gives a capacity-level exponential parameter reduction relative to independently parameterized Fourier activations. Embedding DARUAN into KAN yields the quantum-inspired Kolmogorov-Arnold Network (QKAN), which retains the interpretability of the KAN architecture while improving parameter efficiency, expressivity, and generalization. We further introduce layer extension and the hybrid QKAN (HQKAN) architecture to improve scalability and computational efficiency, enabling QKAN modules to act as compact replacements for multi-layer perceptrons (MLPs) in large-scale models. We provide theoretical analysis and extensive experiments on function regression, image classification, and autoregressive generative language modeling, demonstrating the efficiency and scalability of QKANs. Because the single-qubit circuits are efficiently simulable on classical quantum simulators, QKANs have quantum-inspired advantage in parameter efficiency and training stability; DARUANs and QKANs serve as present-day validation of the QVAF concept, and the trained DARUANs are directly executable and feasible on current noisy intermediate-scale quantum (NISQ) hardware for inference validation.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 2 Pith papers
-
Quantum Kolmogorov--Arnold representation theorem for continuous unitary-valued maps
Continuous unitary maps near the identity admit exact Kolmogorov-Arnold decompositions as exp of summed univariate anti-Hermitian fields or as products of univariate matrix exponentials; the results fail globally on U(n).
-
Complementary Matrix-Gated QKAN Fast-Weight Programmers for Quantum Dynamics Forecasting
Complementary Matrix Gating gives QKAN fast-weight programmers coordinate-wise retain/write control and cuts multi-step quantum-dynamics forecast MSE by at least 91.2% versus scalar gates.
Reference graph
Works this paper leans on
-
[1]
Mohamed Abd Elaziz, Ibrahim Ahmed Fares, and Ahmad O. Aseeri. Ckan: Convolutional kolmogorov–arnold networks model for intrusion detection in iot environment. IEEE Access, 12: 0 134837--134851, 2024. doi:10.1109/ACCESS.2024.3462297
arXiv 2024
-
[2]
f KAN : Fractional kolmogorov-arnold networks with trainable jacobi basis functions, 2024
Alireza Afzal Aghaei. f KAN : Fractional kolmogorov-arnold networks with trainable jacobi basis functions, 2024. URL https://arxiv.org/abs/2406.07456
arXiv 2024
-
[3]
Learning activation functions to improve deep neural networks, 2015
Forest Agostinelli, Matthew Hoffman, Peter Sadowski, and Pierre Baldi. Learning activation functions to improve deep neural networks, 2015. URL https://arxiv.org/abs/1412.6830
arXiv 2015
-
[4]
Jason Ansel et al. Pytorch 2: Faster machine learning through dynamic python bytecode transformation and graph compilation. In Proceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Systems, Volume 2, ASPLOS '24, page 929–947, New York, NY, USA, 2024. Association for Computing Machinery. ISBN ...
arXiv 2024
-
[5]
A survey on modern trainable activation functions
Andrea Apicella, Francesco Donnarumma, Francesco Isgrò, and Roberto Prevete. A survey on modern trainable activation functions. Neural Networks, 138: 0 14–32, June 2021. ISSN 0893-6080. doi:10.1016/j.neunet.2021.01.026. URL http://dx.doi.org/10.1016/j.neunet.2021.01.026
-
[6]
Jacob Biamonte, Peter Wittek, Nicola Pancotti, Patrick Rebentrost, Nathan Wiebe, and Seth Lloyd. Quantum machine learning. Nature, 549 0 (7671): 0 195–202, September 2017. ISSN 1476-4687. doi:10.1038/nature23474. URL http://dx.doi.org/10.1038/nature23474
-
[7]
Wav-kan: Wavelet kolmogorov-arnold networks, 2024
Zavareh Bozorgasl and Hao Chen. Wav-kan: Wavelet kolmogorov-arnold networks, 2024. URL https://arxiv.org/abs/2405.12832
arXiv 2024
-
[8]
Tom B. Brown et al. Language models are few-shot learners, 2020. URL https://arxiv.org/abs/2005.14165
arXiv 2020
Show all 77 references
-
[9]
Introduction to quantum machine learning and quantum architecture search, 2025
Samuel Yen-Chi Chen and Zhiding Liang. Introduction to quantum machine learning and quantum architecture search, 2025. URL https://arxiv.org/abs/2504.16131
2025 arXiv
-
[10]
Federated quantum machine learning
Samuel Yen-Chi Chen and Shinjae Yoo. Federated quantum machine learning. Entropy, 23 0 (4), 2021. ISSN 1099-4300. doi:10.3390/e23040460. URL https://www.mdpi.com/1099-4300/23/4/460
2021 doi
-
[11]
Variational quantum circuits for deep reinforcement learning
Samuel Yen-Chi Chen, Chao-Han Huck Yang, Jun Qi, Pin-Yu Chen, Xiaoli Ma, and Hsi-Sheng Goan. Variational quantum circuits for deep reinforcement learning. IEEE Access, 8: 0 141007--141024, 2020. doi:10.1109/ACCESS.2020.3010470
2020
-
[12]
Quantum machine learning: a classical perspective
Carlo Ciliberto et al. Quantum machine learning: a classical perspective. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, 474 0 (2209): 0 20170551, January 2018. ISSN 1471-2946. doi:10.1098/rspa.2017.0551. URL http://dx.doi.org/10.1098/rspa...
2018
-
[13]
Fu, Stefano Ermon, Atri Rudra, and Christopher Ré
Tri Dao, Daniel Y. Fu, Stefano Ermon, Atri Rudra, and Christopher Ré. Flashattention: Fast and memory-efficient exact attention with io-awareness, 2022. URL https://arxiv.org/abs/2205.14135
2022 arXiv
-
[14]
The mnist database of handwritten digit images for machine learning research [best of the web]
Li Deng. The mnist database of handwritten digit images for machine learning research [best of the web]. IEEE Signal Processing Magazine, 29 0 (6): 0 141--142, 2012. doi:10.1109/MSP.2012.2211477
2012
-
[15]
Quantum machine learning: A comprehensive review of integrating ai with quantum computing for computational advancements
Raghavendra M Devadas and Sowmya T. Quantum machine learning: A comprehensive review of integrating ai with quantum computing for computational advancements. MethodsX, 14: 0 103318, 2025. ISSN 2215-0161. doi:https://doi.org/10.1016/j.mex.2025.103318. URL https://www.sciencedir...
2025
-
[16]
B-splines in machine learning
Andre Sevaldsen Douzette. B-splines in machine learning. Master's thesis, 2017
2017
-
[17]
Taylor, and Hans J
Vedran Dunjko, Jacob M. Taylor, and Hans J. Briegel. Quantum-enhanced machine learning. Phys. Rev. Lett., 117: 0 130501, Sep 2016. doi:10.1103/PhysRevLett.117.130501. URL https://link.aps.org/doi/10.1103/PhysRevLett.117.130501
2016 doi
-
[18]
Classification with quantum neural networks on near term processors, 2018
Edward Farhi and Hartmut Neven. Classification with quantum neural networks on near term processors, 2018. URL https://arxiv.org/abs/1802.06002
2018 arXiv
-
[19]
Kan-gpt: The pytorch implementation of generative pre-trained transformers (gpts) using kolmogorov-arnold networks (kans) for language modeling, May 2024
Aditya Nalgunda Ganesh. Kan-gpt: The pytorch implementation of generative pre-trained transformers (gpts) using kolmogorov-arnold networks (kans) for language modeling, May 2024. URL https://github.com/AdityaNG/kan-gpt/. Release 1.0.0, 9th May 2024
2024
-
[20]
Tkan: Temporal kolmogorov-arnold networks, 2024
Remi Genet and Hugo Inzirillo. Tkan: Temporal kolmogorov-arnold networks, 2024. URL https://arxiv.org/abs/2405.07344
2024 arXiv
-
[21]
Representation properties of networks: Kolmogorov's theorem is irrelevant
Federico Girosi and Tomaso Poggio. Representation properties of networks: Kolmogorov's theorem is irrelevant. Neural Comput., 1 0 (4): 0 465–469, December 1989. ISSN 0899-7667. doi:10.1162/neco.1989.1.4.465. URL https://doi.org/10.1162/neco.1989.1.4.465
1989 doi
-
[22]
Harrow, Avinatan Hassidim, and Seth Lloyd
Aram W. Harrow, Avinatan Hassidim, and Seth Lloyd. Quantum algorithm for linear systems of equations. Physical Review Letters, 103 0 (15), October 2009. ISSN 1079-7114. doi:10.1103/physrevlett.103.150502. URL http://dx.doi.org/10.1103/PhysRevLett.103.150502
2009 doi
-
[23]
Delving deep into rectifiers: Surpassing human-level performance on imagenet classification
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Delving deep into rectifiers: Surpassing human-level performance on imagenet classification. In 2015 IEEE International Conference on Computer Vision (ICCV), pages 1026--1034, 2015. doi:10.1109/ICCV.2015.123
2015 doi
-
[24]
Howard, Bruno Jacob, Sarah H
Amanda A. Howard, Bruno Jacob, Sarah H. Murphy, Alexander Heinlein, and Panos Stinis. Finite basis kolmogorov-arnold networks: domain decomposition for data-driven and physics-informed problems, 2024. URL https://arxiv.org/abs/2406.19662
2024
-
[25]
Enabling non-linear quantum operations through variational quantum splines
Matteo Antonio Inajetovic, Filippo Orazi, Antonio Macaluso, Stefano Lodi, and Claudio Sartori. Enabling non-linear quantum operations through variational quantum splines. In Ji r \'i Miky s ka, Cl \'e lia de Mulatier, Maciej Paszynski, Valeria V. Krzhizhanovskaya, Jack J. Dong...
2023
-
[26]
Fiderer, Hendrik Poulsen Nautrup, Jonas M
Sofiene Jerbi, Lukas J. Fiderer, Hendrik Poulsen Nautrup, Jonas M. Kübler, Hans J. Briegel, and Vedran Dunjko. Quantum machine learning beyond kernel methods. Nature Communications, 14 0 (1), January 2023. ISSN 2041-1723. doi:10.1038/s41467-023-36159-y. URL http://dx.doi.org/1...
2023 doi
-
[27]
Quantum-inspired kolmogorov-arnold network, 2025
Jiun-Cheng Jiang. Quantum-inspired kolmogorov-arnold network, 2025. URL https://github.com/Jim137/qkan
2025
-
[28]
nanogpt, 2022
Andrej Karpathy. nanogpt, 2022. URL https://github.com/karpathy/nanoGPT
2022
-
[29]
Kingma and Jimmy Ba
Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization. CoRR, abs/1412.6980, 2014. URL https://api.semanticscholar.org/CorpusID:6628106
2014 arXiv
-
[30]
On the representation of continuous functions of many variables by superposition of continuous functions of one variable and addition
Andrei Nikolaevich Kolmogorov. On the representation of continuous functions of many variables by superposition of continuous functions of one variable and addition. In Doklady Akademii Nauk, volume 114, pages 953--956. Russian Academy of Sciences, 1957
1957
-
[31]
Learning multiple layers of features from tiny images
Alex Krizhevsky and Geoffrey Hinton. Learning multiple layers of features from tiny images. Technical Report 0, University of Toronto, Toronto, Ontario, 2009. URL https://www.cs.toronto.edu/\ kriz/learning-features-2009-TR.pdf
2009
-
[32]
U-kan makes strong backbone for medical image segmentation and generation, 2024 a
Chenxin Li et al. U-kan makes strong backbone for medical image segmentation and generation, 2024 a . URL https://arxiv.org/abs/2406.02918
2024 arXiv
-
[33]
Quantum-inspired activation functions and quantum chebyshev-polynomial network, 2024 b
Shaozhi Li, M Sabbir Salek, Yao Wang, and Mashrur Chowdhury. Quantum-inspired activation functions and quantum chebyshev-polynomial network, 2024 b . URL https://arxiv.org/abs/2404.05901
2024 arXiv
-
[34]
Kolmogorov-arnold networks are radial basis function networks, 2024
Ziyao Li. Kolmogorov-arnold networks are radial basis function networks, 2024
2024
-
[35]
Quantum-train: Rethinking hybrid quantum-classical machine learning in the model compression perspective, 2024 a
Chen-Yu Liu et al. Quantum-train: Rethinking hybrid quantum-classical machine learning in the model compression perspective, 2024 a . URL https://arxiv.org/abs/2405.11304
2024 arXiv
-
[36]
Liu and Jorge Nocedal
Dong C. Liu and Jorge Nocedal. On the limited memory bfgs method for large scale optimization. Mathematical Programming, 45: 0 503--528, 1989. URL https://api.semanticscholar.org/CorpusID:5681609
1989
-
[37]
Kan 2.0: Kolmogorov-arnold networks meet science, 2024 b
Ziming Liu, Pingchuan Ma, Yixuan Wang, Wojciech Matusik, and Max Tegmark. Kan 2.0: Kolmogorov-arnold networks meet science, 2024 b . URL https://arxiv.org/abs/2408.10205
2024 arXiv
-
[38]
Kan: Kolmogorov-arnold networks
Ziming Liu et al. Kan: Kolmogorov-arnold networks. arXiv preprint arXiv:2404.19756, 2024 c . URL https://arxiv.org/abs/2404.19756
2024 arXiv
-
[39]
Decoupled weight decay regularization
Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization. In International Conference on Learning Representations, 2017. URL https://api.semanticscholar.org/CorpusID:53592270
2017
-
[40]
Bromley, Josh Izaac, Maria Schuld, and Nathan Killoran
Andrea Mari, Thomas R. Bromley, Josh Izaac, Maria Schuld, and Nathan Killoran. Transfer learning in hybrid classical-quantum neural networks. Quantum, 4: 0 340, October 2020. ISSN 2521-327X. doi:10.22331/q-2020-10-09-340. URL http://dx.doi.org/10.22331/q-2020-10-09-340
2020 doi
-
[41]
Barren plateaus in quantum neural network training landscapes
Jarrod R McClean, Sergio Boixo, Vadim N Smelyanskiy, Ryan Babbush, and Hartmut Neven. Barren plateaus in quantum neural network training landscapes. Nature communications, 9 0 (1): 0 4812, 2018
2018
-
[42]
Exploiting symmetry in variational quantum machine learning
Johannes Jakob Meyer et al. Exploiting symmetry in variational quantum machine learning. PRX Quantum, 4 0 (1), March 2023. ISSN 2691-3399. doi:10.1103/prxquantum.4.010328. URL http://dx.doi.org/10.1103/PRXQuantum.4.010328
2023 doi
-
[43]
Mitarai, M
K. Mitarai, M. Negoro, M. Kitagawa, and K. Fujii. Quantum circuit learning. Physical Review A, 98 0 (3), September 2018. ISSN 2469-9934. doi:10.1103/physreva.98.032309. URL http://dx.doi.org/10.1103/PhysRevA.98.032309
2018 doi
-
[44]
Pad \'e activation units: End-to-end learning of flexible activation functions in deep networks
Alejandro Molina, Patrick Schramowski, and Kristian Kersting. Pad \'e activation units: End-to-end learning of flexible activation functions in deep networks. In International Conference on Learning Representations, 2019
2019
-
[45]
NVIDIA, Péter Vingelmann, and Frank H.P. Fitzek. Cuda, release: 10.2.89, 2020. URL https://developer.nvidia.com/cuda-toolkit
2020
-
[46]
Quantum machine learning: Benefits and practical examples
Frank Phillipson. Quantum machine learning: Benefits and practical examples. In QANSWER, pages 51--56, 2020
2020
-
[47]
Theoretical issues in deep networks
Tomaso Poggio, Andrzej Banburski, and Qianli Liao. Theoretical issues in deep networks. Proceedings of the National Academy of Sciences, 117 0 (48): 0 30039--30045, 2020
2020
-
[48]
Quantum C omputing in the NISQ era and beyond
John Preskill. Quantum C omputing in the NISQ era and beyond. Quantum , 2: 0 79, August 2018. ISSN 2521-327X. doi:10.22331/q-2018-08-06-79. URL https://doi.org/10.22331/q-2018-08-06-79
2018 doi
-
[49]
Adrián Pérez-Salinas, Alba Cervera-Lierta, Elies Gil-Fuster, and José I. Latorre. Data re-uploading for a universal quantum classifier. Quantum, 4: 0 226, February 2020. ISSN 2521-327X. doi:10.22331/q-2020-02-06-226. URL http://dx.doi.org/10.22331/q-2020-02-06-226
2020 doi
-
[50]
gpt-2-output-dataset
Alec Radford, Jeff Wu, and Jong Wook Kim. gpt-2-output-dataset. https://github.com/openai/gpt-2-output-dataset, 2019
2019
-
[51]
Prajit Ramachandran, Barret Zoph, and Quoc V. Le. Searching for activation functions, 2017. URL https://arxiv.org/abs/1710.05941
2017 arXiv
-
[52]
Rower et al
David A. Rower et al. Suppressing counter-rotating errors for fast single-qubit gates with fluxonium. PRX Quantum, 5: 0 040342, Dec 2024. doi:10.1103/PRXQuantum.5.040342. URL https://link.aps.org/doi/10.1103/PRXQuantum.5.040342
2024 doi
-
[53]
Kafnets: Kernel-based non-parametric activation functions for neural networks
Simone Scardapane, Steven Van Vaerenbergh , Simone Totaro, and Aurelio Uncini. Kafnets: Kernel-based non-parametric activation functions for neural networks. Neural Networks, 110: 0 19--32, 2019. ISSN 0893-6080. doi:https://doi.org/10.1016/j.neunet.2018.11.002. URL https://www...
2019 doi
-
[54]
Quantum machine learning in feature hilbert spaces
Maria Schuld and Nathan Killoran. Quantum machine learning in feature hilbert spaces. Phys. Rev. Lett., 122: 0 040504, Feb 2019. doi:10.1103/PhysRevLett.122.040504. URL https://link.aps.org/doi/10.1103/PhysRevLett.122.040504
2019 doi
-
[55]
Effect of data encoding on the expressive power of variational quantum-machine-learning models
Maria Schuld, Ryan Sweke, and Johannes Jakob Meyer. Effect of data encoding on the expressive power of variational quantum-machine-learning models. Physical Review A, 103 0 (3), March 2021. ISSN 2469-9934. doi:10.1103/physreva.103.032430. URL http://dx.doi.org/10.1103/PhysRevA...
2021 doi
-
[56]
Exploring the potential of polynomial basis functions in kolmogorov-arnold networks: A comparative study of different groups of polynomials, 2024 a
Seyd Teymoor Seydi. Exploring the potential of polynomial basis functions in kolmogorov-arnold networks: A comparative study of different groups of polynomials, 2024 a . URL https://arxiv.org/abs/2406.02583
2024 arXiv
-
[57]
Unveiling the power of wavelets: A wavelet-based kolmogorov-arnold network for hyperspectral image classification, 2024 b
Seyd Teymoor Seydi. Unveiling the power of wavelets: A wavelet-based kolmogorov-arnold network for hyperspectral image classification, 2024 b . URL https://arxiv.org/abs/2406.07869
2024 arXiv
-
[58]
Scaling law for language models training considering batch size, 2024
Xian Shuai, Yiding Wang, Yimeng Wu, Xin Jiang, and Xiaozhe Ren. Scaling law for language models training considering batch size, 2024. URL https://arxiv.org/abs/2412.01505
2024 arXiv
-
[59]
Experimental demonstration of a high-fidelity virtual two-qubit gate
Akhil Pratap Singh et al. Experimental demonstration of a high-fidelity virtual two-qubit gate. Physical Review Research, 6 0 (1), March 2024. ISSN 2643-1564. doi:10.1103/physrevresearch.6.013235. URL http://dx.doi.org/10.1103/PhysRevResearch.6.013235
2024 doi
-
[60]
M. C. Smith, A. D. Leu, K. Miyanishi, M. F. Gely, and D. M. Lucas. Single-qubit gates with errors at the 10 ^ - 7 level. Phys. Rev. Lett., 134: 0 230601, Jun 2025. doi:10.1103/42w2-6ccy. URL https://link.aps.org/doi/10.1103/42w2-6ccy
2025 doi
-
[61]
Chebyshev polynomial-based kolmogorov-arnold networks: An efficient architecture for nonlinear function approximation, 2024
Sidharth SS, Keerthana AR, Gokul R, and Anas KP. Chebyshev polynomial-based kolmogorov-arnold networks: An efficient architecture for nonlinear function approximation, 2024. URL https://arxiv.org/abs/2405.07200
2024 arXiv
-
[62]
Bsrbf-kan: A combination of b-splines and radial basis functions in kolmogorov-arnold networks, 2024
Hoang-Thang Ta. Bsrbf-kan: A combination of b-splines and radial basis functions in kolmogorov-arnold networks, 2024. URL https://arxiv.org/abs/2406.11173
2024 arXiv
-
[63]
AI Feynman: a Physics-Inspired Method for Symbolic Regression
Silviu-Marian Udrescu and Max Tegmark. AI Feynman: a Physics-Inspired Method for Symbolic Regression . Sci. Adv., 6 0 (16): 0 eaay2631, 2020. doi:10.1126/sciadv.aay2631
2020 doi
-
[64]
Ai feynman 2.0: pareto-optimal symbolic regression exploiting graph modularity
Silviu-Marian Udrescu, Andrew Tan, Jiahai Feng, Orisvaldo Neto, Tailin Wu, and Max Tegmark. Ai feynman 2.0: pareto-optimal symbolic regression exploiting graph modularity. In Proceedings of the 34th International Conference on Neural Information Processing Systems, NIPS '20, R...
2020
-
[65]
Vaca-Rubio, Luis Blanco, Roberto Pereira, and Màrius Caus
Cristian J. Vaca-Rubio, Luis Blanco, Roberto Pereira, and Màrius Caus. Kolmogorov-arnold networks (kans) for time series analysis, 2024. URL https://arxiv.org/abs/2405.08790
2024
-
[66]
Wach, Manuel S
Noah L. Wach, Manuel S. Rudolph, Fred Jendrzejewski, and Sebastian Schmitt. Data re-uploading with a single qudit. Quantum Machine Intelligence, 5 0 (2), August 2023. ISSN 2524-4914. doi:10.1007/s42484-023-00125-0. URL http://dx.doi.org/10.1007/s42484-023-00125-0
2023 doi
-
[67]
Suksmono
Hikaru Wakaura, Rahmat Mulyawan, and Andriyan B. Suksmono. Adaptive variational quantum kolmogorov-arnold network, 2025 a . URL https://arxiv.org/abs/2503.21336
2025 arXiv
-
[68]
Suksmono
Hikaru Wakaura, Rahmat Mulyawan, and Andriyan B. Suksmono. Enhanced variational quantum kolmogorov-arnold network, 2025 b . URL https://arxiv.org/abs/2503.22604
2025 arXiv
-
[69]
Qukan: A quantum circuit born machine approach to quantum kolmogorov arnold networks, 2025
Yannick Werner, Akash Malemath, Mengxi Liu, Vitor Fortes Rey, Nikolaos Palaiodimopoulos, Paul Lukowicz, and Maximilian Kiefer-Emmanouilidis. Qukan: A quantum circuit born machine approach to quantum kolmogorov arnold networks, 2025. URL https://arxiv.org/abs/2506.22340
2025 arXiv
-
[70]
Kansformer for scalable beamforming, 2024
Xinke Xie, Yang Lu, Chong-Yung Chi, Wei Chen, Bo Ai, and Dusit Niyato. Kansformer for scalable beamforming, 2024. URL https://arxiv.org/abs/2410.20690
2024 arXiv
-
[71]
Kolmogorov-arnold transformer
Xinchao Wang Xingyi Yang. Kolmogorov-arnold transformer. In The Thirteenth International Conference on Learning Representations, 2025. URL https://openreview.net/forum?id=BCeock53nt
2025
-
[72]
Fourierkan-gcf: Fourier kolmogorov-arnold network -- an effective and efficient feature transformation for graph collaborative filtering, 2024 a
Jinfeng Xu et al. Fourierkan-gcf: Fourier kolmogorov-arnold network -- an effective and efficient feature transformation for graph collaborative filtering, 2024 a . URL https://arxiv.org/abs/2406.01034
2024 arXiv
-
[73]
Kolmogorov-arnold networks for time series: Bridging predictive power and interpretability, 2024 b
Kunpeng Xu, Lifei Chen, and Shengrui Wang. Kolmogorov-arnold networks for time series: Bridging predictive power and interpretability, 2024 b . URL https://arxiv.org/abs/2406.02496
2024 arXiv
-
[74]
Kan or mlp: A fairer comparison, 2024 a
Runpeng Yu, Weihao Yu, and Xinchao Wang. Kan or mlp: A fairer comparison, 2024 a . URL https://arxiv.org/abs/2407.16674
2024 arXiv
-
[75]
Power and limitations of single-qubit native quantum neural networks, 2022
Zhan Yu, Hongshun Yao, Mujin Li, and Xin Wang. Power and limitations of single-qubit native quantum neural networks, 2022. URL https://arxiv.org/abs/2205.07848
2022 arXiv
-
[76]
Non-asymptotic approximation error bounds of parameterized quantum circuits, 2024 b
Zhan Yu et al. Non-asymptotic approximation error bounds of parameterized quantum circuits, 2024 b . URL https://arxiv.org/abs/2310.07528
2024 arXiv
-
[77]
Quantum implicit neural representations
Jiaming Zhao, Wenbo Qiao, Peng Zhang, and Hui Gao. Quantum implicit neural representations. arXiv preprint arXiv:2406.03873, 2024
2024 arXiv
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.