<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Mitigating Bias in Medical Datasets: A Comparative Analysis of Generative Adversarial Networks (GANs) Based Data Generation Techniques⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mohamed Ashik Shahul Hameed</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Asifa Mehmood Qureshi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Abhishek Kaushik</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Regulated Software Research Centre (RSRC), Dundalk Institute of Technology</institution>
          ,
          <addr-line>Dundalk</addr-line>
          ,
          <country country="IE">Ireland</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The increasing use of Artificial intelligence (AI) in the medical domain has highlighted a critical issue: bias in datasets. Biases in medical datasets can lead to skewed predictions, unfair clinical decisions, incorrect diagnoses and poor generalisation of AI models. Very often, these biases are the consequence of imbalance in the dataset. Generative Adversarial Networks (GANs) have appeared to be a promising solution for solving the data imbalance issue. Synthetic data can help mitigate bias by balancing the dataset for sensitive attributes as well as for class labels. However, the eficiency of diferent GAN variants in mitigating bias remains unexplored in the medical domain. This paper investigates and compares various GAN variants to identify the most efective approach to producing balanced data. In this study, we evaluated diferent variants of GAN on three medical datasets with the aim of contributing to the development of more fairer and inclusive AI models in the medical domain. The study shows that the performance of the Machine Learning (ML) model improves when the dataset is balanced using synthetic data samples. Moreover, the MedGAN variant performs better when compared with other variants of GAN.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Bias</kwd>
        <kwd>fairness</kwd>
        <kwd>medical datasets</kwd>
        <kwd>GANs</kwd>
        <kwd>TGAN</kwd>
        <kwd>CTGAN</kwd>
        <kwd>MedGAN</kwd>
        <kwd>MC-MedGAN</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>community [13].</p>
      <p>GAN is a deep learning model that mainly consists of two neural networks: a Generator used to
generate artificial data and a discriminator that tries to distinguish between real and synthetic data
to improve quality. These models were first introduced to process only image data, but later diferent
variants of GAN were proposed to process tabular data as well. These variants include Tabular GAN
(TGAN) [14], Conditional Tabular GAN (CTGAN) [15], Medical GAN (MEDGAN) [16], Multi-Categorical
GAN (MC-MedGAN) [17] and many more.</p>
      <p>In this study, we evaluated various GAN variants including GAN, TGAN, CTGAN, MedGAN, and
MC-MedGAN to generate synthetic samples to balance diferent group representations within medical
datasets. The newly balanced dataset was fed into diferent ML models including Logistic Regression
(LR), Random Forest (RF), Decision Tree (DT), and K-Nearest Neighbour (KNN) to draw a comparison.
The GAN models are evaluated on three diferent medical datasets that consist of gender as a sensitive
attribute to balance: the Asthma Disease Dataset [18], the Heart Disease Prediction Dataset [19], and
the Cancer Prediction dataset [20]. The performance is evaluated using various metrics i.e., accuracy,
precision, F1-score, recall, and Area Under Curve (AUC) scores. Fairness is evaluated using Equal
Opportunity (EO) [21], Propensity Score (PS) [22], and Statistical Parity (SP) [23].</p>
    </sec>
    <sec id="sec-2">
      <title>2. Motivation</title>
      <p>
        In today’s world, AI is an integral part of the healthcare system. The AI model must incorporate
transparency and accountability. The goal of this research is to reduce bias in medical datasets that
contain inherent biases due to unequal representation of diferent demographic groups. AI models
can become unfair and imbalanced, particularly in the healthcare sector, where underrepresented
groups may receive scant care. Bias in medical datasets poses a significant challenge to the reliability
of predictive models [24]. This could be critical for healthcare systems since an automated model
prediction has a direct efect on patients that afects their mental health, and quality of life or may
risk the life of an individual [25] as well it also leads to financial loss [
        <xref ref-type="bibr" rid="ref4">26</xref>
        ]. Due to an unbiased dataset,
certain populations may receive incorrect diagnoses or treatments as a result of unreliable predictions
brought on by bias in datasets. Nonetheless, GANs provide a potentially helpful way to generate AI
data that can assist in balancing underrepresented groups in health databases. The aim to explore how
GAN-based techniques can eliminate bias through data augmentation and enable more reliable and
equitable Machine Learning (ML) models motivates this efort [ 13]. The comparative study’s main goal
is to identify the optimal variant to lessen bias in medical datasets. We want to improve the quality
of treatment by lowering bias and ensuring that AI systems generate reliable, accurate, and equitable
forecasts for a range of demographics. Therefore, the motivation of this study is to investigate diferent
variants of GAN including TGAN, CTGAN, MedGAN, and MC-MedGAN for their eficacy in mitigating
bias and improving predictive performance on multiple medical datasets. This work will serve as a
foundation for further experimentation on data generation via GAN to mitigate biases.
      </p>
      <p>Hypothesis: GAN-based data generation methods can help to reduce biases and ensure fairness in
