LGCLSep 3, 2024

FC-KAN: Function Combinations in Kolmogorov-Arnold Networks

arXiv:2409.01763v425 citationsh-index: 21Has Code
Originality Incremental advance
AI Analysis

This work addresses the design of more effective KANs for low-dimensional data tasks, representing an incremental improvement over existing KAN variants.

The paper tackles the problem of improving Kolmogorov-Arnold Networks (KANs) by introducing FC-KAN, which combines mathematical functions like B-splines and wavelets through element-wise operations, and shows that two variants outperformed other models on MNIST and Fashion-MNIST datasets in average accuracy over 5 runs.

In this paper, we introduce FC-KAN, a Kolmogorov-Arnold Network (KAN) that leverages combinations of popular mathematical functions such as B-splines, wavelets, and radial basis functions on low-dimensional data through element-wise operations. We explore several methods for combining the outputs of these functions, including sum, element-wise product, the addition of sum and element-wise product, representations of quadratic and cubic functions, concatenation, linear transformation of the concatenated output, and others. In our experiments, we compare FC-KAN with a multi-layer perceptron network (MLP) and other existing KANs, such as BSRBF-KAN, EfficientKAN, FastKAN, and FasterKAN, on the MNIST and Fashion-MNIST datasets. Two variants of FC-KAN, which use a combination of outputs from B-splines and Difference of Gaussians (DoG) and from B-splines and linear transformations in the form of a quadratic function, outperformed overall other models on the average of 5 independent training runs. We expect that FC-KAN can leverage function combinations to design future KANs. Our repository is publicly available at: https://github.com/hoangthangta/FC_KAN.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes