paper-with-me

Papers

PromptEHR: Conditional Electronic Healthcare Records Generation with Prompt Learning

2022-10-11 · Zifeng Wang, Jimeng Sun

Accessing longitudinal multimodal Electronic Healthcare Records (EHRs) is challenging due to privacy concerns, which hinders the use of ML for healthcare applications. Synthetic EHRs generation bypasses the need to share sensitive real patient records. However, existing methods generate single-modal EHRs by unconditional generation or by longitudinal inference, which falls short of low flexibility and makes unrealistic EHRs. In this work, we propose to formulate EHRs generation as a text-to-text translation task by language models (LMs), which suffices to highly flexible event imputation during generation. We also design prompt learning to control the generation conditioned by numerical and categorical demographic features. We evaluate synthetic EHRs quality by two perplexity measures accounting for their longitudinal pattern (longitudinal imputation perplexity, lpl) and the connections cross modalities (cross-modality imputation perplexity, mpl). Moreover, we utilize two adversaries: membership and attribute inference attacks for privacy-preserving evaluation. Experiments on MIMIC-III data demonstrate the superiority of our methods on realistic EHRs generation (53.1\% decrease of lpl and 45.3\% decrease of mpl on average compared to the best baselines) with low privacy risks. Software is available at https://github.com/RyanWangZf/PromptEHR.

📄 PDF Abstract BibTeX arXiv:2211.01761

Code (1)

ryanwangzf/promptehr 공식 구현 pytorch

Tasks

AttributeImputationPrivacy PreservingPrompt Learning

Similar Papers 제목 키워드 기반

MedDiff: Generating Electronic Health Records using Accelerated Denoising Diffusion Model

2023-02-08 · Huan He, Shifan Zhao, Yuanzhe Xi, Joyce C Ho

Due to patient privacy protection concerns, machine learning research in healthcare has been undeniably slower and limited than in other application domains. High-quality, realistic, synthetic electronic health records (…

Denoising

Attention-Based Synthetic Data Generation for Calibration-Enhanced Survival Analysis: A Case Study for Chronic Kidney Disease Using Electronic Health Records

2025-03-08 · Nicholas I-Hsien Kuo, Blanca Gallego, Louisa Jorm

Access to real-world healthcare data is limited by stringent privacy regulations and data imbalances, hindering advancements in research and clinical applications. Synthetic data presents a promising solution, yet existi…

Survival AnalysisSynthetic Data Generation

DySurv: dynamic deep learning model for survival analysis with conditional variational inference

2023-10-28 · Munib Mesinovic, Peter Watkinson, Tingting Zhu

Machine learning applications for longitudinal electronic health records often forecast the risk of events at fixed time points, whereas survival analysis achieves dynamic risk prediction by estimating time-to-event dist…

Deep LearningSurvival AnalysisSurvival PredictionTime Series+2

Electronic Health Records-Based Data-Driven Diabetes Knowledge Unveiling and Risk Prognosis

2024-12-05 · Huadong Pang, Li Zhou, Yiping Dong, Peiyuan Chen 외

In the healthcare sector, the application of deep learning technologies has revolutionized data analysis and disease forecasting. This is particularly evident in the field of diabetes, where the deep analysis of Electron…

Diabetes PredictionPrognosisregression

Conditional Generation of Medical Time Series for Extrapolation to Underrepresented Populations

2022-01-20 · Simon Bing, Andrea Dittadi, Stefan Bauer, Patrick Schwab

The widespread adoption of electronic health records (EHRs) and subsequent increased availability of longitudinal healthcare data has led to significant advances in our understanding of health and disease with direct and…

Time SeriesTime Series Analysis