TL;DR
This paper introduces a novel deep learning model called Temporal Pointwise Convolution (TPC) for predicting ICU length of stay, outperforming existing models by 18-68% and effectively handling EHR data challenges.
Contribution
The paper presents TPC, a new deep learning architecture combining temporal and pointwise convolutions, tailored for ICU stay prediction and robust to EHR data issues.
Findings
Achieved 18-68% performance improvement over LSTM and Transformer models.
Reduced mean absolute deviation to 1.55 days (eICU) and 2.28 days (MIMIC-IV).
Adding mortality prediction enhances length of stay prediction accuracy.
Abstract
The pressure of ever-increasing patient demand and budget restrictions make hospital bed management a daily challenge for clinical staff. Most critical is the efficient allocation of resource-heavy Intensive Care Unit (ICU) beds to the patients who need life support. Central to solving this problem is knowing for how long the current set of ICU patients are likely to stay in the unit. In this work, we propose a new deep learning model based on the combination of temporal convolution and pointwise (1x1) convolution, to solve the length of stay prediction task on the eICU and MIMIC-IV critical care datasets. The model - which we refer to as Temporal Pointwise Convolution (TPC) - is specifically designed to mitigate common challenges with Electronic Health Records, such as skewness, irregular sampling and missing data. In doing so, we have achieved significant performance benefits of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Softmax · Label Smoothing · Adam · Layer Normalization · Byte Pair Encoding · Multi-Head Attention · Attention Is All You Need
