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 channelCollaborative AI System Improves Medical Diagnostic Accuracy
Hospitals face a persistent trade-off when deploying artificial intelligence for diagnosis. Broad “generalist” models handle many tasks but often lack disease-specific precision. Narrow “specialist” models... Read more
AI-Powered Brain-Body Interface Supports Movement and Sensation Recovery
Neurological injuries such as stroke and spinal cord trauma frequently leave patients with profound motor and sensory deficits that limit independence. Rehabilitation may restore some movement, but recovery... Read moreCritical Care
view channel
Simple Triage Protocol Reduces Emergency Department Length of Stay
Emergency department (ED) overcrowding prolongs care, raises costs, and places added strain on clinical teams. Many hospitals cannot readily add beds, staff, or space, yet still need to move patients efficiently... Read more
ECG-Based AI Detects Left Ventricular Dysfunction and Heart Failure
Left ventricular dysfunction and heart failure with preserved ejection fraction are important cardiac conditions that require accurate detection to support clinical decision-making and care planning.... Read moreSurgical Techniques
view channel
Combined Phage and Microbiota Therapy May Reduce Recurrent Urinary Tract Infections
Recurrent urinary tract infections (rUTIs) are frequent relapses of urinary infections that persist despite standard therapy. They increase morbidity, expose patients to repeated antibiotic courses, and... Read more
New AR Technology Provides Real-Time Guidance During ACL Surgery
Precision during arthroscopic procedures is critical, yet intra-articular orientation can be challenging, and technical errors may compromise outcomes. In anterior cruciate ligament reconstruction, tunnel... 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 moreMedical Imaging
view channel
‘Local Brain Age’ AI Mapping Tool Reveals Patterns of Cognitive Impairment
Dementia care is hindered by the lack of precise tools to detect and track early neurodegeneration. Conventional brain age measures often compress complex, region-specific changes into a single value,... Read more
Rapid AI System Detects and Classifies Brain Tumor Subtypes on MRI
Brain tumors are a major cause of cancer mortality worldwide, with roughly a quarter of a million deaths each year. Early detection and accurate subtype classification on magnetic resonance imaging are... Read moreHealth IT
view channel
Short Digital Training Program Improves Motor Function in Parkinson’s Disease
Parkinson's disease causes motor symptoms that interfere with movement and daily activities. Drug treatment is standard care, yet additional approaches are needed to target motor control.... Read moreNew Cloud Platform Streamlines Capsule Endoscopy Workflow and Reporting
Capsule endoscopy programs depend on coordinated acquisition, review, and reporting to support gastrointestinal services. Managing these activities across practices and health systems requires reliable... Read morePoint of Care
view channel
New Brain Ultrasound Platform Enables Bedside Postoperative Imaging
Transporting postoperative patients for CT or MRI can create operational burdens, delays, and disruptions in care. Bedside visualization may help reduce transport demands, lower radiation exposure, and... Read more
Handheld Ultrasound Expands Point-of-Care Imaging Access in Brazil
Rapid access to diagnostic imaging is essential across hospitals, emergency departments, clinics, and municipal health systems, but large markets still face uneven availability, particularly in rural regions.... Read moreBusiness
view channel
AI Software Combines Nodule Detection and Diagnosis for Lung Cancer Screening
Lung cancer remains the leading cause of cancer mortality, and screening programs rely on computed tomography to identify disease earlier when curative treatment is more likely. High patient volumes and... Read more








