Intervention-Aware Clinical World Model for Post-Op Outcome Forecasting in Cardiology
Intervention-aware clinical world model encodes patient anatomy into a 3D latent state, evolving it through asynchronous post-intervention events for long-term recurrence prediction, achieving AUROC 0.756 on DECAAF-II.
Key Findings
Methodology
This study introduces an intervention-aware clinical world model that leverages multimodal data fusion, starting with a pre-trained variational autoencoder (VAE) to encode baseline MRI into a 3D spatial latent state. The model dynamically updates this state using procedural events, static covariates, elapsed time, and peri-event ECG embeddings, employing a residual CNN for state evolution. To handle asynchronous event sequences, a Transformer encoder captures temporal dependencies, enabling the model to perform multi-horizon risk forecasting. The training objective combines latent state forecasting, binary classification for recurrence, and a latent space matching loss to ensure stability. During training, follow-up MRI images serve as supervision signals, guiding the latent space to reflect structural changes. The model supports retrospective input editing and multiple risk queries at different horizons, enhancing interpretability and clinical utility.
Key Results
- On DECAAF-II data, the model achieved AUROC 0.756 and AUPRC 0.777, outperforming static baseline models (AUROC 0.511) and models using only follow-up MRI (AUROC 0.525). The model also predicted scar extent with a mean absolute error (MAE) of 2.971 percentage points without requiring follow-up MRI at inference, demonstrating robust structural prediction capabilities.
- Ablation studies confirmed the importance of event information, latent space matching, and spatial structure. Removing event inputs caused a 0.133 decrease in AUROC, highlighting the significance of event-driven state updates.
- The model effectively captures risk trajectories over multiple time points, showing increasing early recurrence risk and stable late recurrence risk, aligning with clinical observations.
Significance
This work advances the field of dynamic disease modeling by integrating asynchronous multimodal data into a unified latent state framework, overcoming the limitations of static or single-time-point models. Its ability to perform multi-horizon risk prediction and simulate intervention scenarios offers a powerful tool for personalized medicine, especially in managing atrial fibrillation post-ablation. The model's capacity to update risk estimates in real-time and support retrospective scenario analysis enhances clinical decision-making, potentially reducing recurrence rates and improving patient outcomes. Moreover, the methodological innovations in latent state evolution and multi-modal fusion set a new standard for future research in medical AI, bridging the gap between complex data and actionable insights.
Technical Contribution
The key technical contributions include: • Development of a structured 3D latent state encoding anatomical features from MRI, pretrained on large datasets for generalization. • Integration of asynchronous procedural events, static covariates, and peri-event ECG embeddings into a unified state evolution framework using residual CNNs and Transformer encoders. • Formulation of multi-horizon risk forecasting via a horizon-token mechanism, enabling flexible risk queries at arbitrary future times. • Introduction of latent space matching loss to stabilize the evolution process, ensuring consistency between predicted and actual follow-up states. • Demonstration of structural prediction without relying on follow-up MRI intensities at inference, highlighting the model's structural understanding.
Novelty
This work is the first to combine spatial latent anatomical encoding with event-driven state evolution in a multi-horizon forecasting framework tailored for post-ablation atrial fibrillation recurrence. Unlike prior static classifiers or simple sequential models, it models the disease trajectory as a dynamic process, incorporating asynchronous procedural events and physiological embeddings. The horizon-token formulation for anytime risk prediction and the ability to perform retrospective input editing are novel contributions that significantly enhance clinical applicability. These innovations collectively push forward the frontier of personalized, dynamic disease modeling in cardiology.
Limitations
- The model is trained and validated solely on the DECAAF-II dataset, which limits its external generalizability. Larger, multi-center datasets are needed for validation across diverse populations.
- Dependence on high-quality multimodal data, including MRI, ECG, and procedural records, poses challenges in real-world settings where data may be incomplete or noisy.
- The interpretability of the latent anatomical state remains limited; further work is necessary to relate latent features to clinical concepts for better trust and adoption.
Future Work
Future research will focus on: • Validating the model across multi-center cohorts to assess robustness and generalizability; • Incorporating causal inference techniques to better understand intervention effects; • Improving computational efficiency for real-time clinical deployment; • Enhancing model interpretability through clinical knowledge integration; • Extending the framework to other cardiovascular diseases and chronic conditions, fostering broader personalized medicine applications.
AI Executive Summary
Predicting long-term recurrence of atrial fibrillation after catheter ablation remains a complex challenge in cardiology. Traditional models often rely on static baseline features, such as preoperative MRI or clinical scores, which fail to capture the dynamic nature of patient recovery and disease progression. These models are limited in their ability to adapt to irregular post-procedural events, such as medication adjustments, electrical cardioversion, or repeat interventions, which significantly influence long-term outcomes.
Addressing this gap, the authors propose an innovative intervention-aware clinical world model that encodes each patient’s anatomy into a structured 3D latent state. This state is initialized from baseline MRI and evolves over time through asynchronous, event-driven updates. The model integrates multiple data modalities, including procedural geometry, static covariates, and peri-event ECG embeddings, to dynamically reflect the patient’s evolving physiological condition. The core mechanism involves residual CNNs for spatial state updates and a Transformer encoder to process irregular event sequences, capturing complex temporal dependencies.
The training framework employs a latent forecasting objective, where follow-up MRI images serve as supervision signals, guiding the latent space to accurately reflect structural changes such as scar formation. Additionally, the model supports multi-horizon risk queries, allowing clinicians to assess recurrence probabilities at various future time points. It also enables retrospective input editing, simulating different intervention scenarios to evaluate their potential impact on long-term outcomes.
Experimental results on the DECAAF-II dataset demonstrate the model’s superior predictive performance, achieving AUROC 0.756 and AUPRC 0.777, significantly outperforming static and single-modality baselines. The model accurately predicts scar extent with a mean absolute error of 2.971 percentage points without relying on follow-up MRI intensities during inference, highlighting its structural understanding. Ablation studies confirm the importance of event information and latent space consistency, emphasizing the model’s robustness.
This research marks a significant step forward in dynamic disease modeling, offering a flexible, interpretable, and clinically relevant tool for personalized management of atrial fibrillation. Its ability to incorporate asynchronous, multimodal data and perform multi-horizon risk assessment opens new avenues for real-time clinical decision support. Future work will focus on external validation, causal inference integration, and extending the framework to other chronic diseases, ultimately aiming to transform personalized medicine in cardiology and beyond.
Deep Analysis
Background
The management of atrial fibrillation (AF) has seen rapid advances with the integration of medical imaging, electrophysiology, and machine learning techniques. Early models for recurrence prediction primarily relied on static features such as preoperative MRI, electroanatomic mapping, and clinical scores like CHA2DS2-VASc. These approaches, while useful, could not account for the dynamic and irregular nature of post-ablation recovery, where patient status evolves through asynchronous events like medication adjustments, cardioversions, and repeat procedures. Recent developments in deep learning, especially in the form of world models, have demonstrated the ability to simulate complex systems by learning latent dynamics from multimodal data. In the context of cardiology, some efforts have focused on static scar quantification or short-term risk prediction, but few have addressed the challenge of long-term, multi-horizon forecasting that incorporates asynchronous, multimodal data streams. This gap is critical because effective management requires understanding how various interventions and physiological changes influence future outcomes over extended periods. The current work builds on this foundation by proposing a structured, event-driven latent state model that captures the evolving anatomy and physiology of the heart, aiming to provide clinicians with a powerful tool for personalized, dynamic risk assessment.
Core Problem
Despite the availability of rich multimodal data, existing predictive models for AF recurrence are limited by their static nature and inability to handle asynchronous interventions. The core problem is to develop a model that can dynamically update the patient's disease state as new evidence arrives, accurately forecast long-term recurrence risk, and support scenario analysis through retrospective input editing. The challenge lies in integrating heterogeneous data types—imaging, procedural geometry, ECG, and clinical events—each with irregular sampling and variable temporal gaps. Moreover, the model must support multi-horizon predictions, enabling clinicians to assess risk at different future points, which is essential for planning follow-up strategies and interventions. Achieving this requires a novel architecture that can learn structured latent representations, evolve them through complex, asynchronous events, and provide interpretable, reliable predictions. Addressing these issues is crucial for advancing personalized medicine in cardiology, reducing recurrence rates, and optimizing resource allocation.
Innovation
The primary innovations of this work include: 1) The development of a structured 3D spatial latent state that encodes patient anatomy from baseline MRI, pretrained on large datasets for robust generalization. 2) An event-driven state evolution mechanism that incorporates procedural geometry, static covariates, and peri-event ECG embeddings, allowing the model to update patient status asynchronously and reflect real-world clinical workflows. 3) The use of a Transformer encoder to process irregular, asynchronous event sequences, capturing complex temporal dependencies beyond simple Markov assumptions. 4) A multi-horizon forecasting framework based on a horizon-token mechanism, enabling risk predictions at arbitrary future times, supporting clinical decision-making at multiple points. 5) A latent space matching loss that enforces consistency between predicted and actual follow-up states, improving stability and structural accuracy. These innovations collectively enable a dynamic, flexible, and interpretable model tailored for long-term disease trajectory prediction, setting a new standard in medical world modeling.
Methodology
- �� The process begins with a pre-trained variational autoencoder (VAE) that encodes baseline MRI into a high-dimensional 3D latent state z0, representing the patient's initial anatomy.
- �� Static covariates such as age, gender, and clinical history are embedded into vectors using a learned embedding function ϕs.
- �� The ablation heatmap, derived from procedural geometry, is encoded via a 3D CNN (ϕa) to produce A, capturing spatial scar distribution.
- �� Each clinical event (e.g., medication change, cardioversion, repeat procedure) is mapped to a token ei, which encodes event time, type flags, and peri-event ECG embeddings obtained through mean pooling within a 7-day window before the event.
- �� Starting from the initial latent state z0, the model updates the state iteratively for each valid event i using a residual CNN (fϕ) that incorporates the conditioning vector ci (from the event token and covariates) and the ablation map A. The update formula (equation 4) combines the previous state, event-conditioned residual, and elapsed time drift.
- �� To handle asynchronous event sequences, a Transformer encoder processes the event tokens, producing contextualized embeddings hi, which are broadcast over the spatial grid for the latent state updates.
- �� During training, the model minimizes a composite loss function: latent forecasting loss (matching predicted terminal state to zpost from follow-up MRI), recurrence classification loss (binary cross-entropy), and scar extent regression loss (Huber loss). The latent forecast ensures the model captures structural evolution, while the classification guides risk estimation.
- �� The model supports multi-horizon risk queries by changing the terminal horizon token, enabling clinicians to assess recurrence probabilities at different future time points.
- �� Additionally, the framework allows for retrospective input editing, where the presence or timing of events can be modified to simulate alternative intervention scenarios and evaluate their impact on predicted outcomes.
Experiments
- �� The experimental setup involves the DECAAF-II dataset, comprising 91 patients with complete pre- and post-ablation MRI, procedural records, ECG, and recurrence labels. An auxiliary cohort of 258 patients without complete ablation geometry was used to evaluate the model’s robustness without spatial information.
- �� The pre-trained MRI encoder was trained on a larger dataset of 732 patients with incomplete records, ensuring generalization of the spatial latent representation.
- �� The main evaluation employed 5-fold cross-validation, measuring AUROC and AUPRC for recurrence prediction, and MAE for scar extent prediction.
- �� Baseline comparisons included static feature models, sequence models (GRU, LSTM, Transformer), and ablation variants removing key components like event information or latent matching.
- �� Ablation studies systematically assessed the impact of conditioning signals, event encoding, and structural priors, confirming the importance of each component.
- �� The model’s ability to perform multi-horizon risk predictions was tested at D30, D60, D90, and beyond, analyzing the evolution of risk over time and the model’s responsiveness to new evidence.
Results
- �� The proposed model achieved AUROC 0.756 and AUPRC 0.777, outperforming static models (AUROC 0.511) and MRI-only models (AUROC 0.525), demonstrating the advantage of dynamic, event-driven state evolution.
- �� It accurately predicted scar extent with a mean absolute error of 2.971 percentage points, close to the oracle baseline (3.189), despite not using follow-up MRI intensities at inference.
- �� Ablation results showed that removing event information caused a significant drop in AUROC (by 0.133), highlighting the importance of asynchronous event modeling.
- �� The risk trajectories over multiple horizons revealed that early recurrence risk increased rapidly within 30 days post-procedure, while late recurrence risk remained relatively stable, aligning with clinical expectations.
- �� The model’s ability to support retrospective input editing demonstrated its potential for scenario analysis, with risk estimates shifting significantly when event timings or presence were altered.
Applications
- �� The model can be integrated into clinical workflows for real-time risk monitoring, enabling personalized follow-up schedules and intervention planning.
- �� It supports scenario analysis, allowing clinicians to simulate the impact of different post-procedure interventions, such as medication adjustments or additional procedures.
- �� The approach can be extended to other chronic diseases with irregular event patterns, such as heart failure or stroke, facilitating broader personalized disease management platforms.
Limitations & Outlook
- �� The dataset used for training and validation is relatively small and from a single source, limiting the assessment of model generalizability.
- �� Dependence on high-quality multimodal data, including MRI, ECG, and procedural records, poses challenges in real-world settings where data quality varies.
- �� The interpretability of the latent anatomical state remains limited; further efforts are needed to relate latent features to clinical concepts.
- �� Computational complexity may hinder real-time deployment, requiring optimization for clinical environments.
Plain Language Accessible to non-experts
Imagine managing a busy factory where products are assembled through many different steps, sometimes with unexpected interruptions—like a machine breaking down or a new supplier arriving. To keep the factory running smoothly, you need a smart system that constantly learns from what’s happening on the floor. It watches how the machines are working, records when new parts arrive, and notes any problems or changes. This system then predicts how the factory will perform in the future—like whether a product will be finished on time or if a machine might break down again.
Now, think of a patient’s heart as that factory. The doctors have lots of information—images of the heart, electrical signals, records of procedures, and medication changes. But these pieces of information come at different times and are not always complete. The new model acts like that smart factory manager: it takes all these asynchronous data points, learns how the heart’s structure and function change over time, and predicts whether the patient might have a recurrence of their arrhythmia in the coming months.
This system doesn’t just give a single prediction; it can tell you the risk at different future points, like 30, 60, or 90 days later. It also allows doctors to see what might happen if they change certain treatments, helping them make better decisions. It’s like planning different scenarios in the factory to see which one works best, all based on the latest information. This approach makes the prediction process more realistic and adaptable, closely mimicking how a real doctor would monitor and adjust treatment over time.
ELI14 Explained like you're 14
Imagine you’re playing a game where your character goes through different adventures. Sometimes, unexpected things happen—like encountering a new enemy, finding a treasure, or facing a trap. Each event changes what your character might do next, and you keep track of all these events to decide what to do in the future.
Now, think of a doctor trying to predict whether a patient’s heart problem will come back after treatment. The doctor has lots of clues—like heart scans, electrical signals, medication changes, and procedures—that happen at different times and sometimes unexpectedly. The new smart system in this paper works like a super-smart game guide. It remembers all the clues, learns how they affect the heart’s condition, and then predicts whether the problem might return in the next few months.
What’s cool is that it doesn’t just give one prediction. It can tell the doctor what might happen in 30 days, 60 days, or even 90 days, based on what has happened so far. It can also imagine different scenarios—like what if the patient took a different medicine or had another procedure? The system can simulate those options and show how the risk might change.
So, it’s like having a wise friend who keeps track of everything happening to your character in the game, learns how each event affects the future, and helps you plan the best moves. For doctors, this means better predictions, more personalized care, and the ability to test different treatment plans—all based on the latest clues about the patient’s health. It makes managing heart health more like playing a strategic game, where every move counts and the system helps you make the smartest choices!
Abstract
Many clinical prediction models treat post-intervention outcomes as a one-step mapping from baseline measurements to a future endpoint. However, recovery after a procedure often unfolds as an irregular trajectory: clinical observations, medication changes, repeat interventions, and physiological measurements are recorded asynchronously and can change risk assessment over time. We propose an intervention-aware clinical world model that represents each patient with a structured latent state and evolves it through time-ordered post-intervention events. The model first encodes baseline imaging into a 3D spatial latent state. It then updates this state using procedural context, static covariates, elapsed time, and peri-event physiological embeddings. Follow-up imaging provides training-only supervision through a latent forecasting objective. We apply the framework to atrial fibrillation ablation. During the 90-day recovery window, irregular post-procedure records provide clinically meaningful evidence for long-term recurrence risk. In repeated internal cross-validation on DECAAF-II, our model achieves AUROC 0.756 and AUPRC 0.777 for recurrence prediction. It also achieves a scar-extent MAE of 2.971 percentage points without requiring follow-up MRI intensities at inference. The learned state supports recurrence-risk queries at different horizons and retrospective input editing of blanking-period records.
References (20)
Revisiting Feature Prediction for Learning Visual Representations from Video
Adrien Bardes, Q. Garrido, Jean Ponce et al.
CRAFT: Clinical Reward-Aligned Finetuning for Medical Image Synthesis
Yunsung Chung, Ali Darzi, C. Khoury et al.
Effect of MRI-Guided Fibrosis Ablation vs Conventional Catheter Ablation on Atrial Arrhythmia Recurrence in Patients With Persistent Atrial Fibrillation: The DECAAF II Randomized Clinical Trial.
N. Marrouche, O. Wazni, C. McGann et al.
LASSNet: A Four Steps Deep Neural Network for Left Atrial Segmentation and Scar Quantification
Arthur L. Lefebvre, Carolyna A. P. Yamamoto, J. Shade et al.
EHRWorld: A Patient-Centric Medical World Model for Long-Horizon Clinical Trajectories
Linjie Mu, Zhongzhen Huang, Yannian Gu et al.
2017 HRS/EHRA/ECAS/APHRS/SOLAECE expert consensus statement on catheter and surgical ablation of atrial fibrillation
H. Calkins, G. Hindricks, R. Cappato et al.
Exploring interpretability in deep learning prediction of successful ablation therapy for atrial fibrillation
S. Ogbomo-Harmitt, M. Muffoletto, A. Zeidan et al.
MuDreamer: Learning Predictive World Models without Reconstruction
Maxime Burchi, R. Timofte
Genie: Generative Interactive Environments
Jake Bruce, Michael Dennis, Ashley Edwards et al.
Predicting Atrial Fibrillation Recurrence by Combining Population Data and Virtual Cohorts of Patient-Specific Left Atrial Models
C. Roney, I. Sim, Jin Yu et al.
CheXWorld: Exploring Image World Modeling for Radiograph Representation Learning
Yang Yue, Yulin Wang, Chenxin Tao et al.
SOFA: Deep Learning Framework for Simulating and Optimizing Atrial Fibrillation Ablation
Yunsung Chung, C. Lim, G. Bidaoui et al.
Novel Computational Analysis of Left Atrial Anatomy Improves Prediction of Atrial Fibrillation Recurrence after Ablation
M. Varela, F. Bisbal, E. Zacur et al.
CLARITY: Medical World Model for Guiding Treatment Decisions by Modeling Context-Aware Disease Trajectories in Latent Space
Tianxingjian Ding, Yuanhao Zou, Chen Chen et al.
Toward Patient-Specific Prediction of Ablation Strategies for Atrial Fibrillation Using Deep Learning
M. Muffoletto, A. Qureshi, A. Zeidan et al.
Beyond Generative AI: World Models for Clinical Prediction, Counterfactuals, and Planning
Mohammad Areeb Qazi, Maryam Nadeem, Mohammad Yaqub
Cardiac Copilot: Automatic Probe Guidance for Echocardiography with World Model
Haojun Jiang, Zhenguo Sun, Ning Jia et al.
AtrialJSQnet: A New Framework for Joint Segmentation and Quantification of Left Atrium and Scars Incorporating Spatial and Shape Information
Lei Li, V. Zimmer, J. Schnabel et al.
A new machine learning approach for predicting likelihood of recurrence following ablation for atrial fibrillation from CT
Thomas Atta-fosu, M. Labarbera, S. Ghose et al.
Generative Artificial Intelligence in Medical Imaging: Foundations, Progress, and Clinical Translation
Xuanru Zhou, Cheng Li, Shuqiang Wang et al.