paper-with-me

홈 › Papers

Kolmogorov-Arnold Convolutions: Design Principles and Empirical Studies

2024-07-01 · Ivan Drokin

The emergence of Kolmogorov-Arnold Networks (KANs) has sparked significant interest and debate within the scientific community. This paper explores the application of KANs in the domain of computer vision (CV). We examine the convolutional version of KANs, considering various nonlinearity options beyond splines, such as Wavelet transforms and a range of polynomials. We propose a parameter-efficient design for Kolmogorov-Arnold convolutional layers and a parameter-efficient finetuning algorithm for pre-trained KAN models, as well as KAN convolutional versions of self-attention and focal modulation layers. We provide empirical evaluations conducted on MNIST, CIFAR10, CIFAR100, Tiny ImageNet, ImageNet1k, and HAM10000 datasets for image classification tasks. Additionally, we explore segmentation tasks, proposing U-Net-like architectures with KAN convolutions, and achieving state-of-the-art results on BUSI, GlaS, and CVC datasets. We summarized all of our findings in a preliminary design guide of KAN convolutional models for computer vision tasks. Furthermore, we investigate regularization techniques for KANs. All experimental code and implementations of convolutional layers and models, pre-trained on ImageNet1k weights are available on GitHub via this https://github.com/IvanDrokin/torch-conv-kan

📄 PDF Abstract BibTeX arXiv:2407.01092

Code (1)

ivandrokin/torch-conv-kan 공식 구현 pytorch

Tasks

image-classificationImage ClassificationImage SegmentationKolmogorov-Arnold Networks

Similar Papers 제목 키워드 기반

Convolutional Kolmogorov-Arnold Networks

2024-06-19 · Alexander Dylan Bodner, Antonio Santiago Tepsich, Jack Natan Spolski, Santiago Pourteau

In this paper, we present Convolutional Kolmogorov-Arnold Networks, a novel architecture that integrates the learnable spline-based activation functions of Kolmogorov-Arnold Networks (KANs) into convolutional layers. By …

Kolmogorov-Arnold Networks

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

KARMA: Efficient Structural Defect Segmentation via Kolmogorov-Arnold Representation Learning

2025-08-11 · Md Meftahul Ferdaus, Mahdi Abdelguerfi, Elias Ioup, Steven Sloan 외 arxiv

Semantic segmentation of structural defects in civil infrastructure remains challenging due to variable defect appearances, harsh imaging conditions, and significant class imbalance. Current deep learning methods, despit…

Representation LearningSemantic Segmentation

KANICE: Kolmogorov-Arnold Networks with Interactive Convolutional Elements

2024-10-22 · Md Meftahul Ferdaus, Mahdi Abdelguerfi, Elias Ioup, David Dobson 외

We introduce KANICE (Kolmogorov-Arnold Networks with Interactive Convolutional Elements), a novel neural architecture that combines Convolutional Neural Networks (CNNs) with Kolmogorov-Arnold Network (KAN) principles. KA…

Computational Efficiencyimage-classificationImage ClassificationKolmogorov-Arnold Networks

Residual Kolmogorov-Arnold Network for Enhanced Deep Learning

2024-10-07 · Ray Congrui Yu, Sherry Wu, Jiang Gui

Despite the strong performance in many computer vision tasks, Convolutional Neural Networks (CNNs) can sometimes struggle to efficiently capture long-range, complex non-linear dependencies in deeper layers of the network…

Computational EfficiencyDeep Learning