Kolmogorov-Arnold Networks are Radial Basis Function Networks
Ziyao Li

TL;DR
This paper demonstrates that Kolmogorov-Arnold Networks can be approximated by Gaussian RBFs, leading to a faster implementation called FastKAN that retains the original network's properties.
Contribution
It introduces FastKAN, a novel RBF network approximation of KANs, significantly improving computational efficiency.
Findings
FastKAN is much faster than traditional KAN implementations.
Kolmogorov-Arnold Networks can be effectively approximated by Gaussian RBFs.
The approximation preserves the core properties of KANs.
Abstract
This short paper is a fast proof-of-concept that the 3-order B-splines used in Kolmogorov-Arnold Networks (KANs) can be well approximated by Gaussian radial basis functions. Doing so leads to FastKAN, a much faster implementation of KAN which is also a radial basis function (RBF) network.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
