<!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>
      <journal-title-group>
        <journal-title>Irish Conference on Artificial Intelligence and Cognitive Science, December</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Data Poisoning Attacks in the Training Phase of Machine Learning Models: A Review</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mugdha Srivastava</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>
        <contrib contrib-type="author">
          <string-name>Róisín Loughran</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kevin McDaid</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 (DkIT)</institution>
          ,
          <addr-line>Dundalk</addr-line>
          ,
          <country country="IE">Ireland</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <volume>0</volume>
      <fpage>9</fpage>
      <lpage>10</lpage>
      <abstract>
        <p>Data Poisoning Attacks (DPAs) can severely impact the performance of Machine Learning (ML) models by manipulating training datasets to introduce errors or biases. The integrity of ML models is crucial for user safety and trust, especially as these models increasingly influence key decision-making processes in safety-critical sectors like finance, healthcare, and law enforcement. As ML technology advances, so do the vulnerabilities of these systems, making the reliability of training data vital for ensuring accurate and dependable model outcomes. This review examines the growing threat of DPAs on ML systems at the training stage, categorizing these attacks into label manipulation, data injection, feature space manipulation, and relationship manipulation. By exploring multiple types of attacks and providing relevant examples, this analysis aims to raise awareness about the significant risks posed by compromised data, which can lead to widespread mistrust in ML systems and cause considerable harm, including financial losses, legal liabilities, and even threats to human lives.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Data poisoning</kwd>
        <kwd>artificial intelligence</kwd>
        <kwd>machine learning</kwd>
        <kwd>deep learning</kwd>
        <kwd>cybersecurity</kwd>
        <kwd>adversarial attacks</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Machine Learning (ML) models demonstrate outstanding efectiveness in addressing a variety of complex
