SPAISep 23, 2024

TFT-multi: simultaneous forecasting of vital sign trajectories in the ICU

arXiv:2409.15586v310 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses the need for realistic multivariate forecasting in clinical care, offering a practical tool for ICU monitoring, though it is incremental as it builds on an existing framework.

The paper tackled the problem of predicting multiple vital sign trajectories simultaneously in ICU settings, extending the Temporal Fusion Transformer to propose TFT-multi, which outperformed state-of-the-art univariate and multivariate prediction tools on public and institutional datasets.

Trajectory forecasting in healthcare data has been an important area of research in precision care and clinical integration for computational methods. In recent years, generative AI models have demonstrated promising results in capturing short and long range dependencies in time series data. While these models have also been applied in healthcare, most of them only predict one value at a time, which is unrealistic in a clinical setting where multiple measures are taken at once. In this work, we extend the framework temporal fusion transformer (TFT), a multi-horizon time series prediction tool, and propose TFT-multi, an end-to-end framework that can predict multiple vital trajectories simultaneously. We apply TFT-multi to forecast 5 vital signs recorded in the intensive care unit: blood pressure, pulse, SpO2, temperature and respiratory rate. We hypothesize that by jointly predicting these measures, which are often correlated with one another, we can make more accurate predictions, especially in variables with large missingness. We validate our model on the public MIMIC dataset and an independent institutional dataset, and demonstrate that this approach outperforms state-of-the-art univariate prediction tools including the original TFT and Prophet, as well as vector regression modeling for multivariate prediction. Furthermore, we perform a study case analysis by applying our pipeline to forecast blood pressure changes in response to actual and hypothetical pressor administration.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes