Compound Density Networks for Risk Prediction using Electronic Health Records
Yuxi Liu, Shaowen Qin, Zhenhao Zhang, Wei Shao

TL;DR
This paper introduces CDNet, an integrated model combining imputation and prediction for EHR data, which improves mortality prediction accuracy and uncertainty estimation by jointly tuning imputation and prediction components.
Contribution
The paper presents a novel end-to-end framework, CDNet, that jointly optimizes imputation and prediction in EHR data using a combination of GRU, MDN, and RAN, outperforming existing methods.
Findings
Outperforms state-of-the-art models on MIMIC-III mortality prediction.
Regularizing imputed values enhances prediction accuracy.
Captures both aleatoric and epistemic uncertainties.
Abstract
Electronic Health Records (EHRs) exhibit a high amount of missing data due to variations of patient conditions and treatment needs. Imputation of missing values has been considered an effective approach to deal with this challenge. Existing work separates imputation method and prediction model as two independent parts of an EHR-based machine learning system. We propose an integrated end-to-end approach by utilizing a Compound Density Network (CDNet) that allows the imputation method and prediction model to be tuned together within a single framework. CDNet consists of a Gated recurrent unit (GRU), a Mixture Density Network (MDN), and a Regularized Attention Network (RAN). The GRU is used as a latent variable model to model EHR data. The MDN is designed to sample latent variables generated by GRU. The RAN serves as a regularizer for less reliable imputed values. The architecture of CDNet…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Topic Modeling · Chronic Disease Management Strategies
MethodsGated Recurrent Unit
