IVAICVLGMLSep 3, 2019

Can we trust deep learning models diagnosis? The impact of domain shift in chest radiograph classification

arXiv:1909.01940v2156 citations
AI Analysis

This highlights reliability issues for medical imaging applications, posing a challenge for deploying models trained on public datasets in clinical settings.

The study evaluated the impact of domain shift on deep learning models for chest radiograph classification, showing that training and testing on different datasets (e.g., ChestX-ray14 to CheXpert) drastically reduces performance, while models trained on CheXpert and MIMIC-CXR generalize better.

While deep learning models become more widespread, their ability to handle unseen data and generalize for any scenario is yet to be challenged. In medical imaging, there is a high heterogeneity of distributions among images based on the equipment that generates them and their parametrization. This heterogeneity triggers a common issue in machine learning called domain shift, which represents the difference between the training data distribution and the distribution of where a model is employed. A high domain shift tends to implicate in a poor generalization performance from the models. In this work, we evaluate the extent of domain shift on four of the largest datasets of chest radiographs. We show how training and testing with different datasets (e.g., training in ChestX-ray14 and testing in CheXpert) drastically affects model performance, posing a big question over the reliability of deep learning models trained on public datasets. We also show that models trained on CheXpert and MIMIC-CXR generalize better to other datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes