NOAH understands, represents, and extends sequences of multimodal patient data: one pretrained generative time-aware transformer model with latent variability for forecasting with optional time control, outcome simulation, and patient state representation.
Abstract
The digitization of healthcare has generated vast, longitudinal, and multimodal patient records over a lifetime, yet fully exploiting these data to represent and predict patient state trajectories remains a critical challenge. Current AI models often struggle to capture the complex, irregular temporal dynamics and inherent stochasticity of real-world multimodal patient data. In the biomedical domain, existing AI approaches for modeling longitudinal patient records are predominantly discriminative, limited to a few modalities, constrained by closed categorical vocabularies, treating time as a monotonic inductive bias, or they are limited in forecasting future patient states. We introduce NOAH, a time-aware, task-agnostic, generative transformer model representing and forecasting the full multimodal patient journey. NOAH features a novel bidirectional time integration and a variational latent space to capture the continuous evolution of patient states and the stochasticity of clinical trajectories. Built from over 559 million clinical events from 431,000 hospital visits of 299,000 patients across the MIMIC dataset family, NOAH natively processes multiple kinds of medical images, time-series and numeric signals, categorical events, as well as structured and unstructured clinical records. NOAH is the first truly holistic generative model in its field, enabling autoregressive forecasting with optional time control, zero-shot classification, and counterfactual simulation of clinical interventions. Furthermore, its novel approach generates highly informative and predictive patient state representations that demonstrate strong performance in probing for clinical outcomes, 15 ICD chapters, and 29 comorbidities, as well as in time-to-event prediction. Seamlessly handling diverse modalities and complex temporal dynamics, NOAH provides a versatile, task-agnostic, scalable foundation for intelligent predictive systems in personalized clinical care and digital medicine.
A holistic patient state encoder and prediction engine. Built from all data.
NOAH can consume all of a patient’s lifetime data as one sequence of timestamped events: textual reports, X-ray images, ultrasound videos, ECG waveforms, vital measurements, lab results, medication, procedures, and more.
All pieces of information are considered singular events and put on one timeline per patient, in arbitrary order and count. They can span multiple emergency department (ED) visits, hospital admissions, and ICU stays, as well as online medical records collected outside clinical care.
NOAH’s design can deal with unseen continuous value embeddings and free-text event types without retraining, overcoming the limitations of a closed vocabulary.
- 0
- timestamped clinical events
Event volume per modality (log scale).
- 0K
- patients
- 0K
- hospital visits
- 0
- data modalities
For the first time in its field, NOAH is fully multimodal, yet generative. It actually consumes the contents of events, e.g. pixel data of an X-ray instead of just the information that an image was taken. NOAH is a transformer decoder pretrained on these multimodal sequences from the merged MIMIC dataset family (Johnson et al., 2023).
A landscape of patient states and transitions.
NOAH is pretrained to predict the next token in a variable latent space for each timestep, i.e. for every clinical event in the input sequence, given the history. By this, NOAH learns a landscape of patient states and transitions. It produces an embedding for every timestep, forming a trajectory over the entire patient journey. It serves as a versatile patient state encoder.
Events and values of one patient
- 08:12ED arrival, ambulance
- 08:19Triage: chest pain, HR 118
- 08:3412-lead ECG, ST depression
- 08:51Troponin 1.8 ng/mL
- 09:08Chest X-ray, congestion
- 09:35Note: suspected NSTEMI
- 10:02Heparin started
- 11:26Cath lab, PCI to LAD
- 14:10ICU admission
- 18:22Echo, EF 38%
- d2 09:00Ward transfer, stable
- d4 11:15Discharge home
Patient state space
Surprise
As a characteristic of NOAH, the model allows quantifying its surprise, i.e. the difference between its prior expectation and the posterior informed by the actual next event, for each step in a patient’s timeline. This surprise corresponds to clinical novelty. It rises before formally charted stay onsets, peaks for first responses in the emergency department, and decays as routines emerge.
Patient states by care level
Patient states by event type
NOAH’s learned trajectories for all test set patients form a landscape that is mainly organized by contextualized events, e.g. by event type under a certain level of care.
A prediction engine with optional time control.
Due to its generative nature, NOAH can also predict future states autoregressively. Thus, NOAH also serves as a task-agnostic prediction engine.
Recorded historyRecorded history for one patient
NOAH forecast
13:40 · MAP 62 mmHg
Prompted with a patient’s record up to a cutoff, NOAH rolls out future events and also allows for controlling the timing of each next event. It reaches AUROC 0.83-0.95 with Brier scores 0.03-0.11 for type and modality of the next events within horizons of up to 72 h.
NOAH’s built-in variability allows for sampling multiple such rollouts under one prompt. This enables Monte Carlo estimation of clinical outcome probabilities such as in-hospital mortality, prolonged stay, and 30-day readmission, zero-shot without extra training. We achieve an AUROC of 0.97 for 72-hour mortality, 0.74 for prolonged stay, and 0.61 for readmission.
Recorded historyRecorded history for one patient
Three sampled rollouts
A simulator for counterfactual interventions.
Using the mechanism described above, NOAH allows swapping a factual treatment in the prompt for a counterfactual and observing the change in the probabilities of the simulated outcomes.
For 1,085 patients, we substitute the first intravenous fluid given within six hours of a sepsis marker (0.9% saline vs. lactated Ringer’s), simulate both arms, and estimate mortality, length of stay, and MAKE-30 (Semler et al., 2018). The simulated treatment effect, +8.92 pp MAKE-30 and +8.86 pp 30-day mortality under Ringer’s against saline, matches the sign of the effect in the sepsis subgroup of the SMART randomized trial (Brown et al., 2019), +4.7 pp, at roughly twice its magnitude.
For each generated patient state during counterfactual simulation, i.e. for each timestep, we retrieve the NEWS2 patient stability score (Smith et al., 2019). Under simulated saline versus Ringer’s, the risk scores differ and the estimated outcome probabilities improve under Ringer’s, consistent with SMART’s sepsis subgroup.
A powerful feature extractor for downstream tasks.
NOAH produces a patient state embedding at every timestep, aggregating information from a long complex history of diverse multimodal events. These representations can serve as powerful features to facilitate downstream tasks.
Due to NOAH’s novel architecture, those features are highly predictive and prognostic. DeepSurv (Katzman et al., 2018) survival models reach a C-index (Antolini et al., 2005) of up to 0.85 on NOAH’s patient state embeddings while staying calibrated (Haider et al., 2020).
Linear probes for retrieval reach AUROC 0.72-0.94 across 15 ICD chapters and 29 comorbidities (Quan et al., 2005). An MLP recovers the NEWS2 early-warning score (Smith et al., 2019) with MAE 1.34 and is applicable to any patient state at any point in time.
Results of linear probes for outcomes, ICD chapters and comorbidities, of an MLP for NEWS2 risk recovery, and of survival models that achieve top performance using NOAH’s patient state representations as features.
A novel variability module and bidirectional time integration.
NOAH is a causally masked transformer decoder pretrained on sequences of multimodal patient data. Every sequence item is considered a timestamped event consisting of high-level type category, free-text type specifics, and continuous value embedding. NOAH learns end-to-end to project those composite events into a shared space, following the token scheme of TAMME (Susetzky et al., 2025).
Variational autoregression. Given a multimodal input sequence, for timestep NOAH predicts the next event through transformer output and a latent patient state . This patient state is shared across the output heads decoding the multiple event components. The overall setup adopts the concepts of the Variational Autoencoder (VAE) (Kingma & Welling, 2013) and of Variational Recurrent Neural Networks (VRNN) (Chung et al., 2015):
The prior is a learned, context-conditional Gaussian over the continuation that is expected given the history. During training, an informed posterior additionally sees the embedding of the realized event . The model’s objective is to reconstruct from the posterior while simultaneously minimizing the divergence between prior and posterior. This explicitly encourages the model to learn a predictive representation from history and encode only the truly unpredictable residual via the posterior, the surprise. At inference time, sampling from the prior yields stochastic trajectories.
Bidirectional temporal attention. The gap between two adjacent events in our multimodal event sequences is the forward gap of the earlier one and, at the same time, the backward gap of the later one. NOAH explicitly separates these two functionally distinct views in the self-attention mechanism: queries carry the forward gap to the next event while keys are associated with the backward gap to the previous event. Both include the event’s index position within the sequence as well as the patient’s age at that event. All features are encoded through a sinusoidal basis :
By this, attention explicitly conditions on the horizon it predicts for.
Citation
@misc{susetzky2026noah, title = {NOAH: Learning the Full Patient Journey. A Longitudinal Multimodal Time-Aware Model for Representation and Forecasting}, author = {Tobias Susetzky and Raphael Rehms and Dmitrii Seletkov and Özgün Turgut and Michelle Espranita Liman and Lisa Steinhelfer and Rickmer Braren and Daniel Rueckert}, year = {2026}, eprint = {2609.09140}, archivePrefix = {arXiv}, primaryClass = {cs.LG}, url = {https://arxiv.org/abs/2609.09140}}