Understanding Dataset Bias in Medical Imaging: A Case Study on Chest X-rays
Journal:
arXiv
Published Date:
Jul 10, 2025
Abstract
Recent works have revisited the infamous task ``Name That Dataset'',
demonstrating that non-medical datasets contain underlying biases and that the
dataset origin task can be solved with high accuracy. In this work, we revisit
the same task applied to popular open-source chest X-ray datasets. Medical
images are naturally more difficult to release for open-source due to their
sensitive nature, which has led to certain open-source datasets being extremely
popular for research purposes. By performing the same task, we wish to explore
whether dataset bias also exists in these datasets. To extend our work, we
apply simple transformations to the datasets, repeat the same task, and perform
an analysis to identify and explain any detected biases. Given the importance
of AI applications in medical imaging, it's vital to establish whether modern
methods are taking shortcuts or are focused on the relevant pathology. We
implement a range of different network architectures on the datasets: NIH,
CheXpert, MIMIC-CXR and PadChest. We hope this work will encourage more
explainable research being performed in medical imaging and the creation of
more open-source datasets in the medical domain. Our code can be found here:
https://github.com/eedack01/x_ray_ds_bias.