CVMar 16

Dataset Diversity Metrics and Impact on Classification Models

arXiv:2603.1527666.7h-index: 20Has Code
Predicted impact top 49% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

This work addresses the problem of quantifying dataset diversity for researchers and practitioners in machine learning, but it is incremental as it builds on existing metrics and datasets.

The study investigated how different dataset diversity metrics correlate with each other, expert intuition, and downstream classification performance, finding limited correlations with AUC but higher ones with FID and semantic metrics, and identified that adding scanner diversity can lead to shortcut learning.

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

Foundations

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

Your Notes