Privacy-Preserving Generative Modeling and Clinical Validation of Longitudinal Health Records for Chronic Disease
Benjamin D. Ballyk, Ankit Gupta, Sujay Konda, Kavitha Subramanian, Chris Landon, Ahmed Ammar Naseer, Georg Maierhofer, Sumanth Swaminathan, Vasudevan Venkateshwaran
TL;DR
The study tackles the privacy barrier to deploying ML on longitudinal EHR data by developing DP-TimeGAN, a differentially private extension of TimeGAN, and evaluating it alongside a non-private Augmented TimeGAN. The authors introduce discriminator noise injection and assess an xLSTM option, while enforcing privacy via gradient clipping and noise within a Renyi-DP accounting framework. Through statistical metrics, TSTR-based utility, and blinded clinician validation on sine, eICU, and CKD datasets, they show DP-TimeGAN achieves strong privacy guarantees with competitive clinical realism and downstream utility, particularly in CKD contexts. This work enables safer data sharing and robust ML testing for chronic disease modeling, advancing privacy-preserving synthetic EHR generation for real-world clinical workflows.
Abstract
Data privacy is a critical challenge in modern medical workflows as the adoption of electronic patient records has grown rapidly. Stringent data protection regulations limit access to clinical records for training and integrating machine learning models that have shown promise in improving diagnostic accuracy and personalized care outcomes. Synthetic data offers a promising alternative; however, current generative models either struggle with time-series data or lack formal privacy guaranties. In this paper, we enhance a state-of-the-art time-series generative model to better handle longitudinal clinical data while incorporating quantifiable privacy safeguards. Using real data from chronic kidney disease and ICU patients, we evaluate our method through statistical tests, a Train-on-Synthetic-Test-on-Real (TSTR) setup, and expert clinical review. Our non-private model (Augmented TimeGAN) outperforms transformer- and flow-based models on statistical metrics in several datasets, while our private model (DP-TimeGAN) maintains a mean authenticity of 0.778 on the CKD dataset, outperforming existing state-of-the-art models on the privacy-utility frontier. Both models achieve performance comparable to real data in clinician evaluations, providing robust input data necessary for developing models for complex chronic conditions without compromising data privacy.