medical datasets.</p>
      <p>The formulated research questions to explore the above hypothesis are as follows:
• Does GAN-based synthetic data generation help reduce biases in medical datasets? If yes, which</p>
      <p>GAN variant performs better among basic GAN, TGAN, CTGAN, MedGAN, and MC-MedGAN?
The rest of the article is structured as follows: Section 3 highlights some of the recent related work.
Section 4 explains the methodology in detail. Section 5 explains the results. Section 6 discusses the
hypothesis and research questions and Section 7 concludes the discussion with future work.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Related work</title>
      <p>
        GANs have gained significant attention in recent years due to their capability of generating
highquality data. Therefore, this section reviews the recent methodologies that leverage GAN models to
generate synthetic data. A study [
        <xref ref-type="bibr" rid="ref5">27</xref>
        ] presents the potential of GANs in generating synthetic data
from observational health data and discusses some of the unique challenges associated with healthcare
datasets, such as concerns about class imbalance. Observational Health Data (OHD) is highly valuable
for medical research and health informatics. The use of such data is severely limited because of strict
regulations. It highlights that GAN-generated synthetic data can help overcome some of the common
challenges, such as bias, privacy and class imbalance. The authors argue that GANs are useful in
generating healthcare data to combat the scarcity of high-quality medical datasets. Moreover, to address
the challenges of drift and class imbalance of gas detection systems, [
        <xref ref-type="bibr" rid="ref6">28</xref>
        ] employed CTGAN for data
augmentation. The result shows a significant improvement in the classification accuracy of each class
for both Support Vector Machine (SVM) and Multi-Layer Perceptron (MLP) thus reducing bias toward
the majority class. They conclude that CTGAN provides a feasible solution to generate a balanced
dataset.
      </p>
      <p>
        In another study [
        <xref ref-type="bibr" rid="ref7">29</xref>
        ] various variants of GAN including CTGAN, TGAN, and Wasserstein GAN
(WGAN) are utilised for the anonymisation of real data through data synthesis. These models were
compared for precision, recall, and coverage scores to evaluate the generation of realistic tabular data,
handling missing and class-imbalanced data, and ensuring privacy. The results show that, although
no GAN method performs best in each evaluation metric, CTGAN and TGAN produce better scores
in most of the evaluation metrics. Additionally, in [
        <xref ref-type="bibr" rid="ref8">30</xref>
        ] a new variant of GAN called Multi-label
Timeseries GAN (MTGAN) is proposed to generate sequential Electronic Health Record (EHR) data using
a gated recurrent unit with a smooth conditional matrix, while the critic evaluates temporal features
using Wasserstein distance for improving the quality of synthetic data. The results show that MTGAN
generates realistic EHR data efectively and improves accuracy for uncommon diseases.
      </p>
      <p>The above studies show that GANs have the potential to generate high-quality diverse datasets that
can be used to handle bias in real-world datasets. Therefore, to analyse the capabilities of diferent GAN
variants, this study aims to conduct multiple experiments and then assess the fairness within the newly
generated synthetic medical datasets.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Methodology</title>
      <sec id="sec-4-1">
        <title>4.1. Preprocessing</title>
        <p>
          The data preprocessing includes one hot encoding to replace categorical variables with numerical
numbers. Afterwards, we applied z-score normalisation on each distinct numerical feature because they
did not contain extreme outliers [
          <xref ref-type="bibr" rid="ref9">31</xref>
          ]. Normalisation helps to specify each variable within a specified
range to simplify the model-learning process [
          <xref ref-type="bibr" rid="ref10">32</xref>
          ]. Then, the resulting dataset is split into a 70:30 ratio
for train and test sets.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Generate synthetic data</title>
        <p>
          In order to balance the dataset for the sensitive attribute i.e., Gender and class labels. We employed
