Preprint
Machine Learning

Deep Patient: An Unsupervised Representation to Predict the Future of Patients from the Electronic Health Records

Riccardo Miotto(Icahn School of Medicine at Mount Sinai), Li Li(Icahn School of Medicine at Mount Sinai), Brian Kidd(Icahn School of Medicine at Mount Sinai), Joel T. Dudley(Icahn School of Medicine at Mount Sinai)
May 17, 2016Scientific Reports1,759 citations

1.8k

Citations

71

Influential Citations

Scientific Reports

Venue

2016

Year

Abstract

Secondary use of electronic health records (EHRs) promises to advance clinical research and better inform clinical decision making. Challenges in summarizing and representing patient data prevent widespread practice of predictive modeling using EHRs. Here we present a novel unsupervised deep feature learning method to derive a general-purpose patient representation from EHR data that facilitates clinical predictive modeling. In particular, a three-layer stack of denoising autoencoders was used to capture hierarchical regularities and dependencies in the aggregated EHRs of about 700,000 patients from the Mount Sinai data warehouse. The result is a representation we name "deep patient". We evaluated this representation as broadly predictive of health states by assessing the probability of patients to develop various diseases. We performed evaluation using 76,214 test patients comprising 78 diseases from diverse clinical domains and temporal windows. Our results significantly outperformed those achieved using representations based on raw EHR data and alternative feature learning strategies. Prediction performance for severe diabetes, schizophrenia, and various cancers were among the top performing. These findings indicate that deep learning applied to EHRs can derive patient representations that offer improved clinical predictions, and could provide a machine learning framework for augmenting clinical decision systems.

Analysis

Why This Paper Matters

This paper is a landmark in the application of deep learning to electronic health records (EHRs). Prior to this work, predictive modeling using EHRs was hampered by the high dimensionality, sparsity, noise, and heterogeneity of raw clinical data. The authors introduce a novel unsupervised approach—stacked denoising autoencoders—to learn a compact, general-purpose patient representation directly from raw EHR data. This representation, named 'deep patient', captures complex hierarchical patterns and dependencies without requiring manual feature engineering or disease-specific labels. The significance lies in demonstrating that a single unsupervised representation can serve as a powerful foundation for predicting a wide range of clinical outcomes, from diabetes to schizophrenia to various cancers. This opens the door to more scalable and generalizable clinical decision support systems.

Technical Contributions

  • Unsupervised deep feature learning: Uses a three-layer stack of denoising autoencoders to learn robust, hierarchical features from raw EHR data, avoiding the need for labeled training data.
  • General-purpose patient representation: The learned representation is not task-specific; it can be reused for multiple predictive modeling tasks across different diseases and temporal windows.
  • Large-scale validation: Evaluated on a dataset of ~700,000 patients from the Mount Sinai data warehouse, with 76,214 test patients covering 78 diseases from diverse clinical domains.
  • Robustness to noise: Denoising autoencoders are trained to reconstruct clean inputs from corrupted versions, making the representation resilient to noise and missing data common in EHRs.

Results

The deep patient representation significantly outperformed baseline representations based on raw EHR data and alternative feature learning strategies (e.g., PCA, k-means, restricted Boltzmann machines). The evaluation measured the probability of patients developing 78 different diseases across various temporal windows. Prediction performance was particularly strong for severe diabetes, schizophrenia, and several cancers. The paper reports that deep patient achieved higher AUC and precision-recall scores compared to all baselines, with improvements often exceeding 10-20% relative gain. These results demonstrate that unsupervised deep learning can extract clinically meaningful patterns from EHRs without explicit supervision.

Significance

This work has had a lasting impact on the field of AI in healthcare. It provided early evidence that deep learning could be effectively applied to complex, real-world clinical data to improve predictive modeling. The concept of learning a general-purpose patient representation has influenced subsequent research in representation learning for healthcare, including the use of recurrent neural networks, transformers, and graph neural networks for EHR analysis. The paper also highlighted the importance of unsupervised pre-training in medical domains where labeled data is scarce. By showing that a single representation can support diverse clinical predictions, the authors laid the groundwork for more integrated and scalable clinical decision support systems. The 'deep patient' approach remains a reference point for modern deep learning-based patient representation methods.