CVJul 10, 2025

Understanding Dataset Bias in Medical Imaging: A Case Study on Chest X-rays

arXiv:2507.07722v42 citationsh-index: 2Has Code2025 IEEE/CVF International Conference on Computer Vision Workshops (ICCVW)
Originality Synthesis-oriented
AI Analysis

This work addresses dataset bias in medical imaging, which is crucial for ensuring AI models focus on pathology rather than shortcuts, though it is incremental as it revisits an existing task in a specific domain.

The authors investigated dataset bias in popular open-source chest X-ray datasets by applying the 'Name That Dataset' task, finding that biases exist and analyzing them through transformations to understand shortcuts in AI methods for medical imaging.

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.

Foundations

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

Your Notes