Interpretable Clinical Classification with Kolgomorov-Arnold Networks
Alejandro Almodóvar, Patricia A. Apellániz, Alba Garrido, Fernando Fernández-Salvador, Santiago Zazo, Juan Parras
TL;DR
This work tackles the challenge of trustworthy AI in clinical practice by introducing Kolmogorov-Arnold Networks (KANs) for tabular health data, with two interpretable variants: Logistic-KAN, a flexible generalization of logistic regression, and KAAM, an additively separable model that yields symbolic, inspectable formulas. Across six public clinical datasets, the proposed models achieve competitive predictive performance while delivering built-in interpretability through tools such as partial dependence plots, feature importance in the logit space, probability radar plots, and nearest-patient retrieval, avoiding post-hoc explanations. Extensive experiments show Logistic-KAN often attaining the highest mean reciprocal rank and KAAM delivering strong ROC-AUC and precision, with statistical analyses confirming robustness. The work also demonstrates practical interpretability via symbolic logit expressions and interactive interfaces, supporting clinician trust and auditability, and provides open-source code to facilitate adoption and reproducibility.
Abstract
Why should a clinician trust an Artificial Intelligence (AI) prediction? Despite the increasing accuracy of machine learning methods in medicine, the lack of transparency continues to hinder their adoption in clinical practice. In this work, we explore Kolmogorov-Arnold Networks (KANs) for clinical classification tasks on tabular data. In contrast to traditional neural networks, KANs are function-based architectures that offer intrinsic interpretability through transparent, symbolic representations. We introduce \emph{Logistic-KAN}, a flexible generalization of logistic regression, and \emph{Kolmogorov-Arnold Additive Model (KAAM)}, a simplified additive variant that delivers transparent, symbolic formulas. Unlike ``black-box'' models that require post-hoc explainability tools, our models support built-in patient-level insights, intuitive visualizations, and nearest-patient retrieval. Across multiple health datasets, our models match or outperform standard baselines, while remaining fully interpretable. These results position KANs as a promising step toward trustworthy AI that clinicians can understand, audit, and act upon. We release the code for reproducibility in \codeurl.
