Improving Prediction of Need for Mechanical Ventilation using Cross-Attention
Anwesh Mohanty, Supreeth P. Shashikumar, Jonathan Y. Lam, Shamim Nemati
TL;DR
The study addresses predicting the need for mechanical ventilation in ICU patients by introducing FFNN-MHA, a feed-forward network enhanced with a cross-attention mechanism that uses Time-Since-Last-Measured features and patient comorbidities as queries. Trained and evaluated on the MIMIC-IV dataset, the model demonstrates a substantial performance gain, achieving a test $AUC$ of $0.9013$ and a 17.8% reduction in false positives compared to a baseline FFNN, with cross-attention outperforming self-attention. The results underscore the value of personalized contextual information and temporal feature dynamics in critical care prediction, while also highlighting the need for external validation and careful labeling. The work suggests that incorporating comorbidities into the cross-attention mechanism meaningfully enhances MV-prediction accuracy and reduces unnecessary ventilator initiation.
Abstract
In the intensive care unit, the capability to predict the need for mechanical ventilation (MV) facilitates more timely interventions to improve patient outcomes. Recent works have demonstrated good performance in this task utilizing machine learning models. This paper explores the novel application of a deep learning model with multi-head attention (FFNN-MHA) to make more accurate MV predictions and reduce false positives by learning personalized contextual information of individual patients. Utilizing the publicly available MIMIC-IV dataset, FFNN-MHA demonstrates an improvement of 0.0379 in AUC and a 17.8\% decrease in false positives compared to baseline models such as feed-forward neural networks. Our results highlight the potential of the FFNN-MHA model as an effective tool for accurate prediction of the need for mechanical ventilation in critical care settings.
