TL;DR
Survival analysis—predicting time-to-event outcomes in clinical data—traditionally requires manual specification of interactions and time-varying effects, limiting scalability on complex datasets. KAPLAN-HR applies Kolmogorov-Arnold Networks (KANs), a learnable activation function architecture, to automatically estimate conditional hazard rates as joint functions of covariates and time.
✦ Why It Matters
Engineers can deploy KAPLAN-HR to automatically extract prognostic patterns from clinical data without manual feature engineering or interaction specification.
Key Takeaways
How It Works
KAPLAN-HR employs B-spline Kolmogorov-Arnold Networks to model the conditional hazard function as a joint function of covariates and time. This allows the model to learn complex interactions and time-varying effects without manual input, making it adaptable to rich datasets.
Related