← Back to feed
2026-07-27visionmultimodalreasoningcode

KANEx: Translating Kolmogorov-Arnold Networks' Interpretability to Medical Explainability

Krithi Shailya, Ananya Lakshmi Ravi, Venkatanathan K. V., Sowmya S. Sundaram, Gokul S. Krishnan, Aditi Anand, Balaraman Ravindran

PDF preview for KANEx: Translating Kolmogorov-Arnold Networks' Interpretability to Medical Explainability
Read on arXiv →

Key claim

KANEx improves explainability in medical AI systems.

In plain English

Imagine you're a clinician relying on AI to interpret chest X-rays. You want to trust the model's decisions, but often, it feels like a black box — you get a diagnosis, but no clear reasoning behind it. This lack of transparency can lead to skepticism about the AI's reliability, especially in critical medical settings. Current approaches often pair visual classifiers with language models to generate explanations, but they don't really solve the problem of understanding how the visual model arrived at its conclusions. This is what's called opacity in AI systems, which can undermine clinician trust and patient care. To address this, researchers have turned to Kolmogorov-Arnold Networks (KANs), which use spline-based components that are inherently interpretable. By leveraging the transparency of KANs, they developed KANEx, a framework that grounds the reasoning of Vision-Language Models (VLMs) in these interpretable units. This approach not only enhances the linguistic explanations provided by the AI but also introduces KAN-Map, a new method for generating heatmaps directly from KAN models, improving the fidelity of visual attributions. Benchmarked on the MIMIC-CXR dataset, KAN architectures showed a 10% improvement in visual localization and reasoning quality, suggesting that grounding explanations in mathematically interpretable components is crucial for building trustworthy medical AI systems.

Novelty
8.0/10

The introduction of KANs for interpretability in medical AI is a meaningful extension.

Reliability
7.5/10

The benchmarks on the MIMIC-CXR dataset provide solid evidence of improved performance.

Deep reliability assessment

The methodology supports the claim that KAN-based architectures improve visual localization and reasoning quality by approximately 10%. However, the claim that grounding linguistic explanations in mathematically interpretable units is necessary for trustworthy medical AI may be overclaimed without broader validation.

Reproducibility

Yes, the paper mentions a GitHub repository for the KANEx framework: https://github.com/cerai-iitm/KANEx.

Key figure

Figure 1 likely illustrates the KANEx pipeline, showing how it produces predicted probabilities, spatial explanations, and textual explanations from chest X-ray images.

Benchmark results

MIMIC-CXRIoU: 0.079vs ViT+0.009SOTA
MIMIC-CXRFaithfulness: 9.789vs RN50+5.879SOTA
GitHub1 repo
cerai-iitm/KANExOfficial