A Reinforcement Learning Approach to Synthetic Data Generation
Natalia Espinosa-Dice, Nicholas J. Jackson, Chao Yan, Aaron Lee, Bradley A. Malin
TL;DR
This work reframes synthetic data generation (SDG) as a reinforcement learning problem and introduces RLSyn, a PPO-based framework where the generator is a stochastic policy over full patient records trained with discriminator-derived rewards. Evaluated on AI-READI and MIMIC-IV against GAN and diffusion baselines, RLSyn achieves competitive performance with diffusion models and outperforms GANs, particularly in small-sample regimes, while maintaining privacy. The results demonstrate that reinforcement learning can provide a principled and data-efficient alternative for privacy-preserving SDG in biomedicine, with strong utility and fidelity in data-scarce settings. Overall, RLSyn represents a promising direction for sharing synthetic biomedical data without compromising patient privacy, and opens avenues for extending RL-based SDG to other modalities and reward formulations.
Abstract
Synthetic data generation (SDG) is a promising approach for enabling data sharing in biomedical studies while preserving patient privacy. Yet, state-of-the-art generative models often require large datasets and complex training procedures, limiting their applicability in small-sample settings. In this work, we reframe SDG as a reinforcement learning (RL) problem and introduce RLSyn, a novel framework that models the data generator as a stochastic policy over patient records and optimizes it using Proximal Policy Optimization with discriminator-derived rewards, yielding more stable and data-efficient training. We evaluate RLSyn on two biomedical datasets - AI-READI and MIMIC-IV- and benchmark it against state-of-the-art generative adversarial networks (GANs) and diffusion-based methods across extensive privacy, utility, and fidelity evaluations. RL-Syn performs comparably to diffusion models and outperforms GANs on MIMIC-IV, while outperforming both diffusion models and GANs on the smaller AI-READI dataset. These results demonstrate that reinforcement learning provides a principled and effective alternative for synthetic biomedical data generation, particularly in data-scarce regimes.
