English

PRKAN: Parameter-Reduced Kolmogorov-Arnold Networks

Machine Learning 2025-02-12 v4

Abstract

Kolmogorov-Arnold Networks (KANs) represent an innovation in neural network architectures, offering a compelling alternative to Multi-Layer Perceptrons (MLPs) in models such as Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), and Transformers. By advancing network design, KANs drive groundbreaking research and enable transformative applications across various scientific domains involving neural networks. However, existing KANs often require significantly more parameters in their network layers than MLPs. To address this limitation, this paper introduces PRKANs (Parameter-Reduced Kolmogorov-Arnold Networks), which employ several methods to reduce the parameter count in KAN layers, making them comparable to MLP layers. Experimental results on the MNIST and Fashion-MNIST datasets demonstrate that PRKANs outperform several existing KANs, and their variant with attention mechanisms rivals the performance of MLPs, albeit with slightly longer training times. Furthermore, the study highlights the advantages of Gaussian Radial Basis Functions (GRBFs) and layer normalization in KAN designs. The repository for this work is available at: https://github.com/hoangthangta/All-KAN.

Keywords

Cite

@article{arxiv.2501.07032,
  title  = {PRKAN: Parameter-Reduced Kolmogorov-Arnold Networks},
  author = {Hoang-Thang Ta and Duy-Quy Thai and Anh Tran and Grigori Sidorov and Alexander Gelbukh},
  journal= {arXiv preprint arXiv:2501.07032},
  year   = {2025}
}

Comments

24 pages

R2 v1 2026-06-28T21:04:13.083Z