ifve GAN architectures: basic GAN, TGAN, CTGAN, MedGAN and MC-MedGAN. These variants are
specifically designed to handle tabular and medical datasets which is the primary focus of our study.
GAN is a type of neural network architecture where two networks, a generator, and a discriminator,
are trained simultaneously [
          <xref ref-type="bibr" rid="ref11 ref12 ref13">33, 34, 35</xref>
          ]. Tabular GAN is an application-driven variant of the GAN that
is designed to generate synthetic tabular data, containing rows and columns like in a spreadsheet or
database [
          <xref ref-type="bibr" rid="ref11 ref14">33, 14, 36</xref>
          ]. The CTGAN is an extension to Tabular GAN that generates synthetic tabular data
while taking into consideration the distribution of dependent target variables. This will help associate
relations between columns and observe dependence relationships [15]. MedGAN is a specialised version
of GAN that generates synthetic data in the medical field, mainly in tabular form containing sensitive
information [16]. MC-MedGAN is a variant of MedGAN designed for handling multi-categorical
variables, commonly present in medical datasets [17].
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Train ML classifiers</title>
        <p>After generating synthetic samples to balance the datasets for sensitive attribute (gender) and class
labels, diferent commonly used ML classifiers including Logistic regression (LR), Random Forest (RF),
Decision Tree (DT), K-Nearest Neighbour (KNN) with default parameters are trained on the newly
generated datasets to evaluate the performance of GAN variants.</p>
      </sec>
      <sec id="sec-4-4">
        <title>4.4. Datasets</title>
        <p>To evaluate the performance of GAN variants, we used three diferent medical datasets that contain
sensitive attributes. The details of each of these datasets are as follows:</p>
        <p>Asthma Disease Dataset: The Asthma Disease Dataset [18] contains a record of 2,392 samples with
28 features. The output label is the diagnosis indicator, which is taken as 0 for the absence and 1 for a
positive case. It contains 2,268 samples for class 0 as compared to 124 samples with class label 1. Also,
the number of samples for males is 1212 whereas for females the count is 1180.</p>
        <p>Heart Disease Prediction Dataset: The Heart Disease Prediction Dataset [19] consists of 13 features
and 303 samples. The dataset contains 207 male and 96 female samples.</p>
        <p>Cancer Prediction Dataset: The Cancer Prediction Dataset [20] contains 1,500 samples with 8
features. The target variable ’diagnosis’ indicates whether a patient has cancer or not (0 for no cancer
and 1 for cancer). The diagnosis distribution shows 943 patients without cancer and 557 with cancer.
There are 736 female samples and 764 males in total.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Results</title>
      <p>The performance is evaluated by training diferent ML classifiers as mentioned in Section 4. The
classifiers are assessed using accuracy, f1-score, precision, recall and AUC. Whereas the fairness of the
dataset is evaluated via EO, PS, and SP. EO guarantees that all individuals receive the same treatment
and meet the same requirements [21]. PS can be defined as the conditional probability of being exposed
to a treatment given the observed covariates [22]. SP is a fairness criterion that requires the probability
of a favourable outcome to be the same for each demographic group [23]. Tables 1, Table 2, and Table
3 show each classifier’s performance on the original as well as on each generated dataset. It can be
seen that MedGAN performs well for the Asthma Disease Dataset and Cancer Prediction Dataset while
MC-MedGAN has a better score for the Heart Disease Dataset.</p>
      <p>Figure 2, shows the fairness metric performance on the Asthma Disease dataset. The SP, PS, and
EO scores improve when the dataset is balanced for class label and gender. MEDGAN has a better
performance for all three datasets followed by MC-MedGAN and TGAN. The same performance is
observed for the other two datasets. The other graphs are given in Appendix A.</p>
      <p>Overall, the results show that balancing the dataset for class labels and sensitive attributes improves
the performance as well as the fairness of the model. Among diferent GAN variants, the MEDGAN
produces good results and lower statistical, propensity and equal opportunity scores showing its great
capability for reducing bias followed by MC-MedGAN. Moreover, the predictive ability of RF classifiers
is better than other classifiers in terms of accuracy, precision, recall, f1-score, and AUC.</p>
      <sec id="sec-5-1">
        <title>MC-MedGAN</title>
        <p>Method</p>
      </sec>
      <sec id="sec-5-2">
        <title>Original Dataset GAN</title>
      </sec>
      <sec id="sec-5-3">
        <title>TGAN</title>
      </sec>
      <sec id="sec-5-4">
        <title>CTGAN</title>
      </sec>
      <sec id="sec-5-5">
        <title>MedGAN</title>
      </sec>
      <sec id="sec-5-6">
        <title>MC-MedGAN</title>
        <p>Model
