Section 01
[Introduction] TIDE: Core Overview of an Early Prediction System for ICU Delirium Based on Graph Neural Networks
This post introduces the TIDE project (original project title: TIDE: Predicting ICU Delirium Onset from Time Series Using a Patch-Based Graph Neural Network). The project applies the T-PatchGNN architecture to early prediction of ICU delirium, using physiological monitoring data from the first 24 hours after patients are admitted to the ICU in the MIMIC-IV database to achieve end-to-end prediction. Using only structured EHR data, the system reaches an AUROC of 0.829, providing interpretable intelligent support for early clinical intervention. The project is maintained by stephenyang5 and published on GitHub (link: https://github.com/stephenyang5/TIDE) on June 13, 2026.