MedKAN: An Advanced Kolmogorov-Arnold Network for Medical Image Classification
Zhuoqin Yang, Jiansong Zhang, Xiaoling Luo, Zheng Lu, Linlin Shen
TL;DR
MedKAN tackles the challenge of modeling both local textures and global context in medical images by leveraging Kolmogorov-Arnold Networks (KAN) with convolutional extensions. It introduces Local Information KAN (LIK) for local features and Global Information KAN (GIK) for global context, and provides MedKAN-S, MedKAN-B, and MedKAN-L variants for different compute budgets. Evaluations on nine MedMNIST datasets show MedKAN outperforms CNN- and Transformer-based baselines in ACC and AUC, with MedKAN-B achieving the best results. The results underscore the viability of KAN-based architectures for robust, data-efficient medical image classification and broader clinical deployment.
Abstract
Recent advancements in deep learning for image classification predominantly rely on convolutional neural networks (CNNs) or Transformer-based architectures. However, these models face notable challenges in medical imaging, particularly in capturing intricate texture details and contextual features. Kolmogorov-Arnold Networks (KANs) represent a novel class of architectures that enhance nonlinear transformation modeling, offering improved representation of complex features. In this work, we present MedKAN, a medical image classification framework built upon KAN and its convolutional extensions. MedKAN features two core modules: the Local Information KAN (LIK) module for fine-grained feature extraction and the Global Information KAN (GIK) module for global context integration. By combining these modules, MedKAN achieves robust feature modeling and fusion. To address diverse computational needs, we introduce three scalable variants--MedKAN-S, MedKAN-B, and MedKAN-L. Experimental results on nine public medical imaging datasets demonstrate that MedKAN achieves superior performance compared to CNN- and Transformer-based models, highlighting its effectiveness and generalizability in medical image analysis.
