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 Framework Aims to Turn Medical Care from Reactive to Preventive
Health systems face rising burdens from aging populations, chronic disease, and workforce shortages. Medical artificial intelligence (AI) remains concentrated in diagnosis and decision support, leaving... Read more
AI Model Predicts Indwelling Catheter Use After Spinal Cord Injury
Patients with early-stage spinal cord injury and neurogenic bladder often face uncertain trajectories in urinary catheter management. Clinicians need tools to anticipate conversion to indwelling catheters... Read moreCritical Care
view channel
Patch-Based Therapy Promotes Myelin Repair in Multiple Sclerosis
Multiple sclerosis (MS) is a chronic autoimmune disease that damages the myelin sheath in the central nervous system, leading to progressive disability. After inflammatory attacks, remyelination is often... Read more
Remote Cardiac Device Monitoring System Shows Safety and Cost Benefits
Regular in-clinic follow-up for patients with cardiac implantable electronic devices, including pacemakers and implantable cardioverter defibrillators, is resource intensive. As device use rises with aging... Read moreSurgical Techniques
view channel
Functional Coronary Angiography Improves Outcomes in STEMI With Multivessel Disease
Multivessel coronary artery disease, defined as blockage in at least two coronary arteries, complicates management of ST-segment elevation myocardial infarction. Clinicians must decide which non-culprit... Read more
Researchers Advance Novel Therapy for Hard-to-Heal Diabetic Foot Wounds
Diabetic foot ulcers are chronic, hard-to-heal wounds that arise in people with diabetes and increase the risk of infection, hospitalization, and amputation. Care often relies on cleaning and dressing,... Read morePatient Care
view channel
Multicenter Study Quantifies Delays in Care for Emergency Department Boarders
Emergency department (ED) boarding—the practice of keeping admitted patients in the ED while awaiting an inpatient bed—creates hazardous delays in definitive care. Prolonged transitions expose older and... Read more
Real-Time Radiation Monitor Supports Safer Fluoroscopy-Guided Procedures
Fluoroscopy-guided procedures expose clinicians to scatter radiation that accumulates over time, creating persistent occupational risks in cath labs and interventional suites. Traditional badges typically... Read moreMedical Imaging
view channel
AI-Guided Ultrasound Enables Nonexpert Screening for Aortic Stenosis
Aortic stenosis is a narrowing of the aortic valve that can progress silently until advanced disease. Comprehensive echocardiography is the diagnostic standard, but it requires specialized equipment and... Read more
Photon-Counting CT System Gains CE Mark and Expands Access to Faster Diagnosis
GE HealthCare has obtained CE Mark for Photonova Spectra, a photon-counting computed tomography (PCCT) system built on the company’s proprietary Deep Silicon detector technology. The platform is engineered... Read moreHealth IT
view channel
Nurse-Coordinated Care Model Improves Heart Failure Outcomes
Heart failure imposes heavy mortality, morbidity, and cost burdens worldwide, yet proven therapies remain underused in routine practice. This inadequate uptake contributes to preventable hospitalizations... Read more
Imaging Tool Quantifies Calcinosis Cutis Volume to Monitor Treatment
Calcinosis cutis involves calcium deposits in the skin or soft tissues that can develop anywhere in the body, causing pain, impaired mobility, and disability. Lesions along the spine or buttocks can make... Read morePoint of Care
view channel
Microneedle Patch Enables At-Home Monitoring of Acute Kidney Injury
Kidney disease is often silent in its early stages, making timely detection difficult outside clinical settings. Early biomarkers such as neutrophil gelatinase–associated lipocalin can require blood draws... Read more
Ultrathin Metasurface Could Bring Quantitative Phase Imaging to Portable Devices
Point-of-care imaging often depends on bulky optical systems that have difficulty visualizing nearly transparent cells and tissues without staining. These limitations can slow diagnosis and restrict use... Read moreBusiness
view channel
Smartphone-Integrated Epinephrine Auto-Injector Concept Wins Red Dot Design Award
Severe allergic reactions can escalate rapidly and require prompt epinephrine, yet many at-risk patients do not consistently carry their auto-injector. With food allergies affecting an estimated 220 million... Read more








