rKAN: Rational Kolmogorov-Arnold Networks
Alireza Afzal Aghaei
TL;DR
This work introduces rational-function bases for Kolmogorov-Arnold networks (rKANs), presenting two formulations—Padé-based and rational Jacobi function-based—to improve function approximation, especially for features with asymptotic behavior. It treats basis parameters as trainable within the network, enabling end-to-end optimization. Across regression, MNIST classification, and physics-informed problems (Lane-Emden ODE and a elliptic PDE), rKAN variants achieve competitive or superior accuracy in several settings, though Padé-rKAN can incur higher training cost. The study highlights the potential of rational bases to enhance KANs and suggests future exploration of rational B-spline KANs and broader fractional-rKAN evaluations in semi-infinite domains.
Abstract
The development of Kolmogorov-Arnold networks (KANs) marks a significant shift from traditional multi-layer perceptrons in deep learning. Initially, KANs employed B-spline curves as their primary basis function, but their inherent complexity posed implementation challenges. Consequently, researchers have explored alternative basis functions such as Wavelets, Polynomials, and Fractional functions. In this research, we explore the use of rational functions as a novel basis function for KANs. We propose two different approaches based on Pade approximation and rational Jacobi functions as trainable basis functions, establishing the rational KAN (rKAN). We then evaluate rKAN's performance in various deep learning and physics-informed tasks to demonstrate its practicality and effectiveness in function approximation.