LR
RF
DT
KNN
LR
RF
DT
KNN
LR
RF
DT
KNN
LR
RF
DT
KNN
LR
RF
DT
KNN
LR
RF
DT
KNN
Model
LR
RF
DT
KNN
LR
RF
DT
KNN
LR
RF
DT
KNN
LR
RF
DT
KNN
LR
RF
DT
KNN
LR
RF
DT
KNN
(a)
(b)
Opportunity (c)
Figure 2: Fairness Assessment for Asthma Disease dataset (a) Statistical Parity (b) Propensity Score, (c) Equal</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Discussion</title>
      <p>This section discusses the overall findings of the study in view of the literature review and extensive
experimentation conducted to analyse our hypothesis. Based on our research question, the experiments
show that classifier performance as well as the fairness metrics score improves when the datasets are
balanced for sensitive attributes and class labels. Figure 2 shows the improvement in the fairness scores
across each metric when the dataset is balanced via synthetic data generation using GAN variants as
compared to the original dataset. Moreover, the analysis of each GAN variant based on performance
evaluation using accuracy, precision, F1-score, recall, AUC and fairness metrics via EO, PS, and SP
indicates that the MedGAN produces eficient performance followed by MC-MEDGAN across all three
datasets. To validate any statistically significant diference between these two methods, we applied a
paired t-test on the EO, PS, and SP scores for each of these methods. The p-values for EO, PS, and SP
came out to be 0.34, 0.61, and 0.30 respectively. Therefore, we fail to reject our hypothesis and conclude
that these two methods are not significantly diferent. These GAN variants are specifically designed for
medical datasets to capture the interdependencies between the diferent variables to generate synthetic
data similar to original data properties [16, 17]. However, further experimentation with other datasets
including post-hoc tests will be conducted in future to provide deeper insights into the capability of
GAN variants for data generation.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusion and future work</title>
      <p>In this paper, we tested diferent types of GANs for their capacity to produce synthetic tabular data
to decrease bias in medical datasets. Our key findings are GAN-based models are efective for bias
migration and GAN can provide a balanced dataset to produce generalised AI models and provide a
solution AI for all and AI for good. On the other hand, traditional GANs were successful but medical
domain-based GANs displayed greater performance in generating high-quality and unbiased data. It
drives us to have more specific models in the future. Despite certain advantages of the GAN, we face
some obstacles such as evaluation metrics. There is a need to have more standardised and compressive
evaluation metrics of this model focused on decreasing bias. The studies in this article suggest that
synthetic data can assist in eliminating bias and improve the efectiveness of the classifier. Moreover,
MedGAN performs better in terms of SP, PS, and EO. In future, we will extend our work for various
variations of GAN focused on refining GAN architecture to adapt the multimodality medical data,
bias-sensitive evaluation mechanism and testing the GAN-based techniques in real-world clinical data.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>This research was managed by the CREATE-DkIT project, supported by the HEA’s TU-Rise programme
and co-financed by the Government of Ireland and the European Union through the ERDF Southern,
Eastern Midland Regional Programme 2021-27 and the Northern Western Regional Programme 2021-27.
This research is also partially supported by the Research Ireland under Grant Number 21/FFP-A/9255.
[4] H. A. Haenssle, C. Fink, R. Schneiderbauer, F. Toberer, T. Buhl, A. Blum, A. Kalloo, A. B. H.</p>
      <p>Hassen, L. Thomas, A. Enk, et al., Man against machine: diagnostic performance of a deep
