---
title: "Adversarial Robustness, Definition | MedTech Terms"
description: "Resilience of an ML model to inputs deliberately crafted to cause misclassification. Plain-English Software &amp; AI definition for MedTech teams, with examples and"
lang: en
json-ld: |
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "DefinedTerm",
        "@id": "https://medtechterms.com/terms/adversarial-robustness#term",
        "name": "Adversarial Robustness",
        "description": "Adversarial examples - small, often imperceptible perturbations - can flip medical-imaging predictions. Robustness evaluation, input sanitization, and detection of out-of-distribution inputs are emerging expectations for safety-critical AI.",
        "url": "https://medtechterms.com/terms/adversarial-robustness",
        "termCode": "adversarial-robustness",
        "inDefinedTermSet": {
          "@type": "DefinedTermSet",
          "name": "MedTech Terms",
          "url": "https://medtechterms.com/terms"
        }
      },
      {
        "@type": "Article",
        "@id": "https://medtechterms.com/terms/adversarial-robustness#article",
        "headline": "Adversarial Robustness",
        "description": "Resilience of an ML model to inputs deliberately crafted to cause misclassification.",
        "url": "https://medtechterms.com/terms/adversarial-robustness",
        "mainEntityOfPage": {
          "@type": "WebPage",
          "@id": "https://medtechterms.com/terms/adversarial-robustness"
        },
        "about": {
          "@id": "https://medtechterms.com/terms/adversarial-robustness#term"
        },
        "articleSection": "Software & AI",
        "inLanguage": "en",
        "keywords": "Adversarial Robustness, Software & AI, medical device, MedTech",
        "author": {
          "@type": "Person",
          "name": "Christian Espinosa",
          "jobTitle": "Founder, Blue Goat Cyber",
          "url": "https://bluegoatcyber.com"
        },
        "publisher": {
          "@type": "Organization",
          "name": "MedTech Terms",
          "url": "https://medtechterms.com"
        },
        "isPartOf": {
          "@type": "WebSite",
          "name": "MedTech Terms",
          "url": "https://medtechterms.com"
        },
        "datePublished": "2026-05-05",
        "dateModified": "2026-05-05",
        "citation": [
          {
            "@type": "CreativeWork",
            "name": "FDA - AI/ML-Enabled Medical Devices",
            "url": "https://www.fda.gov/medical-devices/software-medical-device-samd/artificial-intelligence-and-machine-learning-aiml-enabled-medical-devices",
            "publisher": {
              "@type": "Organization",
              "name": "FDA"
            }
          },
          {
            "@type": "CreativeWork",
            "name": "IMDRF - Software as a Medical Device",
            "url": "https://www.imdrf.org/working-groups/software-medical-device-samd",
            "publisher": {
              "@type": "Organization",
              "name": "IMDRF"
            }
          },
          {
            "@type": "CreativeWork",
            "name": "MDCG Software Guidance",
            "url": "https://health.ec.europa.eu/medical-devices-sector/new-regulations/guidance-mdcg-endorsed-documents-and-other-guidance_en",
            "publisher": {
              "@type": "Organization",
              "name": "MDCG"
            }
          }
        ],
        "mentions": [
          {
            "@type": "DefinedTerm",
            "@id": "https://medtechterms.com/terms/pen-test#term",
            "name": "Penetration Testing",
            "url": "https://medtechterms.com/terms/pen-test"
          },
          {
            "@type": "DefinedTerm",
            "@id": "https://medtechterms.com/terms/drift-monitoring#term",
            "name": "Model Drift Monitoring",
            "url": "https://medtechterms.com/terms/drift-monitoring"
          }
        ]
      },
      {
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://medtechterms.com/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "Terms",
            "item": "https://medtechterms.com/terms"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "Software & AI",
            "item": "https://medtechterms.com/terms?cat=Software%20%26%20AI"
          },
          {
            "@type": "ListItem",
            "position": 4,
            "name": "Adversarial Robustness",
            "item": "https://medtechterms.com/terms/adversarial-robustness"
          }
        ]
      },
      {
        "@type": "FAQPage",
        "@id": "https://medtechterms.com/terms/adversarial-robustness#faq",
        "mainEntity": [
          {
            "@type": "Question",
            "name": "Why is adversarial robustness particularly important for AI in MedTech?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Adversarial robustness is crucial in MedTech because imperceptible perturbations can lead to misdiagnoses or incorrect treatment recommendations, posing significant patient safety risks. The consequences of AI failure in healthcare are much higher than in many other domains."
            }
          },
          {
            "@type": "Question",
            "name": "How can adversarial robustness be assessed?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Assessment involves generating adversarial examples to test the AI model's susceptibility, evaluating various attack methods, and measuring the model's performance under these perturbed conditions. Techniques include white-box and black-box attack simulations."
            }
          },
          {
            "@type": "Question",
            "name": "What are some strategies to improve adversarial robustness?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Strategies include adversarial training, where models are trained on both clean and adversarial examples, robust optimization techniques, and careful feature selection. Input validation and anomaly detection also play a role in identifying potentially malicious inputs."
            }
          }
        ]
      }
    ]
  }
