PGP-Clinical-TimeKAN: Prior-Guided Joint Probabilistic Forecasting of Clinical Trajectories
Summary
The paper introduces PGP-Clinical-TimeKAN, a trajectory-first framework for joint probabilistic forecasting of clinical data, evaluated on ICU datasets with improved accuracy and probabilistic performance over existing models.
View Cached Full Text
Cached at: 09/10/26, 08:36 AM
# PGP-Clinical-TimeKAN: Prior-Guided Joint Probabilistic Forecasting of Clinical Trajectories
Source: [https://arxiv.org/html/2609.05488](https://arxiv.org/html/2609.05488)
###### Abstract
Clinical deterioration unfolds through coupled, partially observed trajectories, not a single diagnostic label\. We introduce PGP\-Clinical\-TimeKAN, a trajectory\-first framework for joint probabilistic forecasting of multivariate physiology\. It combines missingness\-aware temporal encoders, a soft organ\-system prior, patient\-specific relations, nonlinear Kolmogorov–Arnold messages, and a low\-rank multivariate Student\-tthead\. We evaluate 24\-hour histories and six\-hour forecasts on a frozen MIMIC\-IV\-derived cohort of 6,882 patients and 54,694 windows\. Across five seeds and 13 models, PGP\-Clinical\-TimeKAN obtains the second\-lowest normalized MAE \(0\.37727±0\.000290\.37727\\pm 0\.00029\) and the lowest RMSE \(0\.52656±0\.000340\.52656\\pm 0\.00034\)\. It reduces MAE by 0\.52% relative to deterministic TimeKAN\. For probabilistic forecasting, it reaches a marginal NLL of 0\.66380 and a CRPS of 0\.27301\. Empirical coverage is 0\.533, 0\.831, and 0\.958 for nominal 50%, 80%, and 95% intervals\. Removing relational structure causes the largest ablation loss\. Increasing covariance rank improves joint likelihood but has little effect on point accuracy\. A trajectory\-derived risk score remains weaker than a dedicated GRU\-D classifier \(AUROC 0\.603 versus 0\.650\), which limits the present clinical claim\. Joint trajectory forecasting therefore provides an inspectable intermediate task, but accurate physiology forecasts alone do not ensure a calibrated event detector\.
## 1Introduction
Sepsis is life\-threatening organ dysfunction caused by a dysregulated response to infection\. Its operational definition requires suspected infection and an acute increase of at least two points in the Sequential Organ Failure Assessment \(SOFA\) score\[[28](https://arxiv.org/html/2609.05488#bib.bib1)\]\. Early\-warning studies therefore seek signs of impending sepsis or septic shock in routinely collected electronic health record \(EHR\) data\[[9](https://arxiv.org/html/2609.05488#bib.bib5),[19](https://arxiv.org/html/2609.05488#bib.bib6),[24](https://arxiv.org/html/2609.05488#bib.bib7)\]\. Such systems can be clinically useful\. Yet a direct history\-to\-label model says only whether an event is likely\. It does not show which variables may change, when a threshold may be crossed, or whether several organ systems may deteriorate together\.
Forecasting future physiology offers another route\. From the available history, a model predicts the next several hours of vital signs and laboratory measurements\. These trajectories can then inform clinical event estimates\. The intermediate representation is inspectable: clinicians can compare central forecasts, uncertainty intervals, and sampled multiorgan courses\. It also separates two questions often treated as one\. Can future physiology be forecast reliably? If so, does that forecast support a calibrated warning?
Three properties make this task difficult\. First, ICU measurements are irregular and informatively missing\. Both the absence and age of a measurement can reflect clinical workflow\[[4](https://arxiv.org/html/2609.05488#bib.bib4)\]\. Second, physiological variables evolve at different rates and interact across organ systems\. Third, uncertainty spans variables and horizons\. Mixing variables in a hidden representation does not create a joint predictive distribution\. Independently sampled marginals can still produce physiologically discordant futures\.
We address these challenges with Prior\-Guided Probabilistic Clinical\-TimeKAN \(PGP\-Clinical\-TimeKAN\)\. The model builds a missingness\-aware representation for each variable\. Multi\-scale TimeKAN blocks\[[10](https://arxiv.org/html/2609.05488#bib.bib8)\]extract variable\-specific temporal patterns\. Next, a soft organ\-system graph is blended with patient\-specific dynamic relations\. Kolmogorov–Arnold network \(KAN\) functions\[[17](https://arxiv.org/html/2609.05488#bib.bib9)\]transform messages along these relations\. Thus, a cross\-variable association can take a nonlinear form rather than collapse to an attention weight\. A low\-rank multivariate Student\-ttdistribution then models correlated uncertainty across variables and future times\. Its coherent samples yield threshold\-crossing and organ\-deterioration probabilities\.
Figure[1](https://arxiv.org/html/2609.05488#S1.F1)contrasts trajectory\-first assessment with direct risk prediction\. Direct models compress the observed history into a scalar score\. Our formulation instead preserves several correlated futures and derives event probabilities from them\.
Figure 1:Motivation for trajectory\-first clinical risk assessment\. \(a\) Direct early\-warning models compress the observed history into a scalar risk score without exposing the predicted physiological course\. \(b\) The same clinical history can lead to multiple correlated futures involving different combinations of organ\-system changes\. \(c\) Our formulation predicts a joint distribution over future clinical trajectories and derives organ\-deterioration probabilities from coherent multivariate samples\. Learned dependencies are predictive rather than causal, and complete sepsis assessment additionally requires validated infection evidence\.The intended contributions are:
- •We formulate early clinical deterioration assessment as joint probabilistic forecasting of future multivariate physiology, preserving explicit trajectories between the observed history and the downstream risk estimate\.
- •We introduce a missingness\-aware Clinical\-TimeKAN architecture that combines multi\-scale temporal encoding, a soft organ\-system prior, patient\-specific dynamic relations, and nonlinear KAN message functions\.
- •We develop a tractable low\-rank multivariate Student\-ttforecast over variables and horizons, enabling coherent trajectory sampling and explicit estimation of threshold\-crossing and organ\-deterioration events\.
The frozen evaluation in Section[6](https://arxiv.org/html/2609.05488#S6)shows competitive point accuracy, stronger probabilistic scores than the evaluated distributional baselines, and a clear limitation in downstream event discrimination\.
## 2Related work
### 2\.1Early warning from clinical time series
Early sepsis systems usually map an EHR history directly to a diagnostic endpoint\. TREWScore used routine measurements to identify patients at risk of septic shock\[[9](https://arxiv.org/html/2609.05488#bib.bib5)\]\. Later work developed interpretable models for ICU sepsis prediction\[[19](https://arxiv.org/html/2609.05488#bib.bib6)\]\. The PhysioNet/Computing in Cardiology Challenge 2019 formalized hourly early detection and introduced a utility function that balances timely alerts against false alarms\[[24](https://arxiv.org/html/2609.05488#bib.bib7)\]\. Prospective deployment of TREWS showed that retrospective discrimination, operational integration, and clinician response are separate issues\[[1](https://arxiv.org/html/2609.05488#bib.bib19)\]\. Systematic reviews also report wide variation in cohort construction, sepsis definitions, prediction horizons, validation, and reporting\[[7](https://arxiv.org/html/2609.05488#bib.bib17),[18](https://arxiv.org/html/2609.05488#bib.bib18)\]\.
Recent endpoint\-oriented models add temporal, relational, or causal structure\. TSCAN learns temporal–spatial attention over ICU variables for several prediction tasks\[[20](https://arxiv.org/html/2609.05488#bib.bib33)\]\. Causal\-disentanglement models separate sepsis\-related factors from other disease factors and confounders\[[14](https://arxiv.org/html/2609.05488#bib.bib34)\]\. CISepsis instead uses causal diagrams, back\-door adjustment, and instrumental\-variable reasoning\[[13](https://arxiv.org/html/2609.05488#bib.bib35)\]\. These methods focus on robustness and interpretation at the diagnostic endpoint\. Our goal is complementary and explicitly noncausal\. We forecast a joint distribution over future physiology, then derive event risk from coherent trajectories\. We do not claim to identify physiological effects\. This distinction motivates an auditable intermediate target, especially given the heterogeneity of existing evaluations\. We assess event risk only after evaluating trajectory accuracy and calibration\.
### 2\.2Irregular and missing clinical observations
EHR observations are irregular and informative\. Unstable patients may be measured more often, and a missing value is not equivalent to a normal one\. GRU\-D incorporates masks and elapsed time through learned decay\[[4](https://arxiv.org/html/2609.05488#bib.bib4)\]\. BRITS jointly learns imputations and downstream representations with bidirectional recurrence\[[3](https://arxiv.org/html/2609.05488#bib.bib20)\]\. Continuous\-time methods avoid a fixed grid\. Latent ODEs model hidden dynamics between observations\[[25](https://arxiv.org/html/2609.05488#bib.bib21)\]; GRU\-ODE\-Bayes adds Bayesian updates at observation times\[[5](https://arxiv.org/html/2609.05488#bib.bib22)\]; and neural controlled differential equations use the interpolated observation path as a control signal\[[12](https://arxiv.org/html/2609.05488#bib.bib23)\]\. These methods are well suited when observation times must be modeled directly\. We retain an auditable hourly grid because the clinical endpoints require it\. Measurement age and reliability remain explicit, and imputed future values never serve as targets\.
### 2\.3Multi\-horizon time\-series forecasting
Multi\-horizon forecasting now includes direct linear, convolutional, recurrent, and Transformer\-based models\. Informer introduced sparse attention and one\-pass decoding for long sequences\[[37](https://arxiv.org/html/2609.05488#bib.bib24)\]\. Autoformer combined progressive decomposition with autocorrelation\[[32](https://arxiv.org/html/2609.05488#bib.bib25)\]\. DLinear then showed that a carefully designed linear model remains a strong comparator\[[35](https://arxiv.org/html/2609.05488#bib.bib12)\]\. PatchTST processes channel\-independent temporal patches\[[22](https://arxiv.org/html/2609.05488#bib.bib10)\], whereas iTransformer treats variables as tokens to model cross\-variate relations\[[16](https://arxiv.org/html/2609.05488#bib.bib11)\]\. TimesNet represents multi\-period variation in two dimensions\[[31](https://arxiv.org/html/2609.05488#bib.bib26)\]\. Temporal Fusion Transformers combine static covariates, known inputs, gating, and quantile outputs\[[15](https://arxiv.org/html/2609.05488#bib.bib27)\]\. TimeKAN decomposes signals by frequency and applies multi\-order KAN blocks to each component\[[10](https://arxiv.org/html/2609.05488#bib.bib8)\]\. This range motivates our diverse baseline set\. However, the standard versions do not jointly handle informative clinical missingness, organ\-system priors, and correlated heavy\-tailed uncertainty over the full forecast window\.
### 2\.4Graph\-based multivariate dependencies and KANs
Graph forecasters treat variables as nodes and learn cross\-series interactions\. Graph WaveNet augments a given graph with an adaptive dependency matrix\[[34](https://arxiv.org/html/2609.05488#bib.bib29)\]\. MTGNN learns directed relations and couples graph propagation with temporal convolutions\[[33](https://arxiv.org/html/2609.05488#bib.bib30)\]\. StemGNN represents inter\-series and temporal structure in the spectral domain\[[2](https://arxiv.org/html/2609.05488#bib.bib31)\]\. Latent graphs can improve multivariate forecasts, but a fully learned graph may be unstable when clinical observations are sparse\. A fixed expert graph can instead miss patient\-specific relations\. KANs replace scalar edge weights with learnable univariate functions\[[17](https://arxiv.org/html/2609.05488#bib.bib9)\]; graph KAN variants extend this idea to relational learning\[[6](https://arxiv.org/html/2609.05488#bib.bib32)\]\.
Structured priors also appear outside ICU forecasting\. Prior knowledge has guided reinforcement\-learning agents for thoracic\-image diagnosis\[[21](https://arxiv.org/html/2609.05488#bib.bib37)\]\. Structural causal models and back\-door adjustment have been used for postoperative risk prediction after coronary artery bypass grafting\[[36](https://arxiv.org/html/2609.05488#bib.bib36)\]\. These studies illustrate the broader value of domain structure, but they do not provide direct evidence for our time\-series task\. Our module blends a soft organ\-system prior with patient\-specific relations\. KAN edge functions then model the nonlinear form of each message\. We evaluate the resulting graph as a regularized predictive object, not as an identified causal graph\.
### 2\.5Joint probabilistic forecasting
Proper scoring rules evaluate probabilistic forecasts more fully than point error alone\[[8](https://arxiv.org/html/2609.05488#bib.bib16)\]\. DeepAR learns autoregressive distributions across related series\[[27](https://arxiv.org/html/2609.05488#bib.bib28)\], but factorized or sequential outputs may not preserve contemporaneous multivariate dependence\. Low\-rank Gaussian copula processes provide scalable joint forecasts for high\-dimensional series\[[26](https://arxiv.org/html/2609.05488#bib.bib13)\]\. More flexible alternatives include conditional normalizing flows, the autoregressive diffusion model TimeGrad\[[23](https://arxiv.org/html/2609.05488#bib.bib14)\], and score\-based models such as CSDI\[[29](https://arxiv.org/html/2609.05488#bib.bib15)\]\. CSDI was designed for imputation but can be adapted to forecasting\. Such generative models offer greater flexibility at the price of more complex training or iterative sampling\. Our output head takes a simpler design point\. A low\-rank\-plus\-diagonal multivariate Student\-ttdistribution supports exact likelihoods on arbitrary observed subsets, heavy\-tailed residuals, and coherent samples across variables and horizons\.
## 3Problem formulation
For patientiiat anchortt, let𝐗i∈ℝL×D\\mathbf\{X\}\_\{i\}\\in\\mathbb\{R\}^\{L\\times D\}containDDclinical variables overLLhourly bins\. Let𝐌i∈\{0,1\}L×D\\mathbf\{M\}\_\{i\}\\in\\\{0,1\\\}^\{L\\times D\}be the observation mask, and let𝚫i∈ℝ≥0L×D\\boldsymbol\{\\Delta\}\_\{i\}\\in\\mathbb\{R\}\_\{\\geq 0\}^\{L\\times D\}record the time since each variable was last measured\. Optional treatment histories and static covariates are denoted by𝐀i∈ℝL×Da\\mathbf\{A\}\_\{i\}\\in\\mathbb\{R\}^\{L\\times D\_\{a\}\}and𝐬i∈ℝDs\\mathbf\{s\}\_\{i\}\\in\\mathbb\{R\}^\{D\_\{s\}\}\. The available history is
ℋi,t=\{𝐗i,𝐌i,𝚫i,𝐀i,𝐬i\}\.\\mathcal\{H\}\_\{i,t\}=\\\{\\mathbf\{X\}\_\{i\},\\mathbf\{M\}\_\{i\},\\boldsymbol\{\\Delta\}\_\{i\},\\mathbf\{A\}\_\{i\},\\mathbf\{s\}\_\{i\}\\\}\.\(1\)The target is𝐘i=𝐗i,t\+1:t\+H∈ℝH×D\\mathbf\{Y\}\_\{i\}=\\mathbf\{X\}\_\{i,t\+1:t\+H\}\\in\\mathbb\{R\}^\{H\\times D\}with future observation mask𝐌iy\\mathbf\{M\}\_\{i\}^\{y\}\. Rather than estimating only𝔼\[𝐘i∣ℋi,t\]\\mathbb\{E\}\[\\mathbf\{Y\}\_\{i\}\\mid\\mathcal\{H\}\_\{i,t\}\], we learn
pθ\(𝐘i∣ℋi,t\)\.p\_\{\\theta\}\(\\mathbf\{Y\}\_\{i\}\\mid\\mathcal\{H\}\_\{i,t\}\)\.\(2\)Let𝐲i=vec\(𝐘i\)∈ℝN\\mathbf\{y\}\_\{i\}=\\operatorname\{vec\}\(\\mathbf\{Y\}\_\{i\}\)\\in\\mathbb\{R\}^\{N\}, whereN=HDN=HD\. This joint representation can encode dependencies between variables at a common horizon, within a variable across horizons, and across both variables and horizons\.
## 4Data source and cohort construction
Figure[2](https://arxiv.org/html/2609.05488#S4.F2)summarizes cohort screening, patient\-level splitting, and leakage\-controlled window construction\. It also separates the dataset\-defined positive label from a validated Sepsis\-3 endpoint\.
### 4\.1Data source and frozen cohort
We use a locally prepared MIMIC\-IV time\-series resource\. MIMIC\-IV is a deidentified, single\-center critical\-care EHR database\[[11](https://arxiv.org/html/2609.05488#bib.bib3)\]\. The maximal source view contains 15,029 ICU stays, 11,094,402 vital\-sign events, and 3,327,232 laboratory or treatment events\. Frozen eligibility and temporal\-consistency rules leave 6,882 patients and the same number of stays\. Of these stays, 553 are dataset\-defined positives and 6,329 are negatives\. Window construction yields 54,694 examples: 38,591 for training, 8,116 for validation, and 7,987 for testing\.
The supplied derivative lacks independently auditable infection\-evidence fields\. We therefore call its source label a*dataset\-defined terminal\-positive event*, not a validated Sepsis\-3 endpoint\. Masked multivariate trajectory quality is the primary outcome\. The secondary risk analysis asks whether forecast samples predict the frozen dataset endpoint at the same anchors\.
Figure 2:Frozen cohort construction\. The raw 15,029\-stay source view is reduced to 6,882 eligible patients, separated into 553 dataset\-defined positive and 6,329 negative stays, and partitioned at the patient level\. All stays and windows from one patient remain in a single split\.
### 4\.2Eligibility and leakage control
We include adults \(≥18\\geq 18years\) with valid patient and ICU\-stay identifiers\. Admission and censoring times must be complete, with at leastL\+HL\+Hhours of usable follow\-up\. We exclude records with irreconcilable timestamps, unit conflicts, or label logic, and count every exclusion\. Positive stays are censored at the label time\. Negative stays are censored at ICU discharge or the last valid observation\. For every positive window,
tinput≤tanchor<tlabel,ttarget≤tlabel\.t\_\{\\mathrm\{input\}\}\\leq t\_\{\\mathrm\{anchor\}\}<t\_\{\\mathrm\{label\}\},\\qquad t\_\{\\mathrm\{target\}\}\\leq t\_\{\\mathrm\{label\}\}\.\(3\)All stays from a patient are assigned to a single split\. Quality\-control thresholds, imputation constants, scaling statistics, and calibration models are fitted on training data only\.
### 4\.3Windowing, variables, and preprocessing
The primary setting usesL=24L=24hours of history andH=6H=6forecast hours\. We aggregate data into one\-hour bins and sample training anchors every six hours\. Continuous variables use the within\-hour median\. Outcomes based on the worst hourly value, including some SOFA components, are computed in a separate derived view; they do not replace trajectory targets\. The test set retains the natural event prevalence\. Matched negative pseudo\-anchors are used only for a secondary mechanism analysis, not for the primary risk estimate\.
The six forecasting targets are heart rate, respiratory rate, oxygen saturation, mean arterial pressure, systolic pressure, and temperature\. We use static metadata for descriptive and subgroup analyses, as well as a separate input ablation\. The source derivative has no auditable time\-varying treatment table\. We therefore exclude treatment inputs from the reported main model and do not claim them as an evaluated contribution\.
Forward filling uses only observations available by the anchor\. If a variable has no earlier value in the window, it receives a training\-set constant\. We standardize continuous inputs with training\-set medians and interquartile ranges\. Future losses use observed targets only\. Data audits cover mixed Celsius/Fahrenheit temperatures, implausible blood pressures, oxygenation units, renal and hepatic laboratory units, vasopressor dose equivalence, ventilation status, and sedation effects on GCS\.
## 5Method
Figure[3](https://arxiv.org/html/2609.05488#S5.F3)shows the full PGP\-Clinical\-TimeKAN pipeline\. It maps leakage\-controlled histories to joint trajectory samples and downstream organ\-function estimates\. The following sections define each component and the training objective\.
Figure 3:Overview of PGP\-Clinical\-TimeKAN\. Missingness\-aware embeddings distinguish observed, imputed, and stale measurements\. Variable\-wise multi\-scale TimeKAN encoders extract temporal patterns\. A learned gate blends a soft organ\-system prior with patient\-specific relations, and KAN functions pass nonlinear messages across variables\. A direct decoder parameterizes a low\-rank multivariate Student\-ttdistribution over all variables and horizons\. Coherent samples yield threshold\-crossing and organ\-deterioration probabilities\. Complete sepsis\-risk estimation requires independently validated infection evidence\.### 5\.1Missingness\-aware clinical inputs
For variableddand historical hourτ\\tau, the time since last observation is
Δτ,d=\{0,Mτ,d=1,Δτ−1,d\+1,Mτ,d=0\.\\Delta\_\{\\tau,d\}=\\begin\{cases\}0,&M\_\{\\tau,d\}=1,\\\\ \\Delta\_\{\\tau\-1,d\}\+1,&M\_\{\\tau,d\}=0\.\\end\{cases\}\(4\)We convert measurement age into a learned reliability
rτ,d=Mτ,d\+\(1−Mτ,d\)exp\[−softplus\(ωd\)Δτ,d\],r\_\{\\tau,d\}=M\_\{\\tau,d\}\+\(1\-M\_\{\\tau,d\}\)\\exp\[\-\\operatorname\{softplus\}\(\\omega\_\{d\}\)\\Delta\_\{\\tau,d\}\],\(5\)and embed\[X~τ,d,Mτ,d,log\(1\+Δτ,d\),rτ,d\]\[\\widetilde\{X\}\_\{\\tau,d\},M\_\{\\tau,d\},\\log\(1\+\\Delta\_\{\\tau,d\}\),r\_\{\\tau,d\}\]with variable identity, relative time, static covariates, and an optional treatment\-history encoding\. The representation distinguishes an imputed value from a contemporaneous measurement\. It also keeps treatments separate from ordinary physiology\.
### 5\.2Variable\-wise multi\-scale TimeKAN encoder
Each variable is encoded separately before cross\-variable mixing\. Let𝐄:,d∈ℝL×C\\mathbf\{E\}\_\{:,d\}\\in\\mathbb\{R\}^\{L\\times C\}be its embedded history\. A multi\-scale decomposition producesQQtemporal components,
𝐄:,d\(q\)=ℱ−1\(𝐏q⊙ℱ\(𝐄:,d\)\),q=1,…,Q,\\mathbf\{E\}\_\{:,d\}^\{\(q\)\}=\\mathcal\{F\}^\{\-1\}\\\!\\left\(\\mathbf\{P\}\_\{q\}\\odot\\mathcal\{F\}\(\\mathbf\{E\}\_\{:,d\}\)\\right\),\\qquad q=1,\\ldots,Q,\(6\)where𝐏q\\mathbf\{P\}\_\{q\}selects a frequency range from the observed history\. Each component is processed by a TimeKAN block\. A scalar KAN edge uses a Chebyshev expansion
ϕ\(u\)=∑k=0PckTk\(u\),T0\(u\)=1,T1\(u\)=u,Tk\(u\)=2uTk−1\(u\)−Tk−2\(u\)\.\\phi\(u\)=\\sum\_\{k=0\}^\{P\}c\_\{k\}T\_\{k\}\(u\),\\quad T\_\{0\}\(u\)=1,\\quad T\_\{1\}\(u\)=u,\\quad T\_\{k\}\(u\)=2uT\_\{k\-1\}\(u\)\-T\_\{k\-2\}\(u\)\.\(7\)State\-dependent gates combine the scale\-specific representations:
πτ,d\(q\)=softmaxqgq\(𝐇τ,d\(q\)\),𝐇τ,dtemp=∑qπτ,d\(q\)𝐇τ,d\(q\)\.\\pi\_\{\\tau,d\}^\{\(q\)\}=\\operatorname\{softmax\}\_\{q\}g\_\{q\}\(\\mathbf\{H\}\_\{\\tau,d\}^\{\(q\)\}\),\\qquad\\mathbf\{H\}\_\{\\tau,d\}^\{\\mathrm\{temp\}\}=\\sum\_\{q\}\\pi\_\{\\tau,d\}^\{\(q\)\}\\mathbf\{H\}\_\{\\tau,d\}^\{\(q\)\}\.\(8\)Short, nonstationary ICU trajectories may not favor Fourier decomposition\. We therefore compare it with no decomposition, causal convolutions, and wavelets\.
### 5\.3Soft organ\-system prior
Let𝐒∈\{0,1\}D×K\\mathbf\{S\}\\in\\\{0,1\\\}^\{D\\times K\}map variables toKKorgan or functional systems, allowing multiple memberships, and let𝐂organ∈\[0,1\]K×K\\mathbf\{C\}^\{\\mathrm\{organ\}\}\\in\[0,1\]^\{K\\times K\}encode soft system\-level relations\. A variable\-level prior is
𝐀~prior\\displaystyle\\widetilde\{\\mathbf\{A\}\}^\{\\mathrm\{prior\}\}=wself𝐈\+wintra𝐒𝐒⊤\+winter𝐒𝐂organ𝐒⊤,\\displaystyle=w\_\{\\mathrm\{self\}\}\\mathbf\{I\}\+w\_\{\\mathrm\{intra\}\}\\mathbf\{S\}\\mathbf\{S\}^\{\\top\}\+w\_\{\\mathrm\{inter\}\}\\mathbf\{S\}\\mathbf\{C\}^\{\\mathrm\{organ\}\}\\mathbf\{S\}^\{\\top\},\(9\)𝐀prior\\displaystyle\\mathbf\{A\}^\{\\mathrm\{prior\}\}=RowNormalize\(𝐀~prior\)\.\\displaystyle=\\operatorname\{RowNormalize\}\(\\widetilde\{\\mathbf\{A\}\}^\{\\mathrm\{prior\}\}\)\.\(10\)The graph is intentionally soft\. It encourages clinically plausible routes without permanently excluding relations absent from the expert map\.
### 5\.4Patient\-specific dynamic relations
For each historical hour, query and key projections of𝐇temp\\mathbf\{H\}^\{\\mathrm\{temp\}\}define
eτ,djdyn=𝐪τ,d⊤𝐤τ,jC\+bdjrel\+log\(rτ,j\+ϵ\),Aτ,djdyn=softmaxj\(eτ,djdyn\)\.e\_\{\\tau,dj\}^\{\\mathrm\{dyn\}\}=\\frac\{\\mathbf\{q\}\_\{\\tau,d\}^\{\\top\}\\mathbf\{k\}\_\{\\tau,j\}\}\{\\sqrt\{C\}\}\+b\_\{dj\}^\{\\mathrm\{rel\}\}\+\\log\(r\_\{\\tau,j\}\+\\epsilon\),\\quad A\_\{\\tau,dj\}^\{\\mathrm\{dyn\}\}=\\operatorname\{softmax\}\_\{j\}\(e\_\{\\tau,dj\}^\{\\mathrm\{dyn\}\}\)\.\(11\)A learned edge gateGτ,dj∈\(0,1\)G\_\{\\tau,dj\}\\in\(0,1\)combines prior and data\-driven relations:
A~τ,djrel=Gτ,djAdjprior\+\(1−Gτ,dj\)Aτ,djdyn,𝐀τrel=RowNormalize\(𝐀~τrel\)\.\\widetilde\{A\}\_\{\\tau,dj\}^\{\\mathrm\{rel\}\}=G\_\{\\tau,dj\}A\_\{dj\}^\{\\mathrm\{prior\}\}\+\(1\-G\_\{\\tau,dj\}\)A\_\{\\tau,dj\}^\{\\mathrm\{dyn\}\},\\quad\\mathbf\{A\}\_\{\\tau\}^\{\\mathrm\{rel\}\}=\\operatorname\{RowNormalize\}\(\\widetilde\{\\mathbf\{A\}\}\_\{\\tau\}^\{\\mathrm\{rel\}\}\)\.\(12\)An exponential update or smoothness penalty discourages implausible hourly changes in the graph\. Every relation uses only the available history\.
### 5\.5KAN cross\-variable message passing
Attention weights express relation strength, but not the nonlinear form of a source variable’s contribution\. We therefore transform each source representation with a KAN edge function,
ϕdjKAN\(𝐡\)=∑p=0Pr𝐜dj,pTp\(tanh𝐡\)\.\\boldsymbol\{\\phi\}\_\{dj\}^\{\\mathrm\{KAN\}\}\(\\mathbf\{h\}\)=\\sum\_\{p=0\}^\{P\_\{r\}\}\\mathbf\{c\}\_\{dj,p\}T\_\{p\}\(\\tanh\\mathbf\{h\}\)\.\(13\)To control parameters, the first implementation shares basis functions within organ\-system pairs\. Messages and residual updates are
𝐦τ,d\\displaystyle\\mathbf\{m\}\_\{\\tau,d\}=∑j=1DA¯τ,djrelϕdjKAN\(𝐇τ,jtemp\),\\displaystyle=\\sum\_\{j=1\}^\{D\}\\overline\{A\}\_\{\\tau,dj\}^\{\\mathrm\{rel\}\}\\boldsymbol\{\\phi\}\_\{dj\}^\{\\mathrm\{KAN\}\}\(\\mathbf\{H\}\_\{\\tau,j\}^\{\\mathrm\{temp\}\}\),\(14\)𝐇τ,dmix\\displaystyle\\mathbf\{H\}\_\{\\tau,d\}^\{\\mathrm\{mix\}\}=LayerNorm\(𝐇τ,dtemp\+𝜸τ,d⊙𝐦τ,d\),\\displaystyle=\\operatorname\{LayerNorm\}\\\!\\left\(\\mathbf\{H\}\_\{\\tau,d\}^\{\\mathrm\{temp\}\}\+\\boldsymbol\{\\gamma\}\_\{\\tau,d\}\\odot\\mathbf\{m\}\_\{\\tau,d\}\\right\),\(15\)where𝜸τ,d\\boldsymbol\{\\gamma\}\_\{\\tau,d\}depends on the target state, incoming message, and measurement reliability\. One or two layers are used to limit over\-smoothing\.
### 5\.6Direct multi\-horizon decoder
A direct decoder maps the mixed history and learned future queries to𝐙ifuture∈ℝH×D×C\\mathbf\{Z\}\_\{i\}^\{\\mathrm\{future\}\}\\in\\mathbb\{R\}^\{H\\times D\\times C\}\. It predicts all horizons at once, avoiding autoregressive error accumulation\. The joint probability head therefore receives the fullHDHD\-dimensional object\.
### 5\.7Low\-rank multivariate Student\-t output
Let𝐳i=vec\(𝐙ifuture\)\\mathbf\{z\}\_\{i\}=\\operatorname\{vec\}\(\\mathbf\{Z\}\_\{i\}^\{\\mathrm\{future\}\}\)andN=HDN=HD\. The output heads produce
𝝁i\\displaystyle\\boldsymbol\{\\mu\}\_\{i\}=fμ\(𝐳i\)∈ℝN,\\displaystyle=f\_\{\\mu\}\(\\mathbf\{z\}\_\{i\}\)\\in\\mathbb\{R\}^\{N\},𝝈i\\displaystyle\\boldsymbol\{\\sigma\}\_\{i\}=softplus\(fσ\(𝐳i\)\)\+ϵ,\\displaystyle=\\operatorname\{softplus\}\(f\_\{\\sigma\}\(\\mathbf\{z\}\_\{i\}\)\)\+\\epsilon,\(16\)𝐔i\\displaystyle\\mathbf\{U\}\_\{i\}=reshape\(fU\(𝐳i\)\)∈ℝN×R,\\displaystyle=\\operatorname\{reshape\}\(f\_\{U\}\(\\mathbf\{z\}\_\{i\}\)\)\\in\\mathbb\{R\}^\{N\\times R\},νi\\displaystyle\\nu\_\{i\}=2\+softplus\(fν\(𝐳i\)\)\.\\displaystyle=2\+\\operatorname\{softplus\}\(f\_\{\\nu\}\(\\mathbf\{z\}\_\{i\}\)\)\.\(17\)WithR≪NR\\ll N, the joint scale matrix is
𝚺i=𝐔i𝐔i⊤\+diag\(𝝈i2\),𝐲i∣ℋi,t∼tνi\(𝝁i,𝚺i\)\.\\boldsymbol\{\\Sigma\}\_\{i\}=\\mathbf\{U\}\_\{i\}\\mathbf\{U\}\_\{i\}^\{\\top\}\+\\operatorname\{diag\}\(\\boldsymbol\{\\sigma\}\_\{i\}^\{2\}\),\\qquad\\mathbf\{y\}\_\{i\}\\mid\\mathcal\{H\}\_\{i,t\}\\sim t\_\{\\nu\_\{i\}\}\(\\boldsymbol\{\\mu\}\_\{i\},\\boldsymbol\{\\Sigma\}\_\{i\}\)\.\(18\)The shared degree of freedomνi\>2\\nu\_\{i\}\>2gives a well\-defined multivariate Student\-ttdistribution with finite variance\. The low\-rank term captures deviations shared across variables and horizons\. The diagonal term retains output\-specific uncertainty\.
The distribution admits a scale\-mixture sampler\. Drawingτi∼Gamma\(νi/2,νi/2\)\\tau\_\{i\}\\sim\\operatorname\{Gamma\}\(\\nu\_\{i\}/2,\\nu\_\{i\}/2\),𝐳is∼𝒩\(𝟎,𝐈R/τi\)\\mathbf\{z\}\_\{i\}^\{s\}\\sim\\mathcal\{N\}\(\\mathbf\{0\},\\mathbf\{I\}\_\{R\}/\\tau\_\{i\}\), andϵi∼𝒩\(𝟎,𝐈N/τi\)\\boldsymbol\{\\epsilon\}\_\{i\}\\sim\\mathcal\{N\}\(\\mathbf\{0\},\\mathbf\{I\}\_\{N\}/\\tau\_\{i\}\)yields
𝐲i\(s\)=𝝁i\+𝐔i𝐳is\+𝝈i⊙ϵi\.\\mathbf\{y\}\_\{i\}^\{\(s\)\}=\\boldsymbol\{\\mu\}\_\{i\}\+\\mathbf\{U\}\_\{i\}\\mathbf\{z\}\_\{i\}^\{s\}\+\\boldsymbol\{\\sigma\}\_\{i\}\\odot\\boldsymbol\{\\epsilon\}\_\{i\}\.\(19\)Thus each sample is a coherent future course rather than a collection of independently drawn marginals\.
### 5\.8Masked joint likelihood and regularization
Let𝒪i\\mathcal\{O\}\_\{i\}index the genuinely observed future targets andni=\|𝒪i\|n\_\{i\}=\|\\mathcal\{O\}\_\{i\}\|\. Restricting the location and scale factors to those rows gives
𝚺i,𝒪=𝐔i,𝒪𝐔i,𝒪⊤\+diag\(𝝈i,𝒪2\)\.\\boldsymbol\{\\Sigma\}\_\{i,\\mathcal\{O\}\}=\\mathbf\{U\}\_\{i,\\mathcal\{O\}\}\\mathbf\{U\}\_\{i,\\mathcal\{O\}\}^\{\\top\}\+\\operatorname\{diag\}\(\\boldsymbol\{\\sigma\}\_\{i,\\mathcal\{O\}\}^\{2\}\)\.\(20\)The negative log\-likelihood of the observed marginal is
ℒNLL\(i\)=\\displaystyle\\mathcal\{L\}\_\{\\mathrm\{NLL\}\}^\{\(i\)\}=\{\}−logΓ\(νi\+ni2\)\+logΓ\(νi2\)\+ni2log\(νiπ\)\+12log\|𝚺i,𝒪\|\\displaystyle\-\\log\\Gamma\\\!\\left\(\\frac\{\\nu\_\{i\}\+n\_\{i\}\}\{2\}\\right\)\+\\log\\Gamma\\\!\\left\(\\frac\{\\nu\_\{i\}\}\{2\}\\right\)\+\\frac\{n\_\{i\}\}\{2\}\\log\(\\nu\_\{i\}\\pi\)\+\\frac\{1\}\{2\}\\log\|\\boldsymbol\{\\Sigma\}\_\{i,\\mathcal\{O\}\}\|\(21\)\+νi\+ni2log\(1\+\(𝐲i,𝒪−𝝁i,𝒪\)⊤𝚺i,𝒪−1\(𝐲i,𝒪−𝝁i,𝒪\)νi\)\.\\displaystyle\+\\frac\{\\nu\_\{i\}\+n\_\{i\}\}\{2\}\\log\\\!\\left\(1\+\\frac\{\(\\mathbf\{y\}\_\{i,\\mathcal\{O\}\}\-\\boldsymbol\{\\mu\}\_\{i,\\mathcal\{O\}\}\)^\{\\top\}\\boldsymbol\{\\Sigma\}\_\{i,\\mathcal\{O\}\}^\{\-1\}\(\\mathbf\{y\}\_\{i,\\mathcal\{O\}\}\-\\boldsymbol\{\\mu\}\_\{i,\\mathcal\{O\}\}\)\}\{\\nu\_\{i\}\}\\right\)\.\(22\)The Woodbury identity and matrix determinant lemma move the main inverse and determinant computations into theRR\-dimensional factor space\. The complete objective is
ℒ=1B∑iℒNLL\(i\)\+λpℒprior\+λsℒsparse\+λtℒsmooth\+λrℒrisk,\\mathcal\{L\}=\\frac\{1\}\{B\}\\sum\_\{i\}\\mathcal\{L\}\_\{\\mathrm\{NLL\}\}^\{\(i\)\}\+\\lambda\_\{p\}\\mathcal\{L\}\_\{\\mathrm\{prior\}\}\+\\lambda\_\{s\}\\mathcal\{L\}\_\{\\mathrm\{sparse\}\}\+\\lambda\_\{t\}\\mathcal\{L\}\_\{\\mathrm\{smooth\}\}\+\\lambda\_\{r\}\\mathcal\{L\}\_\{\\mathrm\{risk\}\},\(23\)The first three regularizers discourage unsupported changes to confident prior edges, dense prior\-external graphs, and abrupt temporal variation, respectively\. Risk supervision is optional\. We introduce it only after establishing trajectory calibration\.
### 5\.9From trajectory samples to clinical risk
For a safe rangeℛd\\mathcal\{R\}\_\{d\}, the probability of at least one threshold crossing is estimated by
p^i,dcross=1S∑s=1S𝕀\[∃h:Yi,h,d\(s\)∉ℛd\]\.\\widehat\{p\}\_\{i,d\}^\{\\mathrm\{cross\}\}=\\frac\{1\}\{S\}\\sum\_\{s=1\}^\{S\}\\mathbb\{I\}\\\!\\left\[\\exists h:Y\_\{i,h,d\}^\{\(s\)\}\\notin\\mathcal\{R\}\_\{d\}\\right\]\.\(24\)When all required respiratory, coagulation, liver, cardiovascular, neurological, and renal variables are available, each sampled future maps to SOFA\[[30](https://arxiv.org/html/2609.05488#bib.bib2)\]\. Otherwise, we report a prespecified observable\-organ\-function score and do not call it SOFA\. Given baseline scoreSibaseS\_\{i\}^\{\\mathrm\{base\}\}, the deterioration probability is
p^iorgan=1S∑s=1S𝕀\[max1≤h≤HS^i,h\(s\)−Sibase≥2\]\.\\widehat\{p\}\_\{i\}^\{\\mathrm\{organ\}\}=\\frac\{1\}\{S\}\\sum\_\{s=1\}^\{S\}\\mathbb\{I\}\\\!\\left\[\\max\_\{1\\leq h\\leq H\}\\widehat\{S\}\_\{i,h\}^\{\(s\)\}\-S\_\{i\}^\{\\mathrm\{base\}\}\\geq 2\\right\]\.\(25\)A validation\-set calibrator combines infection evidence withp^iorgan\\widehat\{p\}\_\{i\}^\{\\mathrm\{organ\}\}only when suspected infection can be reconstructed reliably\. It makes no independence assumption between infection and organ deterioration\.
## 6Experiments
### 6\.1Evaluation protocol
The frozen experiment uses 24 hours of history to forecast six vital signs for the next six hours\. The cohort contains 6,882 patients and 54,694 windows\. The fixed patient\-level split has 38,591 training, 8,116 validation, and 7,987 test windows\. The test set includes 1,029 patients and 230,787 observed future targets\. Table[1](https://arxiv.org/html/2609.05488#S6.T1)summarizes the cohort\. The dataset\-defined label is positive in 553 stays \(8\.0% of patients\)\. Positive windows are much rarer, with a prevalence of 1\.039% in the secondary risk task\.
Table 1:Frozen cohort characteristics\. Values are descriptive; no causal or group\-difference claim is made\.All trainable models use the same split and observed\-target masks\. Model selection uses validation data only\. We report the mean and standard deviation over five optimization seeds \(20260823–20260827\)\. Training uses AdamW, a learning rate of10−310^\{\-3\}, weight decay of10−410^\{\-4\}, and gradient\-norm clipping at 1\.0\. We train for at most 80 epochs with batches of 256 and early\-stopping patience of 10\. For paired bootstrap comparisons, we resample the 1,029 test patients 2,000 times per seed\. Resampling at the patient level preserves dependence among windows from the same patient\.
We compare with persistence, Linear, DLinear, GRU\-D, TCN, PatchTST, iTransformer, deterministic TimeKAN, and DeepVAR\. We also include TimeKAN variants with independent Gaussian, independent Student\-tt, and low\-rank Gaussian heads\. Point metrics are masked normalized MAE and RMSE\. Distributional metrics include marginal NLL, masked joint NLL per observed target, Monte Carlo CRPS, multivariate energy score, empirical coverage, and interval width\. For secondary risk prediction, we compare with logistic regression, HistGradientBoosting, GRU\-D, and iTransformer classifiers\. All use the same histories and patient splits\. We report AUROC, AUPRC, Brier score, ten\-bin ECE, calibration slope and intercept, sensitivity at fixed alert rates, lead time, and decision\-curve net benefit\.
### 6\.2Target observability
Missingness varies sharply by variable \(Figure[4](https://arxiv.org/html/2609.05488#S6.F4)\)\. Historical and future observability exceed 89% for heart rate, respiratory rate, oxygen saturation, MAP, and SBP\. For temperature, they are only 23\.09% and 23\.20%\. We therefore evaluate every loss and metric on observed targets only\. Temperature results have a smaller denominator and should not be compared with other variables by raw error alone\.
Figure 4:Variable\-specific history coverage and future\-target observability\. Temperature is observed in about 23% of bins, compared with more than 89% for the other targets\.
## 7Results
### 7\.1Point forecasting remains competitive
Table[2](https://arxiv.org/html/2609.05488#S7.T2)reports the primary comparison\. PGP\-Clinical\-TimeKAN has the lowest RMSE,0\.52656±0\.000340\.52656\\pm 0\.00034, and the second\-lowest MAE,0\.37727±0\.000290\.37727\\pm 0\.00029\. GRU\-D has a slightly lower MAE \(0\.37636±0\.000250\.37636\\pm 0\.00025\)\. The iTransformer result is close \(0\.37750±0\.000170\.37750\\pm 0\.00017\)\. Relative to deterministic TimeKAN, PGP\-Clinical\-TimeKAN reduces MAE from 0\.37923 to 0\.37727, a 0\.52% relative change\. RMSE falls from 0\.53056 to 0\.52656, a 0\.75% relative change\. The relational and probabilistic components therefore preserve point accuracy\. The results do not, however, support a state\-of\-the\-art claim across all metrics\.
Table 2:Point forecasting on the frozen test set \(five\-seed mean±\\pmstandard deviation; lower is better\)\. Bold denotes the best value and underline the second best\.The paired bootstrap supports this bounded conclusion\. We define each MAE difference as PGP\-Clinical\-TimeKAN minus the comparator\. Against TimeKAN, the mean difference is−0\.00196\-0\.00196, and every seed\-specific 95% interval is below zero\. Differences also favor PGP\-Clinical\-TimeKAN over Linear, DLinear, TCN, DeepVAR, PatchTST, and persistence\. The result reverses against GRU\-D: the difference is\+0\.00091\+0\.00091, with every interval above zero\. The interval against iTransformer crosses zero\. Figure[5](https://arxiv.org/html/2609.05488#S7.F5)shows the five\-seed ranking\.
Figure 5:Normalized MAE across 13 forecasting models\. PGP\-Clinical\-TimeKAN belongs to the strongest group and ranks second on MAE; error bars show variation across five seeds\.
### 7\.2Error increases with horizon and acute variation
For PGP\-Clinical\-TimeKAN, weighted MAE rises monotonically from 0\.33784 at\+1\+1hour to 0\.40507 at\+6\+6hours\. RMSE increases from 0\.48050 to 0\.55455\. The macro\-average follows the same trend, so highly observed variables do not solely drive the degradation\. In Figure[6](https://arxiv.org/html/2609.05488#S7.F6), the easiest variable–horizon pair is heart rate at\+1\+1hour \(MAE 0\.22896\)\. The hardest is respiratory rate at\+6\+6hours \(MAE 0\.46076\)\. Across variables, normalized MAE ranges from 0\.28880 for heart rate to 0\.44577 for respiratory rate\. Appendix[A](https://arxiv.org/html/2609.05488#A1)reports errors in the original units\.
Figure 6:Normalized MAE by physiological variable and forecast step\. Error generally increases with horizon, and a single aggregate score hides variation across variable–horizon pairs\.The prespecified median\-error case in Figure[7](https://arxiv.org/html/2609.05488#S7.F7)shows both utility and failure\. Forecast centers are smooth and clinically plausible for stable trajectories\. During abrupt MAP and SBP excursions, however, they regress toward the mean\. Aggregate shape metrics show the same limitation\. PGP\-Clinical\-TimeKAN reaches a DTW of 0\.3781 and a peak\-time error of 1\.792 hours, but is not uniformly better than GRU\-D or Linear\. Its direction accuracy is 0\.4520, confirming that short\-term turning points remain difficult\.
Figure 7:Prespecified median\-error test trajectory\. Lines show observations and forecast centers; shaded regions show the prespecified empirical error band\. The uncertainty band is coherent, but the forecast smooths abrupt blood\-pressure changes\.
### 7\.3The joint Student\-tthead improves distributional quality
Table[3](https://arxiv.org/html/2609.05488#S7.T3)compares the default rank\-4 distribution with the main probabilistic baselines\. PGP\-Clinical\-TimeKAN has the lowest marginal NLL \(0\.66380\), joint NLL per observation \(0\.56175\), CRPS \(0\.27301\), and energy score \(0\.35715\)\. Empirical coverage is 0\.533, 0\.831, and 0\.958 at the nominal 50%, 80%, and 95% levels\. The intervals are mildly conservative, especially at the two central levels; they are not perfectly calibrated\. Independent Student\-ttis closer to nominal at these levels but has worse proper scores\. Coverage alone therefore does not capture forecast sharpness\.
Table 3:Probabilistic forecasting on 230,787 observed future targets\. NLL, CRPS, and energy score are lower\-is\-better; coverage is reported for nominal 50/80/95% intervals\.Figure 8:Nominal versus empirical interval coverage\. PGP\-Clinical\-TimeKAN is close to nominal at 95% and mildly over\-covers at 50% and 80%\.
## 8Ablation and further analysis
### 8\.1Relational structure is the best\-supported component
Removing cross\-variable relations causes the largest ablation loss \(Table[4](https://arxiv.org/html/2609.05488#S8.T4)\)\. Among isolated variants, nonlinear KAN relations perform best and reduce MAE by 0\.00293 relative to no relation\. A prior\-only graph is not sufficient\. The full model also outperforms every isolated relation variant, so no single component explains the whole gain\. Patient\-level intervals in Figure[10](https://arxiv.org/html/2609.05488#S8.F10)support the same result: relation ablations have larger effects than temporal\-decomposition or missingness\-input variants\.
Table 4:Relation ablation \(five\-seed mean±\\pmstandard deviation\)\.Raising the low\-rank dimension from 2 to 16 changes MAE by at most 0\.00026\. In contrast, joint NLL per observed target improves from 0\.58930 to 0\.50323\. Covariance rank therefore affects joint dependence more than the forecast center\. Figure[9](https://arxiv.org/html/2609.05488#S8.F9)shows nonzero off\-diagonal dependence, rank sensitivity, and stable Monte Carlo scores\. Increasing the sample count from 8 to 256 moves CRPS only from 0\.27351 into the 0\.27301–0\.27314 range\. We useS=32S=32by default\. The displayed matrix summarizes normalized predictive correlations; it is not a causal physiological graph\.
Figure 9:Joint dependence and numerical stability\. Left: normalized predictive correlation across the 36 variable–horizon targets\. Middle: higher covariance rank improves joint NLL with little change in MAE\. Right: energy score is stable once the Monte Carlo sample count reaches 32\.Figure 10:Clinical heterogeneity and patient\-level ablations\. Left: descriptive subgroup MAE estimates\. Right: paired patient\-bootstrap differences between the full model and ablations; negative values favor the full model\. Small subgroups are exploratory and should not be interpreted as fairness conclusions\.
### 8\.2Sensitivity, subgroup heterogeneity, and efficiency
Forecast length has the largest effect in the sensitivity study\. MAE is 0\.35860 at three hours, 0\.37727 at six hours, 0\.40155 at 12 hours, and 0\.42832 at 24 hours\. Extending the history from 24 to 48 hours does not help \(MAE 0\.38187\)\. Values\-only, values\-plus\-mask, and values\-plus\-mask\-and\-gap variants differ by less than3×10−53\\times 10^\{\-5\}MAE\. Temporal variants range from 0\.37749 to 0\.37794\. These small changes provide weaker evidence for the missingness and temporal branches than for cross\-variable relations\.
Errors are higher in several descriptive subgroups\. High\-missingness windows have an MAE of 0\.38203 versus 0\.37336 for low\-missingness windows\. Within 0–24 hours before a positive event, MAE is about 0\.395, compared with 0\.37639 for negative controls\. Errors are also higher in TSICU and MICU/SICU\. Some strata are very small, including 10 Neuro Stepdown and 26 Asian test patients\. These estimates describe evaluation heterogeneity; they cannot establish demographic causation or fairness\.
PGP\-Clinical\-TimeKAN has about 0\.51 million parameters\. In the shared GPU microbenchmark, it takes 0\.02757 ms per window and processes about 36,273 windows/s\. Peak allocated memory is 84\.94 MB\. It is roughly 10 times slower than deterministic TimeKAN and 24 times slower than GRU\-D\. Even so, batched latency remains below 0\.03 ms per window\. The benchmark excludes data extraction, preprocessing, and clinical\-system overhead\.
Figure 11:Mean predictive relation graph and efficiency frontier\. Cross\-variable associations, including MAP–SBP structure, are plausible predictive dependencies rather than causal mechanisms\. Efficiency values are GPU microbenchmarks under a shared batch protocol, not end\-to\-end deployment latency\.
### 8\.3Trajectory\-derived risk is feasible but not competitive
We evaluate trajectory\-derived risk only as a secondary analysis \(Table[5](https://arxiv.org/html/2609.05488#S8.T5)\)\. Its AUROC and AUPRC are 0\.6030 and 0\.0174, below the GRU\-D classifier’s 0\.6503 and 0\.0251\. A calibration slope of 0\.338 and ECE of 0\.385 indicate compressed, poorly calibrated probabilities\. At a 5% window alert rate, sensitivity is 0\.101\. GRU\-D reaches 0\.157, and logistic regression reaches 0\.205\.
Table 5:Secondary dataset\-defined event prediction\. Positive\-window prevalence is 1\.039%; higher AUROC/AUPRC/sensitivity and lower Brier/ECE are better\.At event level, the trajectory\-derived score detects 9\.16%, 32\.29%, and 49\.16% of positive stays at 1%, 5%, and 10% alert rates\. Median lead times are 13\.9, 17\.2, and 21\.9 hours\. Decision analysis finds a small positive net benefit at threshold 0\.01 \(0\.000415\), but negative benefit from 0\.10 to 0\.20\. GRU\-D is generally stronger\. Matched negative pseudo\-anchors raise AUPRC to 0\.1505, but also change prevalence from 1\.04% to 8\.07%\. That value is not comparable with the natural\-window result\. Figure[12](https://arxiv.org/html/2609.05488#S8.F12)documents feasibility and limitations, not clinical superiority\.
Figure 12:Discrimination, calibration, and decision curves for the secondary dataset\-defined endpoint\. The forecast–assess score is interpretable through trajectories but remains less discriminative and less well calibrated than dedicated classifiers\.
## 9Discussion
The results support a narrow trajectory\-first claim\. PGP\-Clinical\-TimeKAN does not beat every point baseline\. GRU\-D retains a small, patient\-level\-consistent MAE advantage, and the paired bootstrap does not separate PGP\-Clinical\-TimeKAN from iTransformer\. Still, PGP\-Clinical\-TimeKAN has the lowest RMSE and improves both MAE and RMSE over deterministic TimeKAN\. Its joint heavy\-tailed forecast also improves every reported proper score over the evaluated Gaussian, independent Student\-tt, and DeepVAR alternatives\. The contribution is therefore not a universal point\-forecasting gain\. It is a competitive forecast center paired with a better representation of joint future uncertainty\.
The ablations point to cross\-variable relation modeling as the clearest source of improvement\. Removing relations causes the largest MAE increase, and KAN relations outperform an MLP relation\. Higher covariance rank improves joint likelihood with little change in point error\. Together with nonzero off\-diagonal predictive correlations, these results show that dependence across variables and horizons contributes to the forecast\. They do not identify physiological causality\. Learned edges mix biological coupling, measurement policy, treatment effects, and cohort\-specific correlations\. They should be read only as predictive associations\.
Uncertainty quality is useful but imperfect\. The 95% interval is close to nominal coverage, whereas the 50% and 80% intervals are mildly conservative\. Monte Carlo estimates stabilize at 32 samples, so sampling noise is unlikely to drive the main result\. Two limitations remain visible\. The representative case regresses toward the mean during abrupt blood\-pressure changes, and error grows with forecast distance\. A more flexible distribution might capture acute transitions better\. Any gain, however, must justify the added training and sampling cost relative to the tractable observed\-subset Student\-ttlikelihood\.
The downstream risk experiment separates physiology forecasting from event classification\. Coherent samples yield a traceable score with measurable lead time, but that score is less discriminative and less calibrated than dedicated classifiers\. This negative result matters\. Optimizing likelihood over future vital signs does not ensure that the distribution preserves rare features predictive of a terminal event\. Future forecast–assess models may need endpoint\-aware representations, richer organ variables, or joint training\. They should still keep trajectory evidence separate from event labels\.
Errors concentrate in clinically difficult settings\. High\-missingness windows, near\-event periods, and some ICU strata have larger errors\. The example trajectory also smooths acute hemodynamic changes\. Global averages alone would hide these patterns\. External validation should therefore cover different measurement policies and patient mixtures, with patient\-level uncertainty for every subgroup estimate\.
## 10Limitations, ethics, and broader impact
This retrospective study uses a single\-center database\. The final task contains six vital signs, not the broader set of laboratory, treatment, and organ\-function variables considered during method design\. The supplied derivative also lacks a frozen, auditable time\-varying treatment table\. We therefore exclude treatment\-input results from our claims\. Static covariates are available, but their ablation gain is small\.
The dataset\-defined terminal\-positive label is not an independently validated Sepsis\-3 endpoint\. The six\-variable target set cannot reconstruct infection timing or the full six\-organ SOFA state\. We therefore avoid calling the secondary result a calibrated sepsis probability or complete SOFA deterioration\. Positive\-window prevalence is only 1\.039%, so AUPRC and alert metrics are sensitive to anchor construction\. Matched pseudo\-anchors alter prevalence and cannot show improvement under natural deployment conditions\.
Subgroup analyses are exploratory\. Some strata contain few patients, and observed differences may reflect sample size, disease mix, ICU workflow, or measurement frequency rather than demographic effects\. These results do not establish fairness or causal group disparities\. External, temporal, and multi\-site validation is required before clinical use\.
False reassurance and alert fatigue are plausible harms\. The trajectory\-derived score is not accurate or calibrated enough for deployment\. The GPU benchmark also omits extraction, preprocessing, interface, and clinician\-response delays\. A prospective system should display uncertainty and support abstention or escalation for out\-of\-distribution inputs\. It should retain human oversight and report patient\-level outcomes and alerts per patient\-hour\. We use deidentified MIMIC\-IV\-derived data under its access conditions and redistribute no identifiable records\.
## 11Conclusion
We presented PGP\-Clinical\-TimeKAN, a prior\-guided framework for joint probabilistic forecasting of short\-horizon clinical trajectories\. On a frozen cohort of 6,882 patients, it obtains the lowest RMSE and second\-lowest MAE among 13 models\. It also improves consistently over deterministic TimeKAN and achieves the best evaluated marginal NLL, joint NLL, CRPS, and energy score\. Relation ablations and covariance\-rank analyses give the strongest support to cross\-variable dependence\. The resulting trajectories form an inspectable intermediate representation\. However, the secondary event score remains weaker than dedicated classifiers and is not a clinically validated sepsis predictor\. Joint trajectory modeling is therefore useful in its own right, but clinical translation still requires stronger endpoint evidence, calibration, and data coverage\.
## References
- \[1\]R\. Adams, K\. E\. Henry, A\. Sridharan,et al\.\(2022\)Prospective, multi\-site study of patient outcomes after implementation of the TREWS machine learning\-based early warning system for sepsis\.Nature Medicine28\(7\),pp\. 1455–1460\.External Links:[Document](https://dx.doi.org/10.1038/s41591-022-01894-0)Cited by:[§2\.1](https://arxiv.org/html/2609.05488#S2.SS1.p1.1)\.
- \[2\]D\. Cao, Y\. Wang, J\. Duan,et al\.\(2020\)Spectral temporal graph neural network for multivariate time\-series forecasting\.InAdvances in Neural Information Processing Systems,Vol\.33,pp\. 17766–17778\.Cited by:[§2\.4](https://arxiv.org/html/2609.05488#S2.SS4.p1.1)\.
- \[3\]W\. Cao, D\. Wang, J\. Li, H\. Zhou, L\. Li, and Y\. Li\(2018\)BRITS: bidirectional recurrent imputation for time series\.InAdvances in Neural Information Processing Systems,Vol\.31\.Cited by:[§2\.2](https://arxiv.org/html/2609.05488#S2.SS2.p1.1)\.
- \[4\]Z\. Che, S\. Purushotham, K\. Cho, D\. Sontag, and Y\. Liu\(2018\)Recurrent neural networks for multivariate time series with missing values\.Scientific Reports8,pp\. 6085\.External Links:[Document](https://dx.doi.org/10.1038/s41598-018-24271-9)Cited by:[§1](https://arxiv.org/html/2609.05488#S1.p3.1),[§2\.2](https://arxiv.org/html/2609.05488#S2.SS2.p1.1)\.
- \[5\]E\. De Brouwer, J\. Simm, A\. Arany, and Y\. Moreau\(2019\)GRU\-ODE\-Bayes: continuous modeling of sporadically\-observed time series\.InAdvances in Neural Information Processing Systems,Vol\.32\.Cited by:[§2\.2](https://arxiv.org/html/2609.05488#S2.SS2.p1.1)\.
- \[6\]G\. De Carlo, A\. Mastropietro, and A\. Anagnostopoulos\(2024\)Kolmogorov–arnold graph neural networks\.arXiv preprint arXiv:2406\.18354\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2406.18354)Cited by:[§2\.4](https://arxiv.org/html/2609.05488#S2.SS4.p1.1)\.
- \[7\]L\. M\. Fleuren, T\. L\. T\. Klausch, C\. L\. Zwager,et al\.\(2020\)Machine learning for the prediction of sepsis: a systematic review and meta\-analysis of diagnostic test accuracy\.Intensive Care Medicine46\(3\),pp\. 383–400\.External Links:[Document](https://dx.doi.org/10.1007/s00134-019-05872-y)Cited by:[§2\.1](https://arxiv.org/html/2609.05488#S2.SS1.p1.1)\.
- \[8\]T\. Gneiting and A\. E\. Raftery\(2007\)Strictly proper scoring rules, prediction, and estimation\.Journal of the American Statistical Association102\(477\),pp\. 359–378\.External Links:[Document](https://dx.doi.org/10.1198/016214506000001437)Cited by:[§2\.5](https://arxiv.org/html/2609.05488#S2.SS5.p1.1)\.
- \[9\]K\. E\. Henry, D\. N\. Hager, P\. J\. Pronovost, and S\. Saria\(2015\)A targeted real\-time early warning score \(TREWScore\) for septic shock\.Science Translational Medicine7\(299\),pp\. 299ra122\.External Links:[Document](https://dx.doi.org/10.1126/scitranslmed.aab3719)Cited by:[§1](https://arxiv.org/html/2609.05488#S1.p1.1),[§2\.1](https://arxiv.org/html/2609.05488#S2.SS1.p1.1)\.
- \[10\]S\. Huang, Z\. Zhao, C\. Li, and L\. Bai\(2025\)TimeKAN: KAN\-based frequency decomposition learning architecture for long\-term time series forecasting\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=wTLc79YNbh)Cited by:[§1](https://arxiv.org/html/2609.05488#S1.p4.1),[§2\.3](https://arxiv.org/html/2609.05488#S2.SS3.p1.1)\.
- \[11\]A\. E\. W\. Johnson, L\. Bulgarelli, L\. Shen,et al\.\(2023\)MIMIC\-IV, a freely accessible electronic health record dataset\.Scientific Data10\(1\),pp\. 1\.External Links:[Document](https://dx.doi.org/10.1038/s41597-022-01899-x)Cited by:[§4\.1](https://arxiv.org/html/2609.05488#S4.SS1.p1.1)\.
- \[12\]P\. Kidger, J\. Morrill, J\. Foster, and T\. Lyons\(2020\)Neural controlled differential equations for irregular time series\.InAdvances in Neural Information Processing Systems,Vol\.33,pp\. 6696–6707\.Cited by:[§2\.2](https://arxiv.org/html/2609.05488#S2.SS2.p1.1)\.
- \[13\]Q\. Li, D\. Li, H\. Jiao, Z\. Wu, and W\. Nie\(2024\)CISepsis: A Causal Inference Framework for Early Sepsis Detection\.Frontiers in Cellular and Infection Microbiology14,pp\. 1488130\.External Links:[Document](https://dx.doi.org/10.3389/fcimb.2024.1488130),[Link](https://doi.org/10.3389/fcimb.2024.1488130)Cited by:[§2\.1](https://arxiv.org/html/2609.05488#S2.SS1.p2.1)\.
- \[14\]Q\. Li, D\. Li, W\. Nie, H\. Jiao, Z\. Wu, and A\. Liu\(2025\)Temporal and Spatial Analysis in Early Sepsis Prediction via Causal Disentanglements\.IEEE Transactions on Knowledge and Data Engineering37\(8\),pp\. 4860–4872\.External Links:[Document](https://dx.doi.org/10.1109/TKDE.2025.3569584),[Link](https://doi.org/10.1109/TKDE.2025.3569584)Cited by:[§2\.1](https://arxiv.org/html/2609.05488#S2.SS1.p2.1)\.
- \[15\]B\. Lim, S\. O\. Arik, N\. Loeff, and T\. Pfister\(2021\)Temporal fusion transformers for interpretable multi\-horizon time series forecasting\.International Journal of Forecasting37\(4\),pp\. 1748–1764\.External Links:[Document](https://dx.doi.org/10.1016/j.ijforecast.2021.03.012)Cited by:[§2\.3](https://arxiv.org/html/2609.05488#S2.SS3.p1.1)\.
- \[16\]Y\. Liu, T\. Hu, H\. Zhang, H\. Wu, S\. Wang, L\. Ma, and M\. Long\(2024\)iTransformer: inverted transformers are effective for time series forecasting\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=JePfAI8fah)Cited by:[§2\.3](https://arxiv.org/html/2609.05488#S2.SS3.p1.1)\.
- \[17\]Z\. Liu, Y\. Wang, S\. Vaidya, F\. Ruehle, J\. Halverson, M\. Soljačić, T\. Y\. Hou, and M\. Tegmark\(2024\)KAN: kolmogorov–arnold networks\.arXiv preprint arXiv:2404\.19756\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2404.19756)Cited by:[§1](https://arxiv.org/html/2609.05488#S1.p4.1),[§2\.4](https://arxiv.org/html/2609.05488#S2.SS4.p1.1)\.
- \[18\]M\. Moor, B\. Rieck, D\. Horn, C\. R\. Jutzeler, and K\. Borgwardt\(2021\)Early prediction of sepsis in the ICU using machine learning: a systematic review\.Frontiers in Medicine8,pp\. 607952\.External Links:[Document](https://dx.doi.org/10.3389/fmed.2021.607952)Cited by:[§2\.1](https://arxiv.org/html/2609.05488#S2.SS1.p1.1)\.
- \[19\]S\. Nemati, A\. Holder, F\. Razmi, M\. D\. Stanley, G\. D\. Clifford, and T\. G\. Buchman\(2018\)An interpretable machine learning model for accurate prediction of sepsis in the ICU\.Critical Care Medicine46\(4\),pp\. 547–553\.External Links:[Document](https://dx.doi.org/10.1097/CCM.0000000000002936)Cited by:[§1](https://arxiv.org/html/2609.05488#S1.p1.1),[§2\.1](https://arxiv.org/html/2609.05488#S2.SS1.p1.1)\.
- \[20\]W\. Nie, Y\. Yu, C\. Zhang, D\. Song, L\. Zhao, and Y\. Bai\(2024\)Temporal\-Spatial Correlation Attention Network for Clinical Data Analysis in Intensive Care Unit\.IEEE Transactions on Biomedical Engineering71\(2\),pp\. 583–595\.External Links:[Document](https://dx.doi.org/10.1109/TBME.2023.3309956),[Link](https://doi.org/10.1109/TBME.2023.3309956)Cited by:[§2\.1](https://arxiv.org/html/2609.05488#S2.SS1.p2.1)\.
- \[21\]W\. Nie, C\. Zhang, D\. Song, L\. Zhao, Y\. Bai, K\. Xie, and A\. Liu\(2023\)Deep Reinforcement Learning Framework for Thoracic Diseases Classification via Prior Knowledge Guidance\.Computerized Medical Imaging and Graphics108,pp\. 102277\.External Links:[Document](https://dx.doi.org/10.1016/j.compmedimag.2023.102277),[Link](https://doi.org/10.1016/j.compmedimag.2023.102277)Cited by:[§2\.4](https://arxiv.org/html/2609.05488#S2.SS4.p2.1)\.
- \[22\]Y\. Nie, N\. H\. Nguyen, P\. Sinthong, and J\. Kalagnanam\(2023\)A time series is worth 64 words: long\-term forecasting with transformers\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=Jbdc0vTOcoI)Cited by:[§2\.3](https://arxiv.org/html/2609.05488#S2.SS3.p1.1)\.
- \[23\]K\. Rasul, C\. Seward, I\. Schuster, and R\. Vollgraf\(2021\)Autoregressive denoising diffusion models for multivariate probabilistic time series forecasting\.InProceedings of the 38th International Conference on Machine Learning,Proceedings of Machine Learning Research, Vol\.139,pp\. 8857–8868\.Cited by:[§2\.5](https://arxiv.org/html/2609.05488#S2.SS5.p1.1)\.
- \[24\]M\. A\. Reyna, C\. Josef, R\. Jeter,et al\.\(2020\)Early prediction of sepsis from clinical data: the PhysioNet/computing in cardiology challenge 2019\.Critical Care Medicine48\(2\),pp\. 210–217\.External Links:[Document](https://dx.doi.org/10.1097/CCM.0000000000004145)Cited by:[§1](https://arxiv.org/html/2609.05488#S1.p1.1),[§2\.1](https://arxiv.org/html/2609.05488#S2.SS1.p1.1)\.
- \[25\]Y\. Rubanova, R\. T\. Q\. Chen, and D\. K\. Duvenaud\(2019\)Latent ordinary differential equations for irregularly\-sampled time series\.InAdvances in Neural Information Processing Systems,Vol\.32\.Cited by:[§2\.2](https://arxiv.org/html/2609.05488#S2.SS2.p1.1)\.
- \[26\]D\. Salinas, M\. Bohlke\-Schneider, L\. Callot, R\. Medico, and J\. Gasthaus\(2019\)High\-dimensional multivariate forecasting with low\-rank gaussian copula processes\.InAdvances in Neural Information Processing Systems,Vol\.32\.Cited by:[§2\.5](https://arxiv.org/html/2609.05488#S2.SS5.p1.1)\.
- \[27\]D\. Salinas, V\. Flunkert, J\. Gasthaus, and T\. Januschowski\(2020\)DeepAR: probabilistic forecasting with autoregressive recurrent networks\.International Journal of Forecasting36\(3\),pp\. 1181–1191\.External Links:[Document](https://dx.doi.org/10.1016/j.ijforecast.2019.07.001)Cited by:[§2\.5](https://arxiv.org/html/2609.05488#S2.SS5.p1.1)\.
- \[28\]M\. Singer, C\. S\. Deutschman, C\. W\. Seymour,et al\.\(2016\)The third international consensus definitions for sepsis and septic shock \(sepsis\-3\)\.JAMA315\(8\),pp\. 801–810\.External Links:[Document](https://dx.doi.org/10.1001/jama.2016.0287)Cited by:[§1](https://arxiv.org/html/2609.05488#S1.p1.1)\.
- \[29\]Y\. Tashiro, J\. Song, Y\. Song, and S\. Ermon\(2021\)CSDI: conditional score\-based diffusion models for probabilistic time series imputation\.InAdvances in Neural Information Processing Systems,Vol\.34,pp\. 24804–24816\.Cited by:[§2\.5](https://arxiv.org/html/2609.05488#S2.SS5.p1.1)\.
- \[30\]J\. Vincent, R\. Moreno, J\. Takala,et al\.\(1996\)The SOFA \(sepsis\-related organ failure assessment\) score to describe organ dysfunction/failure\.Intensive Care Medicine22\(7\),pp\. 707–710\.External Links:[Document](https://dx.doi.org/10.1007/BF01709751)Cited by:[§5\.9](https://arxiv.org/html/2609.05488#S5.SS9.p1.2)\.
- \[31\]H\. Wu, T\. Hu, Y\. Liu, H\. Zhou, J\. Wang, and M\. Long\(2023\)TimesNet: temporal 2d\-variation modeling for general time series analysis\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=ju_Uqw384Oq)Cited by:[§2\.3](https://arxiv.org/html/2609.05488#S2.SS3.p1.1)\.
- \[32\]H\. Wu, J\. Xu, J\. Wang, and M\. Long\(2021\)Autoformer: decomposition transformers with auto\-correlation for long\-term series forecasting\.InAdvances in Neural Information Processing Systems,Vol\.34,pp\. 22419–22430\.Cited by:[§2\.3](https://arxiv.org/html/2609.05488#S2.SS3.p1.1)\.
- \[33\]Z\. Wu, S\. Pan, G\. Long, J\. Jiang, X\. Chang, and C\. Zhang\(2020\)Connecting the dots: multivariate time series forecasting with graph neural networks\.InProceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining,pp\. 753–763\.External Links:[Document](https://dx.doi.org/10.1145/3394486.3403118)Cited by:[§2\.4](https://arxiv.org/html/2609.05488#S2.SS4.p1.1)\.
- \[34\]Z\. Wu, S\. Pan, G\. Long, J\. Jiang, and C\. Zhang\(2019\)Graph wavenet for deep spatial\-temporal graph modeling\.InProceedings of the Twenty\-Eighth International Joint Conference on Artificial Intelligence,pp\. 1907–1913\.External Links:[Document](https://dx.doi.org/10.24963/ijcai.2019/264)Cited by:[§2\.4](https://arxiv.org/html/2609.05488#S2.SS4.p1.1)\.
- \[35\]A\. Zeng, M\. Chen, L\. Zhang, and Q\. Xu\(2023\)Are transformers effective for time series forecasting?\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.37,pp\. 11121–11128\.External Links:[Document](https://dx.doi.org/10.1609/aaai.v37i9.26317)Cited by:[§2\.3](https://arxiv.org/html/2609.05488#S2.SS3.p1.1)\.
- \[36\]Q\. Zhang, W\. Zhang, Q\. Li, Y\. Bai, W\. Nie, and K\. Xie\(2025\)Causal Inference Model for Accurate Medical Diagnosis in Coronary Artery Bypass Graft Operation\.Artificial Intelligence in Medicine167,pp\. 103150\.External Links:[Document](https://dx.doi.org/10.1016/j.artmed.2025.103150),[Link](https://doi.org/10.1016/j.artmed.2025.103150)Cited by:[§2\.4](https://arxiv.org/html/2609.05488#S2.SS4.p2.1)\.
- \[37\]H\. Zhou, S\. Zhang, J\. Peng, S\. Zhang, J\. Li, H\. Xiong, and W\. Zhang\(2021\)Informer: beyond efficient transformer for long sequence time\-series forecasting\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.35,pp\. 11106–11115\.External Links:[Document](https://dx.doi.org/10.1609/AAAI.V35I12.17325)Cited by:[§2\.3](https://arxiv.org/html/2609.05488#S2.SS3.p1.1)\.
## Appendix ADetailed experimental results
Table A1:Variable observability in the frozen test set\.Table A2:Variable\-level PGP\-Clinical\-TimeKAN performance\. Original\-unit errors are not comparable across variables\.Table A3:Horizon\-level PGP\-Clinical\-TimeKAN performance\.Table A4:Trajectory\-shape metrics \(five\-seed mean±\\pmstandard deviation\)\. Direction accuracy is higher\-is\-better; peak\-time error and DTW are lower\-is\-better\.Table A5:Paired patient\-level bootstrap\.Δ\\Deltais PGP\-Clinical\-TimeKAN MAE minus comparator MAE, so negative values favor PGP\-Clinical\-TimeKAN\. Bounds are the lowest and highest seed\-specific 95% interval endpoints\.Table A6:Low\-rank covariance sensitivity\.Table A7:Input and temporal ablations\. Differences in MAE are small relative to relation ablations\.Table A8:History, horizon, and anchor\-stride sensitivity\. Settings use notation history–prediction–stride in hours\.Table A9:Clinical\-range sensitivity\. The strict profile removes only a small number of targets; the wide profile is identical to the protocol profile\.Table A10:Descriptive subgroup analysis\. Small strata are retained for transparency but are not used for fairness or causal claims\.Table A11:Monte Carlo sampling stability\. Coverage is invariant because it is computed analytically from the fitted distribution\.Table A12:Efficiency microbenchmark under a common GPU batch protocol\. Values exclude data loading and clinical\-system overhead\.Table A13:Extended secondary\-risk results\. Calibration is measured at the window level\. Sensitivity and lead time are episode\-level quantities and use a different denominator\.
## Appendix BProtocol deviations and reporting boundaries
An implementation error in the independent Student\-ttbaseline caused a broadcasting failure before any metric entered a result table\. We quarantined the failed runs, corrected the likelihood, and reran all five affected seeds under the same protocol\. Some legacy core checkpoints lacked paper\-ready prediction artifacts\. We verified their model, seed, split, and data identities, then reloaded and evaluated them without retraining\.
Two boundaries remain\. First, no frozen time\-varying treatment table is available, so treatment\-input performance does not support a contribution\. Second, the endpoint lacks independently reconstructed infection evidence and the full SOFA variables\. We therefore call the risk outcome dataset\-defined terminal positivity, not sepsis probability\. These restrictions do not invalidate the six\-variable trajectory evaluation, but they limit interpretation of the secondary branch\.
## NeurIPS Paper Checklist
1. 1\.Claims
2. Question: Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope?
3. Answer:\[Yes\]
4. Justification: The abstract, Introduction, Results, and Discussion distinguish competitive point forecasting and stronger probabilistic scores from the weaker secondary risk result\.
5. Guidelines: - •The answer\[N/A\]means that the abstract and introduction do not include the claims made in the paper\. - •The abstract and/or introduction should clearly state the claims made, including the contributions made in the paper and important assumptions and limitations\. A\[No\]or\[N/A\]answer to this question will not be perceived well by the reviewers\. - •The claims made should match theoretical and experimental results, and reflect how much the results can be expected to generalize to other settings\. - •It is fine to include aspirational goals as motivation as long as it is clear that these goals are not attained by the paper\.
6. 2\.Limitations
7. Question: Does the paper discuss the limitations of the work performed by the authors?
8. Answer:\[Yes\]
9. Justification: The dedicated Limitations, ethics, and broader impact section discusses the single\-center setting, restricted variables, endpoint validity, subgroup size, calibration, and deployment risks\.
10. Guidelines: - •The answer\[N/A\]means that the paper has no limitation while the answer\[No\]means that the paper has limitations, but those are not discussed in the paper\. - •The authors are encouraged to create a separate “Limitations” section in their paper\. - •The paper should point out any strong assumptions and how robust the results are to violations of these assumptions \(e\.g\., independence assumptions, noiseless settings, model well\-specification, asymptotic approximations only holding locally\)\. The authors should reflect on how these assumptions might be violated in practice and what the implications would be\. - •The authors should reflect on the scope of the claims made, e\.g\., if the approach was only tested on a few datasets or with a few runs\. In general, empirical results often depend on implicit assumptions, which should be articulated\. - •The authors should reflect on the factors that influence the performance of the approach\. For example, a facial recognition algorithm may perform poorly when image resolution is low or images are taken in low lighting\. Or a speech\-to\-text system might not be used reliably to provide closed captions for online lectures because it fails to handle technical jargon\. - •The authors should discuss the computational efficiency of the proposed algorithms and how they scale with dataset size\. - •If applicable, the authors should discuss possible limitations of their approach to address problems of privacy and fairness\. - •While the authors might fear that complete honesty about limitations might be used by reviewers as grounds for rejection, a worse outcome might be that reviewers discover limitations that aren’t acknowledged in the paper\. The authors should use their best judgment and recognize that individual actions in favor of transparency play an important role in developing norms that preserve the integrity of the community\. Reviewers will be specifically instructed to not penalize honesty concerning limitations\.
11. 3\.Theory assumptions and proofs
12. Question: For each theoretical result, does the paper provide the full set of assumptions and a complete \(and correct\) proof?
13. Answer:\[N/A\]
14. Justification: The paper presents an empirical forecasting method and does not claim new theoretical results or formal proofs\.
15. Guidelines: - •The answer\[N/A\]means that the paper does not include theoretical results\. - •All the theorems, formulas, and proofs in the paper should be numbered and cross\-referenced\. - •All assumptions should be clearly stated or referenced in the statement of any theorems\. - •The proofs can either appear in the main paper or the supplemental material, but if they appear in the supplemental material, the authors are encouraged to provide a short proof sketch to provide intuition\. - •Inversely, any informal proof provided in the core of the paper should be complemented by formal proofs provided in appendix or supplemental material\. - •Theorems and Lemmas that the proof relies upon should be properly referenced\.
16. 4\.Experimental result reproducibility
17. Question: Does the paper fully disclose all the information needed to reproduce the main experimental results of the paper to the extent that it affects the main claims and/or conclusions of the paper \(regardless of whether the code and data are provided or not\)?
18. Answer:\[Yes\]
19. Justification: Sections 4–6 and Appendix A specify cohort construction, splits, variables, optimization, seeds, metrics, baselines, ablations, and patient\-level bootstrap procedures\.
20. Guidelines: - •The answer\[N/A\]means that the paper does not include experiments\. - •If the paper includes experiments, a\[No\]answer to this question will not be perceived well by the reviewers: Making the paper reproducible is important, regardless of whether the code and data are provided or not\. - •If the contribution is a dataset and/or model, the authors should describe the steps taken to make their results reproducible or verifiable\. - •Depending on the contribution, reproducibility can be accomplished in various ways\. For example, if the contribution is a novel architecture, describing the architecture fully might suffice, or if the contribution is a specific model and empirical evaluation, it may be necessary to either make it possible for others to replicate the model with the same dataset, or provide access to the model\. In general\. releasing code and data is often one good way to accomplish this, but reproducibility can also be provided via detailed instructions for how to replicate the results, access to a hosted model \(e\.g\., in the case of a large language model\), releasing of a model checkpoint, or other means that are appropriate to the research performed\. - •While NeurIPS does not require releasing code, the conference does require all submissions to provide some reasonable avenue for reproducibility, which may depend on the nature of the contribution\. For example 1. \(a\)If the contribution is primarily a new algorithm, the paper should make it clear how to reproduce that algorithm\. 2. \(b\)If the contribution is primarily a new model architecture, the paper should describe the architecture clearly and fully\. 3. \(c\)If the contribution is a new model \(e\.g\., a large language model\), then there should either be a way to access this model for reproducing the results or a way to reproduce the model \(e\.g\., with an open\-source dataset or instructions for how to construct the dataset\)\. 4. \(d\)We recognize that reproducibility may be tricky in some cases, in which case authors are welcome to describe the particular way they provide for reproducibility\. In the case of closed\-source models, it may be that access to the model is limited in some way \(e\.g\., to registered users\), but it should be possible for other researchers to have some path to reproducing or verifying the results\.
21. 5\.Open access to data and code
22. Question: Does the paper provide open access to the data and code, with sufficient instructions to faithfully reproduce the main experimental results, as described in supplemental material?
23. Answer:\[No\]
24. Justification: The current manuscript package does not include a public code repository or redistributable derivative data\. MIMIC\-IV access remains governed by PhysioNet credentialing and data\-use requirements\.
25. Guidelines: - •The answer\[N/A\]means that paper does not include experiments requiring code\. - • - •While we encourage the release of code and data, we understand that this might not be possible, so\[No\]is an acceptable answer\. Papers cannot be rejected simply for not including code, unless this is central to the contribution \(e\.g\., for a new open\-source benchmark\)\. - •The instructions should contain the exact command and environment needed to run to reproduce the results\. See the NeurIPS code and data submission guidelines \([https://neurips\.cc/public/guides/CodeSubmissionPolicy](https://neurips.cc/public/guides/CodeSubmissionPolicy)\) for more details\. - •The authors should provide instructions on data access and preparation, including how to access the raw data, preprocessed data, intermediate data, and generated data, etc\. - •The authors should provide scripts to reproduce all experimental results for the new proposed method and baselines\. If only a subset of experiments are reproducible, they should state which ones are omitted from the script and why\. - •At submission time, to preserve anonymity, the authors should release anonymized versions \(if applicable\)\. - •Providing as much information as possible in supplemental material \(appended to the paper\) is recommended, but including URLs to data and code is permitted\.
26. 6\.Experimental setting/details
27. Question: Does the paper specify all the training and test details \(e\.g\., data splits, hyperparameters, how they were chosen, type of optimizer\) necessary to understand the results?
28. Answer:\[Yes\]
29. Justification: Section 6 reports the fixed split, targets, optimizer, learning rate, weight decay, gradient clipping, batch size, maximum epochs, early stopping, seeds, and evaluation metrics\.
30. Guidelines: - •The answer\[N/A\]means that the paper does not include experiments\. - •The experimental setting should be presented in the core of the paper to a level of detail that is necessary to appreciate the results and make sense of them\. - •The full details can be provided either with the code, in appendix, or as supplemental material\.
31. 7\.Experiment statistical significance
32. Question: Does the paper report error bars suitably and correctly defined or other appropriate information about the statistical significance of the experiments?
33. Answer:\[Yes\]
34. Justification: Primary results report five\-seed mean and standard deviation; paired comparisons additionally use 2,000 patient\-level bootstrap replicates per seed, with details in Section 7 and Appendix A\.
35. Guidelines: - •The answer\[N/A\]means that the paper does not include experiments\. - •The authors should answer\[Yes\]if the results are accompanied by error bars, confidence intervals, or statistical significance tests, at least for the experiments that support the main claims of the paper\. - •The factors of variability that the error bars are capturing should be clearly stated \(for example, train/test split, initialization, random drawing of some parameter, or overall run with given experimental conditions\)\. - •The method for calculating the error bars should be explained \(closed form formula, call to a library function, bootstrap, etc\.\) - •The assumptions made should be given \(e\.g\., Normally distributed errors\)\. - •It should be clear whether the error bar is the standard deviation or the standard error of the mean\. - •It is OK to report 1\-sigma error bars, but one should state it\. The authors should preferably report a 2\-sigma error bar than state that they have a 96% CI, if the hypothesis of Normality of errors is not verified\. - •For asymmetric distributions, the authors should be careful not to show in tables or figures symmetric error bars that would yield results that are out of range \(e\.g\., negative error rates\)\. - •If error bars are reported in tables or plots, the authors should explain in the text how they were calculated and reference the corresponding figures or tables in the text\.
36. 8\.Experiments compute resources
37. Question: For each experiment, does the paper provide sufficient information on the computer resources \(type of compute workers, memory, time of execution\) needed to reproduce the experiments?
38. Answer:\[No\]
39. Justification: Parameter counts, training times, memory, latency, and throughput are reported, but the exact GPU model and total project compute were not preserved in the final portable result bundle\.
40. Guidelines: - •The answer\[N/A\]means that the paper does not include experiments\. - •The paper should indicate the type of compute workers CPU or GPU, internal cluster, or cloud provider, including relevant memory and storage\. - •The paper should provide the amount of compute required for each of the individual experimental runs as well as estimate the total compute\. - •The paper should disclose whether the full research project required more compute than the experiments reported in the paper \(e\.g\., preliminary or failed experiments that didn’t make it into the paper\)\.
41. 9\.Code of ethics
43. Answer:\[Yes\]
44. Justification: The study uses deidentified retrospective data, limits clinical claims, reports negative findings, and discusses misuse, subgroup, privacy, and deployment risks\.
45. Guidelines: - •The answer\[N/A\]means that the authors have not reviewed the NeurIPS Code of Ethics\. - •If the authors answer\[No\], they should explain the special circumstances that require a deviation from the Code of Ethics\. - •The authors should make sure to preserve anonymity \(e\.g\., if there is a special consideration due to laws or regulations in their jurisdiction\)\.
46. 10\.Broader impacts
47. Question: Does the paper discuss both potential positive societal impacts and negative societal impacts of the work performed?
48. Answer:\[Yes\]
49. Justification: The Limitations, ethics, and broader impact section discusses inspectable forecasting as a potential benefit and false reassurance, alert fatigue, subgroup heterogeneity, and workflow shift as potential harms\.
50. Guidelines: - •The answer\[N/A\]means that there is no societal impact of the work performed\. - •If the authors answer\[N/A\]or\[No\], they should explain why their work has no societal impact or why the paper does not address societal impact\. - •Examples of negative societal impacts include potential malicious or unintended uses \(e\.g\., disinformation, generating fake profiles, surveillance\), fairness considerations \(e\.g\., deployment of technologies that could make decisions that unfairly impact specific groups\), privacy considerations, and security considerations\. - •The conference expects that many papers will be foundational research and not tied to particular applications, let alone deployments\. However, if there is a direct path to any negative applications, the authors should point it out\. For example, it is legitimate to point out that an improvement in the quality of generative models could be used to generate Deepfakes for disinformation\. On the other hand, it is not needed to point out that a generic algorithm for optimizing neural networks could enable people to train models that generate Deepfakes faster\. - •The authors should consider possible harms that could arise when the technology is being used as intended and functioning correctly, harms that could arise when the technology is being used as intended but gives incorrect results, and harms following from \(intentional or unintentional\) misuse of the technology\. - •If there are negative societal impacts, the authors could also discuss possible mitigation strategies \(e\.g\., gated release of models, providing defenses in addition to attacks, mechanisms for monitoring misuse, mechanisms to monitor how a system learns from feedback over time, improving the efficiency and accessibility of ML\)\.
51. 11\.Safeguards
52. Question: Does the paper describe safeguards that have been put in place for responsible release of data or models that have a high risk for misuse \(e\.g\., pre\-trained language models, image generators, or scraped datasets\)?
53. Answer:\[N/A\]
54. Justification: The paper does not release a high\-risk foundation model or a newly scraped dataset; patient\-level MIMIC\-IV\-derived records are not redistributed\.
55. Guidelines: - •The answer\[N/A\]means that the paper poses no such risks\. - •Released models that have a high risk for misuse or dual\-use should be released with necessary safeguards to allow for controlled use of the model, for example by requiring that users adhere to usage guidelines or restrictions to access the model or implementing safety filters\. - •Datasets that have been scraped from the Internet could pose safety risks\. The authors should describe how they avoided releasing unsafe images\. - •We recognize that providing effective safeguards is challenging, and many papers do not require this, but we encourage authors to take this into account and make a best faith effort\.
56. 12\.Licenses for existing assets
57. Question: Are the creators or original owners of assets \(e\.g\., code, data, models\), used in the paper, properly credited and are the license and terms of use explicitly mentioned and properly respected?
58. Answer:\[No\]
59. Justification: MIMIC\-IV is cited and its access conditions are acknowledged, but the exact source\-version and license statement for the locally prepared derivative were not preserved in the portable experiment bundle\.
60. Guidelines: - •The answer\[N/A\]means that the paper does not use existing assets\. - •The authors should cite the original paper that produced the code package or dataset\. - •The authors should state which version of the asset is used and, if possible, include a URL\. - •The name of the license \(e\.g\., CC\-BY 4\.0\) should be included for each asset\. - •For scraped data from a particular source \(e\.g\., website\), the copyright and terms of service of that source should be provided\. - •If assets are released, the license, copyright information, and terms of use in the package should be provided\. For popular datasets,[paperswithcode\.com/datasets](https://paperswithcode.com/datasets)has curated licenses for some datasets\. Their licensing guide can help determine the license of a dataset\. - •For existing datasets that are re\-packaged, both the original license and the license of the derived asset \(if it has changed\) should be provided\. - •If this information is not available online, the authors are encouraged to reach out to the asset’s creators\.
61. 13\.New assets
62. Question: Are new assets introduced in the paper well documented and is the documentation provided alongside the assets?
63. Answer:\[N/A\]
64. Justification: No new public dataset, pretrained model, or benchmark asset is released with this manuscript version\.
65. Guidelines: - •The answer\[N/A\]means that the paper does not release new assets\. - •Researchers should communicate the details of the dataset/code/model as part of their submissions via structured templates\. This includes details about training, license, limitations, etc\. - •The paper should discuss whether and how consent was obtained from people whose asset is used\. - •At submission time, remember to anonymize your assets \(if applicable\)\. You can either create an anonymized URL or include an anonymized zip file\.
66. 14\.Crowdsourcing and research with human subjects
67. Question: For crowdsourcing experiments and research with human subjects, does the paper include the full text of instructions given to participants and screenshots, if applicable, as well as details about compensation \(if any\)?
68. Answer:\[N/A\]
69. Justification: The work is a retrospective analysis of an existing deidentified critical\-care database and involves no crowdsourcing or prospective participant interaction\.
70. Guidelines: - •The answer\[N/A\]means that the paper does not involve crowdsourcing nor research with human subjects\. - •Including this information in the supplemental material is fine, but if the main contribution of the paper involves human subjects, then as much detail as possible should be included in the main paper\. - •According to the NeurIPS Code of Ethics, workers involved in data collection, curation, or other labor should be paid at least the minimum wage in the country of the data collector\.
71. 15\.Institutional review board \(IRB\) approvals or equivalent for research with human subjects
72. Question: Does the paper describe potential risks incurred by study participants, whether such risks were disclosed to the subjects, and whether Institutional Review Board \(IRB\) approvals \(or an equivalent approval/review based on the requirements of your country or institution\) were obtained?
73. Answer:\[N/A\]
74. Justification: No new human\-subject recruitment or intervention was conducted; the study uses deidentified MIMIC\-IV\-derived data under the database access requirements\.
75. Guidelines: - •The answer\[N/A\]means that the paper does not involve crowdsourcing nor research with human subjects\. - •Depending on the country in which research is conducted, IRB approval \(or equivalent\) may be required for any human subjects research\. If you obtained IRB approval, you should clearly state this in the paper\. - •We recognize that the procedures for this may vary significantly between institutions and locations, and we expect authors to adhere to the NeurIPS Code of Ethics and the guidelines for their institution\. - •For initial submissions, do not include any information that would break anonymity \(if applicable\), such as the institution conducting the review\.
76. 16\.Declaration of LLM usage
77. Question: Does the paper describe the usage of LLMs if it is an important, original, or non\-standard component of the core methods in this research? Note that if the LLM is used only for writing, editing, or formatting purposes and does*not*impact the core methodology, scientific rigor, or originality of the research, declaration is not required\.
78. Answer:\[N/A\]
79. Justification: LLMs are not an important, original, or non\-standard component of the model, data construction, or experimental methodology\.
80. Guidelines: - •The answer\[N/A\]means that the core method development in this research does not involve LLMs as any important, original, or non\-standard components\. - •Please refer to our LLM policy in the NeurIPS handbook for what should or should not be described\.Similar Articles
Trajectory-Aware Clinical Risk Prediction via Severity-Grounded Knowledge Graphs and Retrieval-Augmented Generation
Proposes TRACER, a framework that integrates severity-grounded knowledge graphs and retrieval-augmented generation for trajectory-aware clinical risk prediction, achieving large gains in mortality and readmission prediction on MIMIC-III and MIMIC-IV datasets.
From Static Risk to Dynamic Trajectories: Toward World-Model-Inspired Clinical Prediction
This review paper proposes a unified framework for intervention-aware disease trajectory modeling in clinical AI, addressing static prediction failures by incorporating treatment confounder feedback and informative observation patterns.
Reconstructing and forecasting disease trajectories of patients with Alzheimer's disease using routine data in resource-constrained settings
This paper introduces GNOVA, a GRU-Neural ODE Variational Autoencoder framework for reconstructing and forecasting Alzheimer's disease cognitive trajectories from routine clinical data without expensive neuroimaging or biomarkers, achieving low error and uncertainty estimation on the ADNI dataset.
Uncertainty-Aware Longitudinal Forecasting of Alzheimer's Disease Progression Using Deep Learning
This paper proposes a probabilistic framework for Alzheimer's disease progression forecasting that combines ordinal diagnosis prediction, multi-horizon trajectory generation, and decomposed uncertainty estimation using a Temporal Fusion Transformer encoder and an autoregressive Mixture Density Network. The model outperforms baselines on ADNI data, achieving near-nominal 90% credible interval coverage with clinically meaningful uncertainty signals.
Training Large Language Models to Predict Clinical Events
This paper extends Foresight Learning to clinical event prediction by converting time-ordered clinical notes into prediction examples. A LoRA adapter on a 120B model improves calibration and outperforms GPT-5 on held-out questions.