English

Residual Kolmogorov-Arnold Network for Enhanced Deep Learning

Computer Vision and Pattern Recognition 2025-11-07 v4 Artificial Intelligence Machine Learning

Abstract

Despite their immense success, deep convolutional neural networks (CNNs) can be difficult to optimize and costly to train due to hundreds of layers within the network depth. Conventional convolutional operations are fundamentally limited by their linear nature along with fixed activations, where many layers are needed to learn meaningful patterns in data. Because of the sheer size of these networks, this approach is simply computationally inefficient, and poses overfitting or gradient explosion risks, especially in small datasets. As a result, we introduce a "plug-in" module, called Residual Kolmogorov-Arnold Network (RKAN). Our module is highly compact, so it can be easily added into any stage (level) of traditional deep networks, where it learns to integrate supportive polynomial feature transformations to existing convolutional frameworks. RKAN offers consistent improvements over baseline models in different vision tasks and widely tested benchmarks, accomplishing cutting-edge performance on them.

Keywords

Cite

@article{arxiv.2410.05500,
  title  = {Residual Kolmogorov-Arnold Network for Enhanced Deep Learning},
  author = {Ray Congrui Yu and Sherry Wu and Jiang Gui},
  journal= {arXiv preprint arXiv:2410.05500},
  year   = {2025}
}

Comments

Code is available at https://github.com/withray/residualKAN.git

R2 v1 2026-06-28T19:12:09.305Z