Medical AI Models Rely on 'Shortcuts' That Could Lead to Misdiagnosis of COVID-19
|
By HospiMedica International staff writers Posted on 25 Jun 2021 |

Image: Medical AI Models Rely on `Shortcuts` that Could Lead to Misdiagnosis of COVID-19 (Photo courtesy of National Institutes of Health Clinical Center)
Researchers have discovered that medical artificial intelligence (AI) models rely on “shortcuts” that could lead to misdiagnosis of COVID-19 and other diseases.
Researchers from Paul G. Allen School of Computer Science & Engineering at University of Washington (Seattle, WA, USA) have discovered, AI models - like humans - have a tendency to look for shortcuts. In the case of AI-assisted disease detection, such shortcuts could lead to diagnostic errors if deployed in clinical settings. AI promises to be a powerful tool for improving the speed and accuracy of medical decision-making to improve patient outcomes. From diagnosing disease, to personalizing treatment, to predicting complications from surgery, AI could become as integral to patient care in the future as imaging and laboratory tests are today.
However, when the researchers examined multiple models recently put forward as potential tools for accurately detecting COVID-19 from chest radiography (X-ray), they found that, rather than learning genuine medical pathology, these models rely instead on shortcut learning to draw spurious associations between medically irrelevant factors and disease status. In this case, the models ignored clinically significant indicators in favor of characteristics such as text markers or patient positioning that were specific to each dataset in predicting whether an individual had COVID-19. According to the researchers, shortcut learning is less robust than genuine medical pathology and usually means the model will not generalize well outside of the original setting. Combine that lack of robustness with the typical opacity of AI decision-making, and such a tool could go from potential life-saver to liability.
The lack of transparency is one of the factors that led the researchers to focus on explainable AI techniques for medicine and science. Most AI is regarded as a “black box” - the model is trained on massive data sets and spits out predictions without anyone really knowing precisely how the model came up with a given result. With explainable AI, researchers and practitioners are able to understand, in detail, how various inputs and their weights contributed to a model’s output. The team decided to use these same techniques to evaluate the trustworthiness of models that had recently been touted for what appeared to be their ability to accurately identify cases of COVID-19 from chest radiography.
Despite a number of published papers heralding the results, the researchers suspected that something else may be happening inside the black box that led to the models’ predictions. Specifically, they reasoned that such models would be prone to a condition known as worst-case confounding, owing to the paucity of training data available for such a new disease. Such a scenario increased the likelihood that the models would rely on shortcuts rather than learning the underlying pathology of the disease from the training data.
The team trained multiple deep convolutional neural networks on radiography images from a dataset that replicated the approach used in the published papers. They tested each model’s performance on an internal set of images from that initial dataset that had been withheld from the training data and on a second, external dataset meant to represent new hospital systems. The found that, while the models maintained their high performance when tested on images from the internal dataset, their accuracy was reduced by half on the second, external set — what the researchers referred to as a generalization gap and cited as strong evidence that confounding factors were responsible for the models’ predictive success on the initial dataset. The team then applied explainable AI techniques, including generative adversarial networks (GANs) and saliency maps, to identify which image features were most important in determining the models’ predictions.
When the researchers trained the models on the second dataset, which contained images drawn from a single region and was therefore presumed to be less prone to confounding, this turned out to not be the case; even those models exhibited a corresponding drop in performance when tested on external data. These results upend the conventional wisdom that confounding poses less of an issue when datasets are derived from similar sources — and reveal the extent to which so-called high-performance medical AI systems could exploit undesirable shortcuts rather than the desired signals. Despite the concerns raised by their findings, the researchers believe that it is unlikely that the models they studied have been deployed widely in the clinical setting. While there is evidence that at least one of the faulty models - COVID-Net - was deployed in multiple hospitals, it is unclear whether it was used for clinical purposes or solely for research. According to the team, researchers looking to apply AI to disease detection will need to revamp their approach before such models can be used to make actual treatment decisions for patients.
“A model that relies on shortcuts will often only work in the hospital in which it was developed, so when you take the system to a new hospital, it fails - and that failure can point doctors toward the wrong diagnosis and improper treatment,” explained graduate student and co-lead author Alex DeGrave. “A physician would generally expect a finding of COVID-19 from an X-ray to be based on specific patterns in the image that reflect disease processes. But rather than relying on those patterns, a system using shortcut learning might, for example, judge that someone is elderly and thus infer that they are more likely to have the disease because it is more common in older patients. The shortcut is not wrong per se, but the association is unexpected and not transparent. And that could lead to an inappropriate diagnosis.”
“Our findings point to the importance of applying explainable AI techniques to rigorously audit medical AI systems,” said co-lead author Joseph Janizek. “If you look at a handful of X-rays, the AI system might appear to behave well. Problems only become clear once you look at many images. Until we have methods to more efficiently audit these systems using a greater sample size, a more systematic application of explainable AI could help researchers avoid some of the pitfalls we identified with the COVID-19 models.”
Related Links:
Allen School
Researchers from Paul G. Allen School of Computer Science & Engineering at University of Washington (Seattle, WA, USA) have discovered, AI models - like humans - have a tendency to look for shortcuts. In the case of AI-assisted disease detection, such shortcuts could lead to diagnostic errors if deployed in clinical settings. AI promises to be a powerful tool for improving the speed and accuracy of medical decision-making to improve patient outcomes. From diagnosing disease, to personalizing treatment, to predicting complications from surgery, AI could become as integral to patient care in the future as imaging and laboratory tests are today.
However, when the researchers examined multiple models recently put forward as potential tools for accurately detecting COVID-19 from chest radiography (X-ray), they found that, rather than learning genuine medical pathology, these models rely instead on shortcut learning to draw spurious associations between medically irrelevant factors and disease status. In this case, the models ignored clinically significant indicators in favor of characteristics such as text markers or patient positioning that were specific to each dataset in predicting whether an individual had COVID-19. According to the researchers, shortcut learning is less robust than genuine medical pathology and usually means the model will not generalize well outside of the original setting. Combine that lack of robustness with the typical opacity of AI decision-making, and such a tool could go from potential life-saver to liability.
The lack of transparency is one of the factors that led the researchers to focus on explainable AI techniques for medicine and science. Most AI is regarded as a “black box” - the model is trained on massive data sets and spits out predictions without anyone really knowing precisely how the model came up with a given result. With explainable AI, researchers and practitioners are able to understand, in detail, how various inputs and their weights contributed to a model’s output. The team decided to use these same techniques to evaluate the trustworthiness of models that had recently been touted for what appeared to be their ability to accurately identify cases of COVID-19 from chest radiography.
Despite a number of published papers heralding the results, the researchers suspected that something else may be happening inside the black box that led to the models’ predictions. Specifically, they reasoned that such models would be prone to a condition known as worst-case confounding, owing to the paucity of training data available for such a new disease. Such a scenario increased the likelihood that the models would rely on shortcuts rather than learning the underlying pathology of the disease from the training data.
The team trained multiple deep convolutional neural networks on radiography images from a dataset that replicated the approach used in the published papers. They tested each model’s performance on an internal set of images from that initial dataset that had been withheld from the training data and on a second, external dataset meant to represent new hospital systems. The found that, while the models maintained their high performance when tested on images from the internal dataset, their accuracy was reduced by half on the second, external set — what the researchers referred to as a generalization gap and cited as strong evidence that confounding factors were responsible for the models’ predictive success on the initial dataset. The team then applied explainable AI techniques, including generative adversarial networks (GANs) and saliency maps, to identify which image features were most important in determining the models’ predictions.
When the researchers trained the models on the second dataset, which contained images drawn from a single region and was therefore presumed to be less prone to confounding, this turned out to not be the case; even those models exhibited a corresponding drop in performance when tested on external data. These results upend the conventional wisdom that confounding poses less of an issue when datasets are derived from similar sources — and reveal the extent to which so-called high-performance medical AI systems could exploit undesirable shortcuts rather than the desired signals. Despite the concerns raised by their findings, the researchers believe that it is unlikely that the models they studied have been deployed widely in the clinical setting. While there is evidence that at least one of the faulty models - COVID-Net - was deployed in multiple hospitals, it is unclear whether it was used for clinical purposes or solely for research. According to the team, researchers looking to apply AI to disease detection will need to revamp their approach before such models can be used to make actual treatment decisions for patients.
“A model that relies on shortcuts will often only work in the hospital in which it was developed, so when you take the system to a new hospital, it fails - and that failure can point doctors toward the wrong diagnosis and improper treatment,” explained graduate student and co-lead author Alex DeGrave. “A physician would generally expect a finding of COVID-19 from an X-ray to be based on specific patterns in the image that reflect disease processes. But rather than relying on those patterns, a system using shortcut learning might, for example, judge that someone is elderly and thus infer that they are more likely to have the disease because it is more common in older patients. The shortcut is not wrong per se, but the association is unexpected and not transparent. And that could lead to an inappropriate diagnosis.”
“Our findings point to the importance of applying explainable AI techniques to rigorously audit medical AI systems,” said co-lead author Joseph Janizek. “If you look at a handful of X-rays, the AI system might appear to behave well. Problems only become clear once you look at many images. Until we have methods to more efficiently audit these systems using a greater sample size, a more systematic application of explainable AI could help researchers avoid some of the pitfalls we identified with the COVID-19 models.”
Related Links:
Allen School
Latest COVID-19 News
- Low-Cost System Detects SARS-CoV-2 Virus in Hospital Air Using High-Tech Bubbles
- World's First Inhalable COVID-19 Vaccine Approved in China
- COVID-19 Vaccine Patch Fights SARS-CoV-2 Variants Better than Needles
- Blood Viscosity Testing Can Predict Risk of Death in Hospitalized COVID-19 Patients
- ‘Covid Computer’ Uses AI to Detect COVID-19 from Chest CT Scans
- MRI Lung-Imaging Technique Shows Cause of Long-COVID Symptoms
- Chest CT Scans of COVID-19 Patients Could Help Distinguish Between SARS-CoV-2 Variants
- Specialized MRI Detects Lung Abnormalities in Non-Hospitalized Long COVID Patients
- AI Algorithm Identifies Hospitalized Patients at Highest Risk of Dying From COVID-19
- Sweat Sensor Detects Key Biomarkers That Provide Early Warning of COVID-19 and Flu
- Study Assesses Impact of COVID-19 on Ventilation/Perfusion Scintigraphy
- CT Imaging Study Finds Vaccination Reduces Risk of COVID-19 Associated Pulmonary Embolism
- Third Day in Hospital a ‘Tipping Point’ in Severity of COVID-19 Pneumonia
- Longer Interval Between COVID-19 Vaccines Generates Up to Nine Times as Many Antibodies
- AI Model for Monitoring COVID-19 Predicts Mortality Within First 30 Days of Admission
- AI Predicts COVID Prognosis at Near-Expert Level Based Off CT Scans
Channels
Artificial Intelligence
view channel
AI Trends Report Guides Responsible, Effective Healthcare Deployment
Hospitals are under growing pressure to adopt artificial intelligence tools that improve safety, efficiency, and continuity of care without compromising quality. At the same time, clinicians need clearer... Read more
Privacy-Preserving AI Protects Sensitive Information in ECG Data
Artificial intelligence applied to electrocardiography can extract more than cardiac rhythm. Algorithms can infer age, sex, race, and even identity from electrocardiogram (ECG) signals, creating privacy... Read moreCritical Care
view channel
Inhaled Analgesic Matches Morphine for Prehospital Trauma Pain
Managing acute pain in the first minutes of prehospital care is difficult when intravenous access is delayed or impossible. Patients with fractures, falls, or traffic injuries often endure significant... Read more
Medical Drone Program Improves Blood Access and Patient Survival
Delayed access to blood products can be fatal for patients with postpartum hemorrhage and traumatic bleeding, and it also drives waste in hospital inventories. Rwanda’s mountainous terrain has historically... Read more
FDA Clears Tongue-Applied Neuromodulation System for Stroke Gait Rehabilitation
Gait impairment after stroke is a persistent driver of fall risk, loss of independence, and reduced quality of life. Despite structured rehabilitation, many adults continue to experience dynamic gait deficits... Read moreSurgical Techniques
view channel
Aortic Arch Remodeling Device Improves Type I Dissection Repair
Acute DeBakey Type I aortic dissection is an emergent tear of the ascending aorta that can extend into the arch and descending thoracic aorta. Rapid ischemic complications and high early mortality make... Read more
Intravesical CAR T Therapy Shows Promise for Bladder Cancer Treatment
Bladder cancer is common and frequently recurs after initial therapy, exposing patients to repeated procedures and cumulative toxicity. High‑risk disease often progresses despite intravesical drugs or... Read morePatient Care
view channel
AI Avatar Doctor Improves Patient Understanding Before Radiotherapy
Radiation oncology consultations require patients to grasp complex concepts quickly, yet anxiety and information overload often undermine understanding and informed consent. Poor comprehension can also... Read more
Wearable Sleep Data Predict Adherence to Pulmonary Rehabilitation
Chronic obstructive pulmonary disease (COPD) is a long-term lung disorder that makes breathing difficult and often disturbs sleep, reducing energy for daily activities. Limited engagement in pulmonary... Read moreHealth IT
view channel
Digital Heart Model Supports Targeted Ablation in Atrial Fibrillation
Atrial fibrillation is an erratic, quivering heartbeat and a leading cause of stroke. Catheter ablation is widely used to interrupt arrhythmogenic tissue, yet many patients—especially with persistent ... Read moreAI Framework Helps Clinicians Create Trustworthy Risk Prediction Tools
Artificial intelligence (AI) is increasingly used to estimate risks for conditions such as sepsis, heart disease, and cancer, yet many models remain difficult for clinicians to interpret or trust.... Read morePoint of Care
view channel
AI Dermatology Platform Targets Early Detection of Non-Melanoma Skin Cancer
Keratinocyte skin cancers, including basal cell and squamous cell carcinoma, account for a substantial share of dermatology workload in the United States and require accurate triage to guide biopsy decisions.... Read more








