Search papers, labs, and topics across Lattice.
This paper investigates the behavior of various dataset diversity metrics across image, text, and metadata datasets, using MorphoMNIST and PadChest. It examines the correlations between these metrics, their alignment with clinical expert intuition, and their impact on downstream task performance and training dynamics. The study reveals limited correlations between AUC and reference-free diversity metrics, but stronger correlations with FID and semantic diversity, while also showing that adding a new scanner to the training data can lead to shortcut learning.
Adding more data from a new scanner can actually hurt your model by causing it to learn spurious correlations, even though clinical experts believe scanner variation is a key source of diversity.
The diversity of training datasets is usually perceived as an important aspect to obtain a robust model. However, the definition of diversity is often not defined or differs across papers, and while some metrics exist, the quantification of this diversity is often overlooked when developing new algorithms. In this work, we study the behaviour of multiple dataset diversity metrics for image, text and metadata using MorphoMNIST, a toy dataset with controlled perturbations, and PadChest, a publicly available chest X-ray dataset. We evaluate whether these metrics correlate with each other but also with the intuition of a clinical expert. We also assess whether they correlate with downstream-task performance and how they impact the training dynamic of the models. We find limited correlations between the AUC and image or metadata reference-free diversity metrics, but higher correlations with the FID and the semantic diversity metrics. Finally, the clinical expert indicates that scanners are the main source of diversity in practice. However, we find that the addition of another scanner to the training set leads to shortcut learning. The code used in this study is available at https://github.com/TheoSourget/dataset_diversity_evaluation