learning convolutional neural network for dermoscopic melanoma recognition in comparison to
58 dermatologists, Annals of oncology 29 (2018) 1836–1842.
[5] H. Suresh, J. Guttag, A framework for understanding sources of harm throughout the machine
learning life cycle, in: Proceedings of the 1st ACM Conference on Equity and Access in Algorithms,
Mechanisms, and Optimization, 2021, pp. 1–9.
[6] R. González-Sendino, E. Serrano, J. Bajo, P. Novais, A review of bias and fairness in artificial
intelligence (2023).
[7] S. E. Eskimez, D. Dimitriadis, R. Gmyr, K. Kumanati, Gan-based data generation for speech emotion
recognition., in: INTERSPEECH, 2020, pp. 3446–3450.
[8] M. A. Shahul Hameed, A. M. Qureshi, A. Kaushik, Bias mitigation via synthetic data generation: A
review., Electronics (2079-9292) 13 (2024).
[9] N. V. Chawla, K. W. Bowyer, L. O. Hall, W. P. Kegelmeyer, Smote: synthetic minority over-sampling
technique, Journal of artificial intelligence research 16 (2002) 321–357.
[10] J. Chakraborty, S. Majumder, T. Menzies, Bias in machine learning software: Why? how? what to
do?, in: Proceedings of the 29th ACM joint meeting on european software engineering conference
and symposium on the foundations of software engineering, 2021, pp. 429–440.
[11] H. Han, W.-Y. Wang, B.-H. Mao, Borderline-smote: a new over-sampling method in imbalanced
data sets learning, in: International conference on intelligent computing, Springer, 2005, pp.
878–887.
[12] T. Jo, N. Japkowicz, Class imbalances versus small disjuncts, ACM Sigkdd Explorations Newsletter
6 (2004) 40–49.
[13] A. Figueira, B. Vaz, Survey on synthetic data generation, evaluation methods and gans, Mathematics
10 (2022) 2733.
[14] L. Xu, K. Veeramachaneni, Synthesizing tabular data using generative adversarial networks, arXiv
preprint arXiv:1811.11264 (2018).
[15] L. Xu, M. Skoularidou, A. Cuesta-Infante, K. Veeramachaneni, Modeling tabular data using
conditional gan, Advances in neural information processing systems 32 (2019).
[16] E. Choi, S. Biswal, B. Malin, J. Duke, W. F. Stewart, J. Sun, Generating multi-label discrete patient
records using generative adversarial networks, in: Machine learning for healthcare conference,
PMLR, 2017, pp. 286–305.
[17] A. Goncalves, P. Ray, B. Soper, J. Stevens, L. Coyle, A. P. Sales, Generation and evaluation of
synthetic patient data, BMC medical research methodology 20 (2020) 1–40.
[18] R. E. Kharoua, Asthma disease dataset, 2024. URL: https://www.kaggle.com/datasets/
rabieelkharoua/asthma-disease-dataset, accessed: 2024-08-23.
[19] K. Ujeniya, Heart disease prediction dataset, 2024. URL: https://www.kaggle.com/datasets/
krishujeniya/heart-diseae/data, accessed: 2024-08-23.
[20] R. E. Kharoua, Cancer prediction dataset, 2024. URL: https://www.kaggle.com/datasets/
rabieelkharoua/cancer-prediction-dataset/data, accessed: 2024-08-23.
[21] M. Hardt, E. Price, N. Srebro, Equality of opportunity in supervised learning, Advances in neural
information processing systems 29 (2016).
[22] A. E. Valojerdi, L. Janani, A brief guide to propensity score analysis, Medical journal of the Islamic</p>
      <p>Republic of Iran 32 (2018) 122.
[23] A. N. Carey, X. Wu, The statistical fairness field guide: perspectives from social and formal
sciences, AI and Ethics 3 (2023) 1–23.
[24] J. Gesi, X. Shen, Y. Geng, Q. Chen, I. Ahmed, Leveraging feature bias for scalable misprediction
explanation of machine learning models, in: 2023 IEEE/ACM 45th International Conference on
Software Engineering (ICSE), IEEE, 2023, pp. 1559–1570.
[25] J. W. Gichoya, K. Thomas, L. A. Celi, N. Safdar, I. Banerjee, J. D. Banja, L. Seyyed-Kalantari,
H. Trivedi, S. Purkayastha, Ai pitfalls and what not to do: mitigating bias in ai, The British Journal
of Radiology 96 (2023) 20230023.</p>
    </sec>
    <sec id="sec-9">
      <title>A. Fairness Assessment Graphs</title>
      <p>(a)
