Carl von Ossietzky Universitat Oldenburg (AI4Health Division) (Lopez Alcaraz, Strodthoff)
Model weights not public. Contact creators for more information.
Multimodal deep-learning framework that estimates and forecasts abnormal laboratory values directly from a 12-lead ECG plus routinely available demographics, biometrics, and vital signs -- reframing dozens of blood tests as binary classification targets predictable from a test that is already fast, non-invasive, and nearly universal in acute care. A structured state-space (S4) encoder processes the raw ECG waveform and is late-fused with an MLP encoder over the tabular metadata; the same architecture is trained both to estimate the closest lab value within 60 minutes of the ECG ('abnormality prediction') and to forecast whether a value will become abnormal 30/60/120 minutes into the future ('abnormality forecasting'). Trained and evaluated on 385,480 linked ECG-lab-value samples from 127,994 MIMIC-IV patients, the model reaches AUROC > 0.7 for 24 distinct lab abnormalities in the prediction setting and 24 in the forecasting setting, spanning cardiac, renal, hematological, metabolic, immunological, and coagulation categories -- with NT-proBNP elevation the best-predicted marker (AUROC 0.90), followed by hemoglobin, albumin, and hematocrit derangements (AUROC > 0.82). Code for dataset construction, training, and evaluation is public under an MIT license; no pretrained model weights are released.
Architecture
CNN (1D)
Structured state-space (S4) time-series classifier (4 bidirectional S4 blocks, dimension 512, state size 8) over the raw ECG waveform, late-fused via concatenation with a 3-layer MLP encoder over demographics/biometrics/vital-sign tabular features
Framework
PyTorch
Added to catalog
2026-08-10
MIMIC-IV-ECG / MIMIC-IV Linked Lab-Values Cohort (CardioLab)
385,480 samples from 127,994 patients, combining MIMIC-IV-ECG waveforms with MIMIC-IV demographics, biometrics, vital signs, and laboratory results; covers 560 distinct abnormality labels derived from 102 unique laboratory values across cardiac, renal, hematological, metabolic, immunological, and coagulation categories. 50.4% male / 49.6% female; median age 64 (IQR 25); 65.3% Caucasian, 16.8% African, 5.8% Hispanic, 3.1% Asian, 7.4% other.
Real-time estimation of abnormal laboratory values (cardiac, renal, hematological, metabolic, immunological, and coagulation panels) from a 12-lead ECG plus demographics, biometrics, and vital signs
Forecasting of abnormal laboratory values 30/60/120 minutes into the future from a 12-lead ECG plus demographics, biometrics, and vital signs