LGAISep 8, 2023

PRISM: Mitigating EHR Data Sparsity via Learning from Missing Feature Calibrated Prototype Patient Representations

arXiv:2309.04160v610 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This work addresses data sparsity challenges in EHRs for healthcare predictive modeling, offering an incremental improvement over existing methods.

The paper tackles the problem of data sparsity in Electronic Health Records (EHRs) for predictive modeling by introducing PRISM, a framework that uses prototype patient representations and feature confidence learning, resulting in superior performance on in-hospital mortality and 30-day readmission tasks across multiple datasets like MIMIC-III and eICU.

Electronic Health Records (EHRs) contain a wealth of patient data; however, the sparsity of EHRs data often presents significant challenges for predictive modeling. Conventional imputation methods inadequately distinguish between real and imputed data, leading to potential inaccuracies of patient representations. To address these issues, we introduce PRISM, a framework that indirectly imputes data by leveraging prototype representations of similar patients, thus ensuring compact representations that preserve patient information. PRISM also includes a feature confidence learner module, which evaluates the reliability of each feature considering missing statuses. Additionally, PRISM introduces a new patient similarity metric that accounts for feature confidence, avoiding over-reliance on imprecise imputed values. Our extensive experiments on the MIMIC-III, MIMIC-IV, PhysioNet Challenge 2012, eICU datasets demonstrate PRISM's superior performance in predicting in-hospital mortality and 30-day readmission tasks, showcasing its effectiveness in handling EHR data sparsity. For the sake of reproducibility and further research, we have publicly released the code at https://github.com/yhzhu99/PRISM.

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