paper-with-me

홈 › Papers

Generation of Synthetic Electronic Health Records Using a Federated GAN

2021-09-06 · John Weldon, Tomas Ward, Eoin Brophy

Sensitive medical data is often subject to strict usage constraints. In this paper, we trained a generative adversarial network (GAN) on real-world electronic health records (EHR). It was then used to create a data-set of "fake" patients through synthetic data generation (SDG) to circumvent usage constraints. This real-world data was tabular, binary, intensive care unit (ICU) patient diagnosis data. The entire data-set was split into separate data silos to mimic real-world scenarios where multiple ICU units across different hospitals may have similarly structured data-sets within their own organisations but do not have access to each other's data-sets. We implemented federated learning (FL) to train separate GANs locally at each organisation, using their unique data silo and then combining the GANs into a single central GAN, without any siloed data ever being exposed. This global, central GAN was then used to generate the synthetic patients data-set. We performed an evaluation of these synthetic patients with statistical measures and through a structured review by a group of medical professionals. It was shown that there was no significant reduction in the quality of the synthetic EHR when we moved between training a single central model and training on separate data silos with individual models before combining them into a central model. This was true for both the statistical evaluation (Root Mean Square Error (RMSE) of 0.0154 for single-source vs. RMSE of 0.0169 for dual-source federated) and also for the medical professionals' evaluation (no quality difference between EHR generated from a single source and EHR generated from multiple sources).

📄 PDF Abstract BibTeX arXiv:2109.02543

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningGenerative Adversarial NetworkSynthetic Data Generation

Similar Papers 제목 키워드 기반

Privacy Preserving Machine Learning for Electronic Health Records using Federated Learning and Differential Privacy

2024-06-23 · Naif A. Ganadily, Han J. Xia

An Electronic Health Record (EHR) is an electronic database used by healthcare providers to store patients' medical records which may include diagnoses, treatments, costs, and other personal information. Machine learning…

Federated LearningPrivacy Preserving

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

SYNRARE: Synthetic Rare Disease EHR Generation for ML Benchmarking

2026-07-10 · Nicolai Dinh Khang Truong, Richard Röttger arxiv

Motivation: Rare disease (RD) diagnosis is frequently delayed due to the similarities in symptoms to common disease variants. Machine Learning Algorithms applied to Electronic Health Records show promise for accelerating…

Synthetic Data Generation

CEHR-GPT: Generating Electronic Health Records with Chronological Patient Timelines

2024-02-06 · Chao Pang, Xinzhuo Jiang, Nishanth Parameshwar Pavinkurve, Krishna S. Kalluri 외

Synthetic Electronic Health Records (EHR) have emerged as a pivotal tool in advancing healthcare applications and machine learning models, particularly for researchers without direct access to healthcare data. Although e…

counterfactualCounterfactual ReasoningSynthetic Data Generation

SynEHRgy: Synthesizing Mixed-Type Structured Electronic Health Records using Decoder-Only Transformers

2024-11-20 · Hojjat Karami, David Atienza, Anisoara Ionescu

Generating synthetic Electronic Health Records (EHRs) offers significant potential for data augmentation, privacy-preserving data sharing, and improving machine learning model training. We propose a novel tokenization st…

Data AugmentationDecoderPrivacy PreservingTime Series