---

[

MedTech Terms

The authoritative reference



](/)

Browse

Learn

[Latest](/latest)

About

1.  [Home](/)
2.  /
3.  [Terms](/terms)
4.  /
5.  [Software & AI](/terms?cat=Software%20%26%20AI)
6.  /
7.  Adversarial Robustness

[All terms](/terms)

Software & AI [AI / ML in Devices](/ecosystems/ai-ml)[Software Lifecycle](/ecosystems/software-lifecycle)

# Adversarial Robustness

Resilience of an ML model to inputs deliberately crafted to cause misclassification.

Reviewed by [Christian Espinosa, Founder, Blue Goat Cyber](/authors/christian-espinosa) Last reviewed May 5, 2026 

## Definition

Adversarial examples - small, often imperceptible perturbations - can flip medical-imaging predictions. Robustness evaluation, input sanitization, and detection of out-of-distribution inputs are emerging expectations for safety-critical AI. 

What the regulation says

Regulators and standards bodies, such as the FDA in its AI/ML-based Medical Devices Action Plan and  [IMDRF](/terms/imdrf) in its guiding principles for AI/ML in medical devices, emphasize the need for robust AI systems. This includes addressing vulnerabilities to adversarial attacks to ensure the safety and effectiveness of AI-driven MedTech. While specific clauses directly addressing "adversarial robustness" are evolving, the principles of risk management in  [ISO 14971](/terms/iso-14971) and software validation in  [IEC 62304](/terms/iec-62304) implicitly cover the need to mitigate such risks. 

## What this means in practice

Particularly relevant for AI radiology and pathology devices where image acquisition is partially under attacker influence. 

## Examples

-   An AI ophthalmology device designed to detect diabetic retinopathy must be robust against subtle, intentionally crafted image perturbations that could cause it to miss pathology or flag healthy eyes as diseased.
-   A pathology AI system used for cancer detection needs to be resilient to adversarial attacks that might alter digital slide images, leading to misclassification of tissue samples.
-   An AI-powered diagnostic tool interpreting MRI scans should maintain its accuracy even if an attacker introduces imperceptible noise intended to alter the model's output, potentially influencing treatment decisions.

Common pitfalls

-   • Assuming that general AI model validation is sufficient to cover adversarial robustness risks. 
-   • Failing to consider the potential for adversarial attacks throughout the entire lifecycle of a medical device. 
-   • Overlooking the importance of real-world data and expert review in identifying potential adversarial vulnerabilities. 
-   • Believing that simple input sanitization alone provides complete protection against sophisticated adversarial attacks. 
-   • Neglecting to update adversarial robustness evaluations as new attack techniques emerge or model changes occur. 

## Frequently asked questions

Why is adversarial robustness particularly important for AI in MedTech? 

Adversarial robustness is crucial in MedTech because imperceptible perturbations can lead to misdiagnoses or incorrect treatment recommendations, posing significant patient safety risks. The consequences of AI failure in healthcare are much higher than in many other domains. 

How can adversarial robustness be assessed? 

What are some strategies to improve adversarial robustness? 

## Related terms

Grouped by theme 

### Editor's picks

· Hand-selected related concepts 

[

Software & AI

Model Drift Monitoring

Ongoing surveillance of input data and model outputs to detect performance degradation post-deployment.





](/terms/drift-monitoring)[

Cybersecurity

Penetration Testing

Hands-on adversarial testing in which qualified independent testers attempt to exploit a device's security controls.





](/terms/pen-test)

### More in Software & AI

· Same category 

[

Software & AI

AAMI TIR45(TIR45) 

AAMI Technical Information Report providing guidance on applying Agile software development practices within an IEC 62304-compliant medical device software lifecycle.





](/terms/aami-tir45)[

Software & AI

AI/ML-Enabled Medical Device

Medical device that uses artificial intelligence or machine learning to perform its intended use.





](/terms/ai-ml-device)[

Software & AI

Algorithm Change Protocol(ACP) 

The detailed procedural section of a PCCP that specifies how planned modifications to an AI/ML model will be developed, validated, and implemented.





](/terms/algorithm-change-protocol)[

Software & AI

Algorithmic Bias and Fairness

Systematic differences in model performance across demographic or clinical subgroups.





](/terms/ai-bias-fairness)