(b)
Opportunity (c)
Figure 4: Fairness Assessment for Cancer Prediction dataset (a) Statistical Parity (b) Propensity Score, (c) Equal</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>N.</given-names>
            <surname>Kandpal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Roberts</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Wallace</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Rafel</surname>
          </string-name>
          ,
          <article-title>Large language models struggle to learn long-tail knowledge</article-title>
          ,
          <source>in: International Conference on Machine Learning, PMLR</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>15696</fpage>
          -
          <lpage>15707</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>E.</given-names>
            <surname>Ferrara</surname>
          </string-name>
          ,
          <article-title>Fairness and bias in artificial intelligence: A brief survey of sources, impacts, and mitigation strategies</article-title>
          ,
          <source>Sci</source>
          <volume>6</volume>
          (
          <year>2023</year>
          )
          <article-title>3</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Vaughn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Baral</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vadari</surname>
          </string-name>
          , W. Boag,
          <article-title>Dataset bias in diagnostic ai systems: Guidelines for dataset collection and usage</article-title>
          ,
          <source>in: Proceedings of the ACM Conference on Health, Inference and Learning</source>
          , Toronto, ON, Canada,
          <year>2020</year>
          , pp.
          <fpage>2</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Alowais</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Alghamdi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Alsuhebany</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Alqahtani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. I.</given-names>
            <surname>Alshaya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. N.</given-names>
            <surname>Almohareb</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Aldairem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Alrashed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Bin Saleh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. A.</given-names>
            <surname>Badreldin</surname>
          </string-name>
          , et al.,
          <article-title>Revolutionizing healthcare: the role of artificial intelligence in clinical practice</article-title>
          ,
          <source>BMC medical education 23</source>
          (
          <year>2023</year>
          )
          <fpage>689</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>J.</given-names>
            <surname>Georges-Filteau</surname>
          </string-name>
          , E. Cirillo,
          <article-title>Synthetic observational health data with gans: from slow adoption to a boom in medical research and ultimately digital twins?</article-title>
          , arXiv preprint arXiv:
          <year>2005</year>
          .
          <volume>13510</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mahinnezhad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mahinnezhad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kaur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Shih</surname>
          </string-name>
          ,
          <article-title>Data augmentation and class imbalance compensation using ctgan to improve gas detection systems</article-title>
          ,
          <source>in: 2024 IEEE International Instrumentation and Measurement Technology Conference (I2MTC)</source>
          , IEEE,
          <year>2024</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>E. S.</given-names>
            <surname>Shourmasti</surname>
          </string-name>
          ,
          <source>Generating Synthetic Health Data Using Machine Learning GAN Methods, Master's thesis</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>C.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. K.</given-names>
            <surname>Reddy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ning</surname>
          </string-name>
          <article-title>, Multi-label clinical time-series generation via conditional gan</article-title>
          ,
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [31]
          <string-name>
            <surname>K. M. Alfadli</surname>
            ,
            <given-names>A. O.</given-names>
          </string-name>
          <string-name>
            <surname>Almagrabi</surname>
          </string-name>
          ,
          <article-title>Feature-limited prediction on the uci heart disease dataset</article-title>
          .,
          <string-name>
            <surname>Computers</surname>
          </string-name>
          ,
          <source>Materials &amp; Continua</source>
          <volume>74</volume>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>D.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <article-title>Investigating the impact of data normalization on classification performance</article-title>
          ,
          <source>Applied Soft Computing</source>
          <volume>97</volume>
          (
          <year>2020</year>
          )
          <fpage>105524</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>A.</given-names>
            <surname>Anaissi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Braytee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Naji</surname>
          </string-name>
          , W. Alyassine,
          <article-title>Damage gan: A generative model for imbalanced data</article-title>
          ,
          <source>in: Australasian Conference on Data Science and Machine Learning</source>
          , Springer,
          <year>2023</year>
          , pp.
          <fpage>48</fpage>
          -
          <lpage>61</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>M.</given-names>
            <surname>Abedi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Hempel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sadeghi</surname>
          </string-name>
          , T. Kirsten,
          <article-title>Gan-based approaches for generating structured data in the medical domain</article-title>
          ,
          <source>Applied Sciences</source>
          <volume>12</volume>
          (
          <year>2022</year>
          )
          <fpage>7075</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , J. Liu,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Dekker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Traverso</surname>
          </string-name>
          ,
          <article-title>Gan-based one dimensional medical data augmentation</article-title>
          ,
          <source>Soft Computing</source>
          <volume>27</volume>
          (
          <year>2023</year>
          )
          <fpage>10481</fpage>
          -
          <lpage>10491</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>B.</given-names>
            <surname>Wen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Subbalakshmi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Chandramouli</surname>
          </string-name>
          , Causal-tgan:
          <article-title>Modeling tabular data using causally-aware gan</article-title>
          ,
          <source>in: ICLR Workshop on Deep Generative Models for Highly Structured Data</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <article-title>Figure 3: Fairness Assessment for Heart Disease Prediction dataset (a) Statistical Parity (b) Propensity Score, (c</article-title>
          ) Equal Opportunity
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>