data classification and analysis problems. Because ML models can recognize patterns in data and make
predictions, they have transformed several sectors such as healthcare by facilitating advanced data
analytics, personalized medicine, and predictive modelling [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. However, adversarial attacks have
consistently exposed critical vulnerabilities in such systems, highlighting the need for robust security
measures to safeguard the integrity and reliability of these applications in every domain [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Data Poisoning Attacks (DPAs), a subset of adversarial attacks, signify a substantial threat to the
integrity of ML models because of the multiple pathways in which they can introduce vulnerabilities to
a system where accurate and reliable predictions are crucial [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Attackers may introduce erroneous or
misleading data points, subtly altering class distributions or introducing noise, which can also lead to
biased or incorrect predictions [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. For example, in Figure 1. (a) and (b) show a model built to identify
dogs. The model, in Figure 1 (a), trained on clean data is clearly able to classify a dog. The model, in
Figure 1 (b), gets trained on a poisoned data point (has red dots and a diferent label). This training data
point, while it looks clearly like a dog to the human eye, gets registered as a cat due to the label as well
as the image being poisoned. This leads to the model misclassifying during testing and can have severe
implications when models are trained in real-time.
      </p>
      <p>
        In this paper, we focus on DPAs primarily at the training stage of an ML model because these
attacks are growing more nuanced as ML technology evolves [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. We aim to categorize and analyse
various DPAs and assess their impact on ML models to establish real-world consequences. We focus on
illustrating these attack types using the Breast Cancer Wisconsin (Diagnostic) Dataset [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] which provides
a practical scenario to better understand how such attacks can alter model performance.
      </p>
      <p>The rest of paper is structured as follows: Section 2 describes the previous work related to the
research. Section 3 shows the overview of data poisoning and describes the four groups in which DPAs
can be divided, enumerates the diferent types of attacks under the four groups established previously
and formulates these attacks using a medical dataset. Section 4 analyses the impacts of these attacks.
Section 5 presents a discussion on what are the emerging solutions to DPAs. Section 6 concludes the
paper and sets up the future scope of work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        Research on DPAs in ML has gained significant attention due to the vulnerabilities these attacks expose
in various AI applications. One study categorizes diferent attack scenarios and discusses mitigation
strategies, emphasizing the interplay between data poisoning and the trustworthiness of AI systems
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. However, it only describes three diferent types of training attacks i.e. non-targeted, targeted, and
backdoor poisoning.
      </p>
      <p>
        One survey ofers a taxonomy of DPA and an experimental assessment that focuses on the necessity
of strong Federated Learning (FL) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. This study is limited in scope as it only addresses four types
of training attacks specific to FL including label-flipping attacks, poisoning sample attacks, backdoor
attacks and untargeted attacks thereby reducing its overall comprehensiveness and limiting its utility
for broader applications.
      </p>
      <p>
        Tian et al. ofer an overview of poisoning attacks and countermeasures in centralized and federated
learning [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. They categorize attack methods by their goals, analyses the diferences and connections
among techniques, present countermeasures with their pros and cons. Their analysis is constrained by
its examination of only three types of DPAs in centralized learning and FL. By mentioning nine types of
input attacks, the study by Surekha et al. ofers a broader perspective into DPAs across multiple types
of ML than the previous studies but lacks in-depth explanation on these attacks [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>
        A study by Emanuele Cinà et al. provides a comprehensive systematization of DPAs, reviewing over
hundred papers in the field over the past fifteen years [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. They describe five types of attacks, limited
to computer vision, and further perform threat modelling on them. The work done by Goldblum et al.
provides an extensive list of DPAs during the training phase [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. They discuss about eight diferent
attack types with what type of a model can be targeted by each attack. Another study provides a
comprehensive overview of attacks and defences but does not adequately address the rapid evolution of
attack strategies, risking obsolescence of proposed defences [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>This study presents seventeen distinct DPAs during the training phase, covering multiple domains
within ML. These DPAs are further classified into four groups for enhanced clarity and distinction. Each
type is illustrated using the Breast Cancer Wisconsin (Diagnostic) Dataset.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Overview of data poisoning attacks</title>
      <p>
        DPAs detrimentally afect ML systems by intentionally altering the training data to corrupt model
performance or change model behaviour [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. These attacks involve introducing malicious data points or
modifying existing ones, skewing the training process to favour the attacker’s goals [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. As ML models
are increasingly integrated into various industries, understanding, and mitigating the risks associated
with data poisoning is crucial for maintaining the integrity and reliability of these systems [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. The
impact of these attacks can vary from minor performance reduction to severe consequences, depending
on the context in which the ML model is employed. DPAs can be classified into several distinct groups,
each exploiting diferent vulnerabilities in the ML training process (see Figure 2). These groups include
label manipulation, where incorrect labels are assigned to training data [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]; data injection, which
involves adding fraudulent data points [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]; feature space manipulation, where the features of the data
are altered to mislead the model [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]; and relationship (or context) manipulation, which disrupts the
underlying relationships between data points [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. As shown in Figure 2, the diferent groups can be
further divided into the following types.
      </p>
      <sec id="sec-3-1">
        <title>3.1. Label manipulation attacks</title>
        <p>
          Label manipulation attacks in ML involve various strategies that aim to compromise the integrity of a
model’s training data, thereby skewing its outcomes. One common approach is label flipping, where
attackers maliciously alter the labels of training samples to mislead the model into making incorrect
predictions [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. Another technique is targeted poisoning, which focuses on specific cases or categories
within the dataset, intending to skew the model’s results towards erroneous outputs [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Additionally,
clean-label attacks involve introducing subtle changes to the training data that appear harmless but are
strategically crafted to cause model errors [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Data injection attacks</title>
        <p>
          Data injection attacks encompass various techniques used to manipulate and break ML models. One
such method is outlier injection, which involves adding extreme feature values to distort the model’s
learning process [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. Backdoor attacks (or Trojan Attacks) embed specific trigger patterns in data to
control the model’s behaviour upon activation [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. Another approach is gradient ascent, where data is
crafted to maximize the model’s error rate during training [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]. Availability attacks focus on inserting
noise into the training data, hindering the model’s learning process and reducing its accuracy [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]. In
contrast, integrity attacks involve making subtle changes to data, leading to a gradual decline in the
model’s performance [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]. Data obfuscation disguises the attack by altering data in ways that appear
plausible, making it dificult to detect [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. Finally, false data injection creates fictitious records to skew
the model’s predictions, further compromising its reliability [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Feature space manipulation attacks</title>
        <p>
          Feature space manipulation encompasses several techniques that adversaries use to compromise ML
models. One such technique is feature collision which involves creating features that seem harmless but
cause the input data’s characteristics to overlap or “collide” with those of other features, disrupting how
the model interprets and learns from the data [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ]. Another method is subpopulation attacks, which
target specific demographic groups within the dataset to exploit vulnerabilities associated with those
subpopulations [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ]. Generative Adversarial Network (GAN)-based poisoning utilizes data generation
to produce synthetic data that poisons the model by damaging its performance or causing it to make
incorrect predictions [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ]. Replica injection involves duplicating examples within the training data,
which can skew model bias and lead to overfitting on certain patterns [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ]. Semantic poisoning, on the
other hand, changes feature relationships to mislead the model by altering the underlying data semantics
without altering its appearance [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ]. Lastly, constructive interference refers to the manipulation of
decision boundaries through manufactured examples, aiming to disrupt the model’s ability to accurately
classify data by strategically influencing its learning process [33].
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Relationship manipulation attack</title>
        <p>Causal poisoning involves deliberately altering correlations between datapoints to mislead causal
inference models [34]. This technique can manipulate the perceived relationships within data, leading
to wrong conclusions about cause-and-efect dynamics.</p>
      </sec>
      <sec id="sec-3-5">
        <title>3.5. Attack examples using a medical dataset</title>
        <p>We explore each of the DPA types using examples based on the Breast Cancer Wisconsin (Diagnostic)
Dataset. This dataset contains features extracted from breast cancer cell images, where each instance
is labeled as either "benign" or "malignant." We will use this dataset as a consistent reference for all
examples.</p>
        <p>In the dataset (see Table 1), let X represent the feature matrix, where each row xi corresponds to
the features of an individual sample, and let Y represent the label vector, where yi corresponds to the
label of xi, with yi = 1 for malignant and yi = 0 for benign. Let xj be a new data point that does not
already exist in the dataset.</p>
        <p>All the functions used are denoted in bold and italics to maintain consistency and clarity in the
explanation.</p>
        <p>Changing the label of certain data points from Change labels: yi =
malignant (1) to benign (0) or vice versa, confus- 1 → yi = 0 for some i
ing the model during training and causing it to where xi exhibits
mamake incorrect predictions on test data. lignant characteristics.</p>
        <p>Altering the labels of specific cancer cases with Modify yi = 1 →
rare cell features, flipping their diagnosis from yi = 0 for samples
malignant to benign. This can cause the model with rare features xi =
to perform poorly in these rare but crucial cases. rare(X).</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Impact of data poisoning</title>
      <p>Data poisoning is a critical challenge in the development and deployment of ML models as it renders
the model inefective in making sound and reliable decisions [ 35]. For example, to poison Gmail’s
spam filtering mechanism attackers sent millions of emails to confuse Gmail’s spam filters, allowing
malicious emails to bypass detection [36]. In 2016, Microsoft’s AI chatbot Tay was shut down hours
after launch when malicious users fed it ofensive tweets, causing it to post inappropriate content
[36]. Researchers have demonstrated that Google’s AI image recognition system can be deceived by
adversarial attacks, where subtly modified images such as a 3D-printed turtle altered to appear as a
rifle, cause the AI to misidentify objects [ 37]. A firm reportedly manipulated a Tesla’s AI system to
drive into oncoming trafic by poisoning the training data used for its navigation and decision-making
processes [38]. In 2023, a new application called Nightshade came about and is being used by artists to
undermine generative AI models by deliberately corrupting their training data, aiming to expose and
counteract the impact of AI on their creative work [39].</p>
      <p>The performance in critical scenarios, such as healthcare, can directly impact patient care and safety
[40]. Even a small percentage of poisoned data can disproportionately afect a model’s accuracy, leading
to bad performance, misdiagnoses, and incorrect treatment recommendations. For instance, a poisoned
model might incorrectly identify benign tumours as malignant or fail to recognize serious conditions,
leading to inappropriate treatment plans. As a result, healthcare providers may be reluctant to adopt
these systems, fearing potential inaccuracies and the associated liabilities [41].</p>
      <p>Data poisoning poses significant risks to ML models in the financial sector as poisoned data can
lead to incorrect predictions and decisions in areas like fraud detection, credit scoring, and algorithmic
trading [42]. For instance, if an ML model is trained on manipulated data, it may incorrectly classify
fraudulent transactions as legitimate, leading to substantial financial losses for institutions. Similarly,
poisoned data can skew credit scoring models, resulting in unfair lending practices that either deny
credit to worthy applicants or approve loans for high-risk individuals, increasing default rates. In
algorithmic trading, data poisoning can cause models to make erroneous buy or sell decisions, leading to
market manipulation and significant financial instability. These vulnerabilities undermine the integrity
of financial operations and diminish trust in such systems, which can result in increased regulatory
scrutiny and legal liabilities for financial institutions.</p>
      <p>An ML model trained on poisoned data that specifically targets a certain demographic can
inadvertently perpetuate or even amplify biases that were not initially present [43]. When the poisoned data
skews the representation of a particular demographic, the model may develop biased decision-making
processes that disproportionately afect that group [ 44]. This can result in unfair outcomes, such as
biased hiring algorithms or discriminatory loan approval systems, where the biases introduced during
training become automated, perpetuating systemic inequalities. Even if the original data was free of
such biases, the poisoned data can introduce new harmful patterns that the model then enforces in its
predictions and decisions.</p>
      <p>Backdoors embedded in ML models can pose a serious threat by not only manipulating model
behaviour but also by enabling the extraction of sensitive training data. This data, often containing
personal or confidential information, can be exploited by attackers to enhance social engineering tactics
[45]. For instance, if a backdoor allows access to detailed training data, attackers can gather specific
insights about individuals, such as their preferences, behaviours, or personal details. Armed with this
information, they can craft highly convincing phishing emails or fraudulent messages tailored to exploit
the victim’s vulnerabilities. This misuse of extracted data significantly amplifies the efectiveness of
social engineering attacks, making them more persuasive and harder to detect.</p>
      <p>Data poisoning during the training of ML models can significantly impact public trust and perception
of technology [46]. When poisoned data skews a model’s outputs, it can undermine confidence in AI
systems, especially in critical sectors like healthcare, finance, and law enforcement where reliability
and fairness are crucial. This erosion of trust can lead to decreased adoption of AI technologies and
heightened scrutiny of their ethical implications. Additionally, compromised models can strain social
services by misallocating resources, thereby deepening disparities in access to essential services [47].
The economic impact includes potential financial losses and damage to a company’s reputation, which
can deter investment in AI research and development, ultimately afecting innovation and economic
growth in the tech industry.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Discussion</title>
      <p>As data poisoning becomes a more prominent threat, emerging defence mechanisms are being developed
to protect ML models. Techniques such as adversarial training, formal verification and role-based
access controls, training data sanitization, robust statistical methods, and advanced anomaly detection
algorithms are at the forefront of these eforts [ 48]. Adversarial training involves exposing models to
potential attacks during the training phase, allowing them to learn from and resist these threats [49].
Robust statistical methods aim to enhance the resilience of models by employing techniques that reduce
sensitivity to corrupted data points [50]. Additionally, anomaly detection algorithms are becoming
increasingly sophisticated, capable of identifying unusual patterns that may indicate data poisoning
[51]. These technological advances aim to fortify ML systems against poisoning attacks, enabling them
to maintain performance and reliability even in the face of malicious interference.</p>
      <p>Healthcare, traditionally a slow adopter of cutting-edge technology, has been particularly vulnerable
to these evolving threats [52]. Unlike sectors such as finance or cybersecurity, which have rapidly
integrated ML innovations, medical systems often operate with legacy infrastructures that are less
adaptable to new technologies [53]. The sensitivity of health data and the strict regulatory environments
further complicate the integration of advanced ML systems, creating a gap where vulnerabilities can
easily be exploited [54].</p>
      <p>Moreover, the rapid pace of change in ML technology worsens these vulnerabilities. New algorithms
and models are being developed at a breakneck speed, outpacing every sector’s ability to implement
robust security measures efectively [ 55]. The need of the hour is for every sector to accelerate its
adoption of technological advancements while simultaneously enhancing its cybersecurity posture to
protect against the growing threat of data poisoning.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion and future work</title>
      <p>DPAs represent a great challenge to the reliability, safety, and ethical application of ML systems. In
this paper, we have systematically categorized DPAs into four distinct groups and seventeen specific
types, providing a comprehensive framework for understanding the diverse nature of these threats.
Furthermore, we have presented clear examples of these attacks, leveraging a medical dataset to
demonstrate their practical implications and to facilitate more rigorous analytical interpretations.</p>
      <p>Our future work will focus on developing robust defence mechanisms that can preemptively identify
and neutralize DPAs before they can afect ML models. This includes further research into the creation
of real-time monitoring systems that can detect and respond to DPA threats using technologies like
adversarial training and blockchain.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments References</title>
      <p>This publication has emanated from research conducted with the financial support of Research Ireland
under Grant number 21/FFP-A/9255.
and stealthy data poisoning attack on knowledge graph embedding, in: Proceedings of the ACM
Web Conference 2023, 2023, pp. 2000–2010.
[33] W. He, B. Li, D. Song, Decision boundary analysis of adversarial examples, in: International</p>
      <p>Conference on Learning Representations, 2018.
[34] C. Improta, Poisoning programs by un-repairing code: security concerns of ai-generated code,
in: 2023 IEEE 34th International Symposium on Software Reliability Engineering Workshops
(ISSREW), IEEE, 2023, pp. 128–131.
[35] S. A. Abebe, Mitigating unfairness and adversarial attacks in machine learning (2022).
[36] MathCo, Data poisoning and its impact on the ai ecosystem, 2023. URL: https://mathco.com/blog/
data-poisoning-and-its-impact-on-the-ai-ecosystem/.
[37] J. Vincent, Google’s ai thinks this turtle looks like a gun, which is a problem, 2017. URL: https://www.</p>
      <p>theverge.com/2017/11/2/16597276/google-ai-image-attacks-adversarial-turtle-rifle-3d-printed.
[38] M. T. Review, Military artificial intelligence can be easily and
dangerously fooled, 2019. URL: https://www.technologyreview.com/2019/10/21/132277/
military-artificial-intelligence-can-be-easily-and-dangerously-fooled/.
[39] M. T. Review, This new data poisoning tool lets artists fight back against
generative ai, 2023. URL: https://www.technologyreview.com/2023/10/23/1082189/
data-poisoning-artists-fight-generative-ai/.
[40] G. A. Adam, C.-H. K. Chang, B. Haibe-Kains, A. Goldenberg, Hidden risks of machine learning
applied to healthcare: unintended feedback loops between models and future data causing model
degradation, in: Machine Learning for Healthcare Conference, PMLR, 2020, pp. 710–731.
[41] C. Jones, J. Thornton, J. C. Wyatt, Artificial intelligence and clinical decision support: clinicians’
perspectives on trust, trustworthiness, and liability, Medical law review 31 (2023) 501–520.
[42] M. Śmietanka, A. Koshiyama, P. Treleaven, Algorithms in future insurance markets, International</p>
      <p>Journal of Data Science and Big Data Analytics 1 (2021) 1–19.
[43] X. Wang, Trustworthy Graph Learning, Ph.D. thesis, Stevens Institute of Technology, 2024.
[44] D. Franco, Towards trustworthiness in artificial intelligence: Pushing for explainable, fair, robust,
and private supervised machine learning (2024).
[45] J. Yu, Y. Yu, X. Wang, Y. Lin, M. Yang, Y. Qiao, F.-Y. Wang, The shadow of fraud: The emerging
danger of ai-powered social engineering and its possible cure, arXiv preprint arXiv:2407.15912
(2024).
[46] E. Toreini, M. Aitken, K. P. Coopamootoo, K. Elliott, V. G. Zelaya, P. Missier, M. Ng, A. van Moorsel,
Technologies for trustworthy machine learning: A survey in a socio-technical context, arXiv
preprint arXiv:2007.08911 (2020).
[47] C.-f. Chen, R. Napolitano, Y. Hu, B. Kar, B. Yao, Addressing machine learning bias to foster energy
justice, Energy Research &amp; Social Science 116 (2024) 103653.
[48] J. Malik, R. Muthalagu, P. M. Pawar, A systematic review of adversarial machine learning attacks,
defensive controls and technologies, IEEE Access (2024).
[49] S. H. Silva, P. Najafirad, Opportunities and challenges in deep learning adversarial robustness: A
survey, arXiv preprint arXiv:2007.00753 (2020).
[50] D. Hendrycks, N. Mu, E. D. Cubuk, B. Zoph, J. Gilmer, B. Lakshminarayanan, Augmix: A simple
data processing method to improve robustness and uncertainty, arXiv preprint arXiv:1912.02781
(2019).
[51] G. F. Monkam, M. J. De Lucia, N. D. Bastian, A topological data analysis approach for detecting data
poisoning attacks against machine learning based network intrusion detection systems, Computers
&amp; Security (2024) 103929.
[52] S. M. Williamson, V. Prybutok, Balancing privacy and progress: a review of privacy challenges,
systemic oversight, and patient perceptions in ai-driven healthcare, Applied Sciences 14 (2024)
675.
[53] M. Grunt, P. Potejko, Implementing machine learning for enhanced critical infrastructure
protection: A framework-centric approach for legacy systems, Wiedza Obronna 286 (2024).
[54] R. U. Rasool, H. F. Ahmad, W. Rafique, A. Qayyum, J. Qadir, Security and privacy of internet of
medical things: A contemporary review in the age of surveillance, botnets, and adversarial ml,
Journal of Network and Computer Applications 201 (2022) 103332.
[55] X. Wang, Y. C. Wu, Balancing innovation and regulation in the age of generative artificial
intelligence, Journal of Information Policy 14 (2024).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sahu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. K.</given-names>
            <surname>Ambasta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <article-title>Artificial intelligence and machine learning in precision medicine: A paradigm shift in big data analysis</article-title>
          ,
          <source>Progress in molecular biology and translational science 190</source>
          (
          <year>2022</year>
          )
          <fpage>57</fpage>
          -
          <lpage>100</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>O.</given-names>
            <surname>Ibitoye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Abou-Khamis</surname>
          </string-name>
          , M. e. Shehaby,
          <string-name>
            <given-names>A.</given-names>
            <surname>Matrawy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. O.</given-names>
            <surname>Shafiq</surname>
          </string-name>
          ,
          <article-title>The threat of adversarial attacks on machine learning in network security-a survey</article-title>
          , arXiv preprint arXiv:
          <year>1911</year>
          .
          <volume>02621</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Qayyum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Qadir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bilal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Al-Fuqaha</surname>
          </string-name>
          ,
          <article-title>Secure and robust machine learning for healthcare: A survey</article-title>
          ,
          <source>IEEE Reviews in Biomedical Engineering</source>
          <volume>14</volume>
          (
          <year>2020</year>
          )
          <fpage>156</fpage>
          -
          <lpage>180</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D. J.</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Xiang</surname>
          </string-name>
          , G. Kesidis,
          <article-title>Adversarial learning targeting deep neural network classification: A comprehensive review of defenses against attacks</article-title>
          ,
          <source>Proceedings of the IEEE</source>
          <volume>108</volume>
          (
          <year>2020</year>
          )
          <fpage>402</fpage>
          -
          <lpage>433</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>H.</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Harrington</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Salazar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Al</given-names>
            <surname>Ameedi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-H.</given-names>
            <surname>Cho</surname>
          </string-name>
          ,
          <article-title>A survey on attacks and their countermeasures in deep learning: Applications in deep neural networks, federated, transfer, and deep reinforcement learning</article-title>
          ,
          <source>IEEE Access</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>W.</given-names>
            <surname>Wolberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Mangasarian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Street</surname>
          </string-name>
          , W. Street,
          <article-title>Breast cancer wisconsin (diagnostic). uci machine learning repository (</article-title>
          <year>1995</year>
          ),
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A. E.</given-names>
            <surname>Cinà</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Grosse</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Demontis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Biggio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Roli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pelillo</surname>
          </string-name>
          ,
          <article-title>Machine learning security against data poisoning: Are we there yet?</article-title>
          ,
          <source>Computer</source>
          <volume>57</volume>
          (
          <year>2024</year>
          )
          <fpage>26</fpage>
          -
          <lpage>34</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Sagar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.-S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. W.</given-names>
            <surname>Loke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <article-title>Poisoning attacks and defenses in federated learning: A survey</article-title>
          ,
          <source>arXiv preprint arXiv:2301.05795</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Tian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <article-title>A comprehensive survey on poisoning attacks and countermeasures in machine learning</article-title>
          ,
          <source>ACM Computing Surveys</source>
          <volume>55</volume>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>35</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>M.</given-names>
            <surname>Surekha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Sagar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Khemchandani</surname>
          </string-name>
          ,
          <article-title>A comprehensive analysis of poisoning attack and defence strategies in machine learning techniques</article-title>
          ,
          <source>in: 2024 IEEE International Conference on Computing, Power and Communication Technologies (IC2PCT)</source>
          , volume
          <volume>5</volume>
          , IEEE,
          <year>2024</year>
          , pp.
          <fpage>1662</fpage>
          -
          <lpage>1668</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A. E.</given-names>
            <surname>Cinà</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Grosse</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Demontis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vascon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zellinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. A.</given-names>
            <surname>Moser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Oprea</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Biggio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pelillo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Roli</surname>
          </string-name>
          ,
          <article-title>Wild patterns reloaded: A survey of machine learning security against training data poisoning</article-title>
          ,
          <source>ACM Computing Surveys</source>
          <volume>55</volume>
          (
          <year>2023</year>
          )
          <fpage>1</fpage>
          -
          <lpage>39</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Goldblum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tsipras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Schwarzschild</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mądry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Goldstein</surname>
          </string-name>
          ,
          <article-title>Dataset security for machine learning: Data poisoning, backdoor attacks, and defenses</article-title>
          ,
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>45</volume>
          (
          <year>2022</year>
          )
          <fpage>1563</fpage>
          -
          <lpage>1580</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>T.</given-names>
            <surname>Chaalan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kamruzzaman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Gondal</surname>
          </string-name>
          ,
          <string-name>
            <surname>X. Zhang,</surname>
          </string-name>
          <article-title>The path to defence: A roadmap to characterising data poisoning attacks on victim models</article-title>
          ,
          <source>ACM Computing Surveys</source>
          <volume>56</volume>
          (
          <year>2024</year>
          )
          <fpage>1</fpage>
          -
          <lpage>39</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <article-title>Threats to training: A survey of poisoning attacks and defenses on machine learning systems</article-title>
          ,
          <source>ACM Computing Surveys</source>
          <volume>55</volume>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>G.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. H.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <article-title>Data security issues in deep learning: Attacks, countermeasures, and opportunities</article-title>
          ,
          <source>IEEE Communications Magazine</source>
          <volume>57</volume>
          (
          <year>2019</year>
          )
          <fpage>116</fpage>
          -
          <lpage>122</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>R.</given-names>
            <surname>Croft</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Babar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <article-title>Noisy label learning for security defects</article-title>
          ,
          <source>in: Proceedings of the 19th International Conference on Mining Software Repositories</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>435</fpage>
          -
          <lpage>447</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>J.</given-names>
            <surname>Shirini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. K.</given-names>
            <surname>Shaik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sahithi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. A.</given-names>
            <surname>Reddy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Jyothi</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. Subramanyam</surname>
          </string-name>
          ,
          <article-title>Safeguarding station data integrity: A comprehensive study on detecting and mitigating false data injection through advanced machine learning techniques</article-title>
          ,
          <source>Educational Administration: Theory and Practice</source>
          <volume>30</volume>
          (
          <year>2024</year>
          )
          <fpage>1316</fpage>
          -
          <lpage>1324</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>C.</given-names>
            <surname>Shorten</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. M.</given-names>
            <surname>Khoshgoftaar</surname>
          </string-name>
          ,
          <article-title>A survey on image data augmentation for deep learning</article-title>
          ,
          <source>Journal of big data 6</source>
          (
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>48</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>A.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <article-title>Inductive biases for deep learning of higher-level cognition</article-title>
          ,
          <source>Proceedings of the Royal Society A</source>
          <volume>478</volume>
          (
          <year>2022</year>
          )
          <fpage>20210068</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>K.</given-names>
            <surname>Aryal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Abdelsalam</surname>
          </string-name>
          ,
          <article-title>Analysis of label-flip poisoning attack on machine learning based malware detector</article-title>
          ,
          <source>in: 2022 IEEE International Conference on Big Data (Big Data)</source>
          , IEEE,
          <year>2022</year>
          , pp.
          <fpage>4236</fpage>
          -
          <lpage>4245</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>Q. H.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ngoc-Hieu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.-A.</given-names>
            <surname>Ta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Nguyen-Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.-S.</given-names>
            <surname>Wong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Thanh-Tung</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. D.</given-names>
            <surname>Doan</surname>
          </string-name>
          ,
          <article-title>Wicked oddities: Selectively poisoning for efective clean-label backdoor attacks</article-title>
          ,
          <source>arXiv preprint arXiv:2407.10825</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>A.</given-names>
            <surname>Davoudi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chatterjee</surname>
          </string-name>
          ,
          <article-title>Detection of profile injection attacks in social recommender systems using outlier analysis</article-title>
          ,
          <source>in: 2017 IEEE International Conference on Big Data (Big Data)</source>
          , IEEE,
          <year>2017</year>
          , pp.
          <fpage>2714</fpage>
          -
          <lpage>2719</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>L.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <article-title>Exploring adversarial attack in spiking neural networks with spike-compatible gradient</article-title>
          ,
          <source>IEEE transactions on neural networks and learning systems 34</source>
          (
          <year>2021</year>
          )
          <fpage>2569</fpage>
          -
          <lpage>2583</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>B.</given-names>
            <surname>Fang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Yi</surname>
          </string-name>
          , L. Ma,
          <article-title>Re-thinking data availability attacks against deep neural networks</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2024</year>
          , pp.
          <fpage>12215</fpage>
          -
          <lpage>12224</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>S.</given-names>
            <surname>Sridhar</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Manimaran, Data integrity attacks and their impacts on scada control system, in: IEEE PES general meeting</article-title>
          , IEEE,
          <year>2010</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>J.</given-names>
            <surname>Stephens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Yadegari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Collberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Debray</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Scheidegger</surname>
          </string-name>
          ,
          <article-title>Probabilistic obfuscation through covert channels</article-title>
          ,
          <source>in: 2018 IEEE European Symposium on Security</source>
          and
          <string-name>
            <surname>Privacy (EuroS&amp;P),</surname>
            <given-names>IEEE</given-names>
          </string-name>
          ,
          <year>2018</year>
          , pp.
          <fpage>243</fpage>
          -
          <lpage>257</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>S.</given-names>
            <surname>Padhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Turuk</surname>
          </string-name>
          ,
          <article-title>Design of false data injection attacks in cyber-physical systems</article-title>
          ,
          <source>Information Sciences 608</source>
          (
          <year>2022</year>
          )
          <fpage>825</fpage>
          -
          <lpage>843</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>W.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Tondi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Barni</surname>
          </string-name>
          ,
          <article-title>An overview of backdoor attacks against deep neural networks and possible defences</article-title>
          ,
          <source>IEEE Open Journal of Signal Processing</source>
          <volume>3</volume>
          (
          <year>2022</year>
          )
          <fpage>261</fpage>
          -
          <lpage>287</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>M.</given-names>
            <surname>Jagielski</surname>
          </string-name>
          , G. Severi,
          <string-name>
            <given-names>N. Pousette</given-names>
            <surname>Harger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Oprea</surname>
          </string-name>
          ,
          <article-title>Subpopulation data poisoning attacks</article-title>
          ,
          <source>in: Proceedings of the 2021 ACM SIGSAC Conference on Computer and Communications Security</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>3104</fpage>
          -
          <lpage>3122</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Guan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>A gan-based data poisoning framework against anomaly detection in vertical federated learning</article-title>
          ,
          <source>arXiv preprint arXiv:2401.08984</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>L.</given-names>
            <surname>Engstrom</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ilyas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Santurkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tsipras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Steinhardt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Madry</surname>
          </string-name>
          ,
          <article-title>Identifying statistical bias in dataset replication</article-title>
          ,
          <source>in: International Conference on Machine Learning, PMLR</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>2922</fpage>
          -
          <lpage>2932</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>X.</given-names>
            <surname>You</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Sheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Feng</surname>
          </string-name>
          , Mass: Model-agnostic, semantic
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>