paper-with-me

Papers

Synthesize High-dimensional Longitudinal Electronic Health Records via Hierarchical Autoregressive Language Model

2023-04-04 · Brandon Theodorou, Cao Xiao, Jimeng Sun

Synthetic electronic health records (EHRs) that are both realistic and preserve privacy can serve as an alternative to real EHRs for machine learning (ML) modeling and statistical analysis. However, generating high-fidelity and granular electronic health record (EHR) data in its original, highly-dimensional form poses challenges for existing methods due to the complexities inherent in high-dimensional data. In this paper, we propose Hierarchical Autoregressive Language mOdel (HALO) for generating longitudinal high-dimensional EHR, which preserve the statistical properties of real EHR and can be used to train accurate ML models without privacy concerns. Our HALO method, designed as a hierarchical autoregressive model, generates a probability density function of medical codes, clinical visits, and patient records, allowing for the generation of realistic EHR data in its original, unaggregated form without the need for variable selection or aggregation. Additionally, our model also produces high-quality continuous variables in a longitudinal and probabilistic manner. We conducted extensive experiments and demonstrate that HALO can generate high-fidelity EHR data with high-dimensional disease code probabilities (d > 10,000), disease co-occurrence probabilities within visits (d > 1,000,000), and conditional probabilities across consecutive visits (d > 5,000,000) and achieve above 0.9 R2 correlation in comparison to real EHR data. This performance then enables downstream ML models trained on its synthetic data to achieve comparable accuracy to models trained on real data (0.938 AUROC with HALO data vs. 0.943 with real data). Finally, using a combination of real and synthetic data enhances the accuracy of ML models beyond that achieved by using only real EHR data.

📄 PDF Abstract BibTeX arXiv:2304.02169

Code (1)

btheodorou99/halo_inpatient 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingVariable Selection

Similar Papers 제목 키워드 기반

A Bayesian Approach to Modelling Longitudinal Data in Electronic Health Records

2019-12-19 · Alexis Bellot, Mihaela van der Schaar

Analyzing electronic health records (EHR) poses significant challenges because often few samples are available describing a patient's health and, when available, their information content is highly diverse. The problem w…

IGNITE: Individualized GeNeration of Imputations in Time-series Electronic health records

2024-01-09 · Ghadeer O. Ghosheh, Jin Li, Tingting Zhu

Electronic Health Records present a valuable modality for driving personalized medicine, where treatment is tailored to fit individual-level differences. For this purpose, many data-driven machine learning and statistica…

Missing ValuesTime Series

Learning Longitudinal Health Representations from EHR and Wearable Data

2026-01-18 · Yuanyun Zhang, Han Zhou, Li Feng, Yilin Hong 외 arxiv

Foundation models trained on electronic health records show strong performance on many clinical prediction tasks but are limited by sparse and irregular documentation. Wearable devices provide dense continuous physiologi…

Tree-based Subgroup Discovery In Electronic Health Records: Heterogeneity of Treatment Effects for DTG-containing Therapies

2022-08-30 · Jiabei Yang, Ann W. Mwangi, Rami Kantor, Issa J. Dahabreh 외

The rich longitudinal individual level data available from electronic health records (EHRs) can be used to examine treatment effect heterogeneity. However, estimating treatment effects using EHR data poses several challe…

Subgroup Discovery

Generating Synthetic Mixed-type Longitudinal Electronic Health Records for Artificial Intelligent Applications

2021-12-22 · Jin Li, Benjamin J. Cairns, Jingsong Li, Tingting Zhu

The recent availability of electronic health records (EHRs) have provided enormous opportunities to develop artificial intelligence (AI) algorithms. However, patient privacy has become a major concern that limits data sh…

Decision MakingGenerative Adversarial Network