Abstract: Ensuring fetal health during pregnancy is critically dependent on precise Fetal Heart Rate (FHR) monitoring. A major challenge in this area is the limited availability of labeled FHR data, which poses a barrier to developing reliable automated analysis systems. To address this gap, our study introduces CTGGAN, a novel method employing Generative Adversarial Networks (GANs) to create synthetic, high-quality FHR signals. Specifically, CTGGAN integrates self-attention and residual modules within a Conditional GAN framework, fine-tuned to replicate the complex patterns characteristic of FHR data accurately. A notable feature of CTGGAN is its effective loss function, which combines Wasserstein distance with a gradient penalty to ensure training stability and enhance the authenticity of the generated signals. In performance metrics, Our method demonstrates the highest signal fidelity and distribution similarity, across five key measures: 0.215 maximum mean deviation (MMD), 0.012 sliced Wasserstein distance (SWD), 4.821 percent root mean square difference (PRD), 5.621 relative entropy (RE), and 0.614 Frechet distance (FD). This advancement in generating realistic FHR data with CTGGAN addresses critical issues like data insufficiency and class imbalance, thus advancing the field of prenatal healthcare technology. The code for CTGGAN is available at https://github.com/ijcnn2024/CTGGAN.
Loading