paper-with-me

홈 › Papers

Exploring the Potential of Polynomial Basis Functions in Kolmogorov-Arnold Networks: A Comparative Study of Different Groups of Polynomials

2024-05-30 · Seyd Teymoor Seydi

This paper presents a comprehensive survey of 18 distinct polynomials and their potential applications in Kolmogorov-Arnold Network (KAN) models as an alternative to traditional spline-based methods. The polynomials are classified into various groups based on their mathematical properties, such as orthogonal polynomials, hypergeometric polynomials, q-polynomials, Fibonacci-related polynomials, combinatorial polynomials, and number-theoretic polynomials. The study aims to investigate the suitability of these polynomials as basis functions in KAN models for complex tasks like handwritten digit classification on the MNIST dataset. The performance metrics of the KAN models, including overall accuracy, Kappa, and F1 score, are evaluated and compared. The Gottlieb-KAN model achieves the highest performance across all metrics, suggesting its potential as a suitable choice for the given task. However, further analysis and tuning of these polynomials on more complex datasets are necessary to fully understand their capabilities in KAN models. The source code for the implementation of these KAN models is available at https://github.com/seydi1370/Basis_Functions .

📄 PDF Abstract BibTeX arXiv:2406.02583

Code (1)

seydi1370/basis_functions 공식 구현 pytorch

Tasks

Kolmogorov-Arnold Networks

Similar Papers 제목 키워드 기반

Combinations of Fast Activation and Trigonometric Functions in Kolmogorov-Arnold Networks

2025-08-16 · Hoang-Thang Ta, Duy-Quy Thai, Phuong-Linh Tran-Thi arxiv

For years, many neural networks have been developed based on the Kolmogorov-Arnold Representation Theorem (KART), which was created to address Hilbert's 13th problem. Recently, relying on KART, Kolmogorov-Arnold Networks…

Computational Efficiency

rKAN: Rational Kolmogorov-Arnold Networks

2024-06-20 · Alireza Afzal Aghaei

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 thei…

Deep LearningImage ClassificationKolmogorov-Arnold Networks

AF-KAN: Activation Function-Based Kolmogorov-Arnold Networks for Efficient Representation Learning

2025-03-08 · Hoang-Thang Ta, Anh Tran

Kolmogorov-Arnold Networks (KANs) have inspired numerous works exploring their applications across a wide range of scientific problems, with the potential to replace Multilayer Perceptrons (MLPs). While many KANs are des…

image-classificationImage ClassificationKolmogorov-Arnold NetworksRepresentation Learning

Degree-Optimized Cumulative Polynomial Kolmogorov-Arnold Networks

2025-05-21 · Mathew Vanherreweghe, Lirandë Pira, Patrick Rebentrost

We introduce cumulative polynomial Kolmogorov-Arnold networks (CP-KAN), a neural architecture combining Chebyshev polynomial basis functions and quadratic unconstrained binary optimization (QUBO). Our primary contributio…

Kolmogorov-Arnold Networks

SparseKAN: Compressing Kolmogorov--Arnold Networks Across Basis Functions, Neurons, and Bits

2026-08-01 · Kazi Ahmed Asif Fuad, Lizhong Chen arxiv

Kolmogorov--Arnold Networks (KANs) replace scalar edge weights with learnable univariate functions parameterized by multiple basis coefficients. This introduces a source of redundancy that conventional neural-network com…