Cited by

Where this term appears across MedTech Terms.

Ecosystems (2)

-   [AI / ML in Devices](/ecosystems/ai-ml)
-   [Software Lifecycle](/ecosystems/software-lifecycle)

## Primary references

3 sources 

Link health:  3 verified · last checked 2026-06-20 

FDA· 1 IMDRF· 1 MDCG· 1 

1.  [1 
    
    FDA - AI/ML-Enabled Medical Devices
    
    Verified 
    
    FDA · fda.gov 
    
    
    
    ](https://www.fda.gov/medical-devices/software-medical-device-samd/artificial-intelligence-and-machine-learning-aiml-enabled-medical-devices)
2.  [2 
    
    IMDRF - Software as a Medical Device
    
    Verified 
    
    IMDRF · imdrf.org 
    
    
    
    ](https://www.imdrf.org/working-groups/software-medical-device-samd)
3.  [3 
    
    MDCG Software Guidance
    
    Verified 
    
    MDCG · health.ec.europa.eu 
    
    
    
    ](https://health.ec.europa.eu/medical-devices-sector/new-regulations/guidance-mdcg-endorsed-documents-and-other-guidance_en)

Inline markers like \[1\]  jump to the matching reference above.

Sponsor note

### Building software-as-a-medical-device?

We help SaMD and AI/ML device teams meet IEC 62304 and the FDA's evolving expectations for software cybersecurity.

[Book a 30-minute discovery session](https://go.bluegoatcyber.com/meetings/blue-goat-cyber/discovery-session)

-   No obligation
-   Expert-led from minute one
-   NDA available on request

MedTech Terms is a community resource sponsored by [Blue Goat Cyber](https://bluegoatcyber.com). Definitions are independent of any vendor.

On this term

Category

Software & AI

Sources

3

Updated

5/5/2026

[Compare with another term](/compare?a=adversarial-robustness)

Learn in 60 seconds

Card Lesson Quiz

Resilience of an ML model to inputs deliberately crafted to cause misclassification.

-   · Particularly relevant for AI radiology and pathology devices where image acquisition is partially under attacker influence. 
-   · Robustness evaluation, input sanitization, and detection of out-of-distribution inputs are emerging expectations for safety-critical AI. 

Remember this

Watch out: Assuming that general AI model validation is sufficient to cover adversarial robustness risks.

Related terms

-   [Penetration Testing ](/terms/pen-test)
-   [Model Drift Monitoring ](/terms/drift-monitoring)

You may also need

Auto-suggested from Software & AI and shared keywords.

-   [Algorithm Change Protocol(ACP) ](/terms/algorithm-change-protocol)
-   [Federated Learning ](/terms/federated-learning)
-   [Model Card ](/terms/model-card)
-   [Analytical Sensitivity ](/terms/analytical-sensitivity)
-   [Systemic Risk (GPAI) ](/terms/ai-act-systemic-risk)
-   [EU AI Act ](/terms/eu-ai-act)

[All Software & AI terms](/terms?cat=Software%20%26%20AI)

From the Blue Goat network

Related resources and services on this topic.

-   [
    
    AI SaMD Insights 
    
    How AI is changing SaMD - risk, regulation, and good machine-learning practice.
    
    ](https://ai-samd.com)
-   [
    
    Med Device Cyber Podcast 
    
    Conversations with medical device cybersecurity practitioners.
    
    ](https://mdcpodcast.com)

MedTech Terms 

An authoritative, plain-language reference for the regulatory, quality, cybersecurity, and software terms that shape modern medical devices.

Browse

-   [All terms](/terms)
-   [A–Z index](/a-z)
-   [Categories](/categories)
-   [Ecosystems](/ecosystems)
-   [Learning paths](/paths)
-   [Compare terms](/compare)
-   [Quiz](/quiz)

Resources

-   [FDA Medical Devices](https://www.fda.gov/medical-devices)
-   [EU MDR](https://eur-lex.europa.eu/eli/reg/2017/745/oj)
-   [IMDRF](https://www.imdrf.org/)
-   [Methodology](/methodology)
-   [Changelog](/changelog)
-   [Editor: Christian Espinosa](/authors/christian-espinosa)
-   [About this site](/about)

© 2026 MedTech Terms. Reference content for educational purposes - not regulatory advice. A community resource sponsored by [Blue Goat Cyber](https://bluegoatcyber.com)