paper-with-me

홈 › Papers

A preliminary study on continual learning in computer vision using Kolmogorov-Arnold Networks

2024-09-20 · Alessandro Cacciatore, Valerio Morelli, Federica Paganica, Emanuele Frontoni, Lucia Migliorelli, Daniele Berardini

Deep learning has long been dominated by multi-layer perceptrons (MLPs), which have demonstrated superiority over other optimizable models in various domains. Recently, a new alternative to MLPs has emerged - Kolmogorov-Arnold Networks (KAN)- which are based on a fundamentally different mathematical framework. According to their authors, KANs address several major issues in MLPs, such as catastrophic forgetting in continual learning scenarios. However, this claim has only been supported by results from a regression task on a toy 1D dataset. In this paper, we extend the investigation by evaluating the performance of KANs in continual learning tasks within computer vision, specifically using the MNIST datasets. To this end, we conduct a structured analysis of the behavior of MLPs and two KAN-based models in a class-incremental learning scenario, ensuring that the architectures involved have the same number of trainable parameters. Our results demonstrate that an efficient version of KAN outperforms both traditional MLPs and the original KAN implementation. We further analyze the influence of hyperparameters in MLPs and KANs, as well as the impact of certain trainable parameters in KANs, such as bias and scale weights. Additionally, we provide a preliminary investigation of recent KAN-based convolutional networks and compare their performance with that of traditional convolutional neural networks. Our codes can be found at https://github.com/MrPio/KAN-Continual_Learning_tests.

📄 PDF Abstract BibTeX arXiv:2409.13550

Code (1)

MrPio/KAN-Continual_Learning_tests 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental LearningKolmogorov-Arnold Networks

Methods 이 논문이 사용한 방법론

+ ( 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 제목 키워드 기반

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 examin…

image-classificationImage ClassificationImage SegmentationKolmogorov-Arnold Networks

Can KAN Work? Exploring the Potential of Kolmogorov-Arnold Networks in Computer Vision

2024-11-11 · Yueyang Cang, Yu hang liu, Li Shi

Kolmogorov-Arnold Networks(KANs), as a theoretically efficient neural network architecture, have garnered attention for their potential in capturing complex patterns. However, their application in computer vision remains…

Efficient Neural Networkimage-classificationImage ClassificationKolmogorov-Arnold Networks+1

Catastrophic Forgetting in Kolmogorov-Arnold Networks

2025-11-16 · Mohammad Marufur Rahman, Guanchu Wang, Kaixiong Zhou, Minghan Chen 외 arxiv

Catastrophic forgetting is a longstanding challenge in continual learning, where models lose knowledge from earlier tasks when learning new ones. While various mitigation strategies have been proposed for Multi-Layer Per…

Image ClassificationContinual Learningknowledge editing

Exploring Kolmogorov-Arnold Network Expansions in Vision Transformers for Mitigating Catastrophic Forgetting in Continual Learning

2025-07-05 · Zahid Ullah, Jihie Kim arxiv

Continual learning (CL), the ability of a model to learn new tasks without forgetting previously acquired knowledge, remains a critical challenge in artificial intelligence, particularly for vision transformers (ViTs) ut…

Representation LearningContinual Learning

KAC: Kolmogorov-Arnold Classifier for Continual Learning

2025-03-27 · CVPR 2025 1 · Yusong Hu, Zichen Liang, Fei Yang, Qibin Hou 외

Continual learning requires models to train continuously across consecutive tasks without forgetting. Most existing methods utilize linear classifiers, which struggle to maintain a stable classification space while learn…

Continual LearningKolmogorov-Arnold Networks