Identifying Statistical Bias in Dataset Replication
Logan Engstrom, Andrew Ilyas, Shibani Santurkar, Dimitris Tsipras, Jacob Steinhardt, Aleksander Madry
TL;DR
Dataset replication can diagnose whether benchmark progress generalizes beyond test sets. The authors identify a statistic-matching bias, where noisy selection-frequency readings used to construct ImageNet-v2 skew the replication, and develop both nonparametric (jackknife) and parametric (beta-binomial mixtures with splines) methods to debias the observed accuracy gap. Their debiased analysis reduces the v1-to-v2 accuracy drop from $11.7\% \pm 1.0\%$ to $3.6\% \pm 1.5\%$, indicating that much of the apparent drop is attributable to bias in the replication pipeline rather than genuine generalization failure. The work provides practical recommendations for recognizing and avoiding bias in dataset replication, with implications for distribution-shift research and adaptive overfitting across domains.
Abstract
Dataset replication is a useful tool for assessing whether improvements in test accuracy on a specific benchmark correspond to improvements in models' ability to generalize reliably. In this work, we present unintuitive yet significant ways in which standard approaches to dataset replication introduce statistical bias, skewing the resulting observations. We study ImageNet-v2, a replication of the ImageNet dataset on which models exhibit a significant (11-14%) drop in accuracy, even after controlling for a standard human-in-the-loop measure of data quality. We show that after correcting for the identified statistical bias, only an estimated $3.6\% \pm 1.5\%$ of the original $11.7\% \pm 1.0\%$ accuracy drop remains unaccounted for. We conclude with concrete recommendations for recognizing and avoiding bias in dataset replication. Code for our study is publicly available at http://github.com/MadryLab/dataset-replication-analysis .
