paper-with-me

Papers

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 designed using basis and polynomial functions, such as B-splines, ReLU-KAN utilizes a combination of ReLU functions to mimic the structure of B-splines and take advantage of ReLU's speed. However, ReLU-KAN is not built for multiple inputs, and its limitations stem from ReLU's handling of negative values, which can restrict feature extraction. To address these issues, we introduce Activation Function-Based Kolmogorov-Arnold Networks (AF-KAN), expanding ReLU-KAN with various activations and their function combinations. This novel KAN also incorporates parameter reduction methods, primarily attention mechanisms and data normalization, to enhance performance on image classification datasets. We explore different activation functions, function combinations, grid sizes, and spline orders to validate the effectiveness of AF-KAN and determine its optimal configuration. In the experiments, AF-KAN significantly outperforms MLP, ReLU-KAN, and other KANs with the same parameter count. It also remains competitive even when using fewer than 6 to 10 times the parameters while maintaining the same network structure. However, AF-KAN requires a longer training time and consumes more FLOPs. The repository for this work is available at https://github.com/hoangthangta/All-KAN.

📄 PDF Abstract BibTeX arXiv:2503.06112

Code (1)

hoangthangta/all-kan 공식 구현 pytorch

Tasks

image-classificationImage ClassificationKolmogorov-Arnold NetworksRepresentation Learning

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
+ ( 1 ) ⟷ 805 ⟷ ( 330 ) ⟷ 4056|How do I file a complaint with Expedia? How do I file a complaint with Expedia contact customer service at + ( 1 ) ⟷ 888 ⟷ ( 829 ) ⟷ 0881 or + ( 1 ) ⟷ 805 ⟷ ( 330 ) ⟷ 4056, or use their Help Center. Explain your issue…

Similar Papers 제목 키워드 기반

Sinusoidal Approximation Theorem for Kolmogorov-Arnold Networks

2025-08-01 · Sergei Gleyzer, Hanh Nguyen, Dinesh P. Ramakrishnan, Eric A. F. Reinhardt arxiv

The Kolmogorov-Arnold representation theorem states that any continuous multivariable function can be exactly represented as a finite superposition of continuous single variable functions. Subsequent simplifications of t…

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

Kolmogorov-Arnold Networks (KANs) for Time Series Analysis

2024-05-14 · Cristian J. Vaca-Rubio, Luis Blanco, Roberto Pereira, Màrius Caus

This paper introduces a novel application of Kolmogorov-Arnold Networks (KANs) to time series forecasting, leveraging their adaptive activation functions for enhanced predictive modeling. Inspired by the Kolmogorov-Arnol…

Kolmogorov-Arnold NetworksTime SeriesTime Series AnalysisTime Series Forecasting

KAConvNet: Kolmogorov-Arnold Convolutional Networks for Vision Recognition

2026-04-25 · Zhaoxiang Liu, Zhicheng Ma, Kaikai Zhao, Kai Wang 외 arxiv

The Convolutional Neural Networks (CNNs) have been the dominant and effective approach for general computer vision tasks. Recently, Kolmogorov-Arnold neural networks (KANs), based on the Kolmogorov-Arnold representation …

Predictive Modeling of Flexible EHD Pumps using Kolmogorov-Arnold Networks

2024-05-13 · Yanhong Peng, Yuxin Wang, Fangchao Hu, Miao He 외

We present a novel approach to predicting the pressure and flow rate of flexible electrohydrodynamic pumps using the Kolmogorov-Arnold Network. Inspired by the Kolmogorov-Arnold representation theorem, KAN replaces fixed…

Kolmogorov-Arnold Networks