SurvKAN: A Fully Parametric Survival Model Based on Kolmogorov-Arnold Networks

SurvKAN: A Fully Parametric Survival Model Based on Kolmogorov-Arnold Networks
Notice: This research summary and analysis were automatically generated using AI technology. For absolute accuracy, please refer to the [Original Paper Viewer] below or the Original ArXiv Source.

Accurate prediction of time-to-event outcomes is critical for clinical decision-making, treatment planning, and resource allocation in modern healthcare. While classical survival models such as Cox remain widely adopted in standard practice, they rely on restrictive assumptions, including linear covariate relationships and proportional hazards over time, that often fail to capture real-world clinical dynamics. Recent deep learning approaches like DeepSurv and DeepHit offer improved expressivity but sacrifice interpretability, limiting clinical adoption where trust and transparency are paramount. Hybrid models incorporating Kolmogorov-Arnold Networks (KANs), such as CoxKAN, have begun to address this trade-off but remain constrained by the semi-parametric Cox framework. In this work we introduce SurvKAN, a fully parametric, time-continuous survival model based on KAN architectures that eliminates the proportional hazards constraint. SurvKAN treats time as an explicit input to a KAN that directly predicts the log-hazard function, enabling end-to-end training on the full survival likelihood. Our architecture preserves interpretability through learnable univariate functions that indicate how individual features influence risk over time. Extensive experiments on standard survival benchmarks demonstrate that SurvKAN achieves competitive or superior performance compared to classical and state-of-the-art baselines across concordance and calibration metrics. Additionally, interpretability analyses reveal clinically meaningful patterns that align with medical domain knowledge.


💡 Research Summary

SurvKAN introduces a fully parametric survival analysis framework that leverages Kolmogorov‑Arnold Networks (KANs) to overcome the two main limitations of traditional survival models: linear covariate effects and the proportional hazards (PH) assumption. By concatenating patient features x with a normalized time variable t and feeding this vector into a KAN, the model directly predicts the log‑hazard function log h(t|x). This single‑output architecture eliminates the need for a baseline hazard term and allows the hazard to vary arbitrarily over continuous time.

The KAN architecture differs from conventional multilayer perceptrons: each edge carries a learnable univariate function, typically a combination of a fixed base activation (Identity or SiLU) and a quadratic B‑spline, while nodes simply sum incoming signals. This design yields high parameter efficiency and intrinsic interpretability because each edge function can be visualized or approximated symbolically. In SurvKAN, the input dimension is d + 1 (where d is the number of covariates), a hidden layer of size m (typically 1–3), and a single scalar output. Time is scaled to


Comments & Academic Discussion

Loading comments...

Leave a Comment