paper-with-me

Papers

Kolmogorov-Arnold Network Autoencoders

2024-10-02 · Mohammadamin Moradi, Shirin Panahi, Erik Bollt, Ying-Cheng Lai

Deep learning models have revolutionized various domains, with Multi-Layer Perceptrons (MLPs) being a cornerstone for tasks like data regression and image classification. However, a recent study has introduced Kolmogorov-Arnold Networks (KANs) as promising alternatives to MLPs, leveraging activation functions placed on edges rather than nodes. This structural shift aligns KANs closely with the Kolmogorov-Arnold representation theorem, potentially enhancing both model accuracy and interpretability. In this study, we explore the efficacy of KANs in the context of data representation via autoencoders, comparing their performance with traditional Convolutional Neural Networks (CNNs) on the MNIST, SVHN, and CIFAR-10 datasets. Our results demonstrate that KAN-based autoencoders achieve competitive performance in terms of reconstruction accuracy, thereby suggesting their viability as effective tools in data analysis tasks.

📄 PDF Abstract BibTeX arXiv:2410.02077

Code (1)

aminmoradixl/kan_ae 공식 구현 pytorch

Tasks

image-classificationImage ClassificationKolmogorov-Arnold Networks

Similar Papers 제목 키워드 기반

KAE: Kolmogorov-Arnold Auto-Encoder for Representation Learning

2024-12-31 · Fangchen Yu, Ruilizhen Hu, Yidong Lin, Yuqi Ma 외

The Kolmogorov-Arnold Network (KAN) has recently gained attention as an alternative to traditional multi-layer perceptrons (MLPs), offering improved accuracy and interpretability by employing learnable activation functio…

DenoisingRepresentation LearningRetrieval

Uncertainty Quantification for Scientific Machine Learning using Sparse Variational Gaussian Process Kolmogorov-Arnold Networks (SVGP KAN)

2025-12-04 · Y. Sungtaek Ju arxiv

Kolmogorov-Arnold Networks have emerged as interpretable alternatives to traditional multi-layer perceptrons. However, standard implementations lack principled uncertainty quantification capabilities essential for many s…

Out-of-Distribution DetectionBayesian Inference

Kolmogorov Arnold Network Autoencoder in Medicine

2025-07-19 · Ugo Lomoio, Pierangelo Veltri, Pietro Hiram Guzzi arxiv

Deep learning neural networks architectures such Multi Layer Perceptrons (MLP) and Convolutional blocks still play a crucial role in nowadays research advancements. From a topological point of view, these architecture ma…

Anomaly Detection

KAT to KANs: A Review of Kolmogorov-Arnold Networks and the Neural Leap Forward

2024-11-15 · Divesh Basina, Joseph Raj Vishal, Aarya Choudhary, Bharatesh Chakravarthi

The curse of dimensionality poses a significant challenge to modern multilayer perceptron-based architectures, often causing performance stagnation and scalability issues. Addressing this limitation typically requires va…

Kolmogorov-Arnold Networks

The Kolmogorov-Arnold representation theorem revisited

2020-07-31 · Johannes Schmidt-Hieber

There is a longstanding debate whether the Kolmogorov-Arnold representation theorem can explain the use of more than one hidden layer in neural networks. The Kolmogorov-Arnold representation decomposes a multivariate fun…