paper-with-me

Papers

Improving Memory Efficiency for Training KANs via Meta Learning

2025-06-09 · Zhangchi Zhao, Jun Shu, Deyu Meng, Zongben Xu

Inspired by the Kolmogorov-Arnold representation theorem, KANs offer a novel framework for function approximation by replacing traditional neural network weights with learnable univariate functions. This design demonstrates significant potential as an efficient and interpretable alternative to traditional MLPs. However, KANs are characterized by a substantially larger number of trainable parameters, leading to challenges in memory efficiency and higher training costs compared to MLPs. To address this limitation, we propose to generate weights for KANs via a smaller meta-learner, called MetaKANs. By training KANs and MetaKANs in an end-to-end differentiable manner, MetaKANs achieve comparable or even superior performance while significantly reducing the number of trainable parameters and maintaining promising interpretability. Extensive experiments on diverse benchmark tasks, including symbolic regression, partial differential equation solving, and image classification, demonstrate the effectiveness of MetaKANs in improving parameter efficiency and memory usage. The proposed method provides an alternative technique for training KANs, that allows for greater scalability and extensibility, and narrows the training cost gap with MLPs stated in the original paper of KANs. Our code is available at https://github.com/Murphyzc/MetaKAN.

📄 PDF Abstract BibTeX arXiv:2506.07549

Code (1)

murphyzc/metakan 공식 구현 pytorch

Tasks

image-classificationImage ClassificationMeta-LearningSymbolic Regression

Similar Papers 제목 키워드 기반

MetaCluster: Enabling Deep Compression of Kolmogorov-Arnold Network

2025-10-21 · Matthew Raffel, Adwaith Renjith, Lizhong Chen arxiv

Kolmogorov-Arnold Networks (KANs) replace scalar weights with per-edge vectors of basis coefficients, thereby increasing expressivity and accuracy while also resulting in a multiplicative increase in parameters and memor…

TKAN: Temporal Kolmogorov-Arnold Networks

2024-05-12 · Remi Genet, Hugo Inzirillo

Recurrent Neural Networks (RNNs) have revolutionized many areas of machine learning, particularly in natural language and data sequence processing. Long Short-Term Memory (LSTM) has demonstrated its ability to capture lo…

Kolmogorov-Arnold NetworksManagementTime SeriesTime Series Forecasting

Fully analogue in-memory neural computing via quantum tunneling effect

2025-10-24 · Songyuan Li, Teng Wang, Jinrong Tang, Ruiqi Liu 외 arxiv

Fully analogue neural computation requires hardware that can implement both linear and nonlinear transformations without digital assistance. While analogue in-memory computing efficiently realizes matrix-vector multiplic…

Training Deep Physics-Informed Kolmogorov-Arnold Networks

2025-10-27 · Spyros Rigas, Fotios Anagnostopoulos, Michalis Papachristou, Georgios Alexandridis arxiv

Since their introduction, Kolmogorov-Arnold Networks (KANs) have been successfully applied across several domains, with physics-informed machine learning (PIML) emerging as one of the areas where they have thrived. In th…

Computational Efficiency

UKAN: Unbound Kolmogorov-Arnold Network Accompanied with Accelerated Library

2024-08-20 · Alireza Moradzadeh, Lukasz Wawrzyniak, Miles Macklin, Saee G. Paliwal

In this work, we present a GPU-accelerated library for the underlying components of Kolmogorov-Arnold Networks (KANs), along with an algorithm to eliminate bounded grids in KANs. The GPU-accelerated library reduces the c…

BenchmarkingComputational EfficiencyGPUKolmogorov-Arnold Networks