Self-supervised Benchmark Lottery on ImageNet: Do Marginal Improvements Translate to Improvements on Similar Datasets?
Utku Ozbulak, Esla Timothy Anzaku, Solha Kang, Wesley De Neve, Joris Vankerschaver
TL;DR
The paper addresses whether marginal gains on ImageNet translate to improvements on related datasets and whether ImageNet-only benchmarks induce a benchmark lottery in SSL. It evaluates twelve SSL backbones across five ImageNet variants (ReaL, v2, Rendition, Sketch, Adversarial) to assess cross-dataset generalization, revealing that top ImageNet performers (notably DINO and SwAV) can underperform on Rendition and Sketch, while MoCo and BYOL often remain strong. Correlation analyses show high agreement between ImageNet and ReaL/v2 ($r \approx 0.99$) but substantially weaker alignment for Rendition, Sketch, and Adversarial ($r \approx 0.6$), indicating ImageNet validity as a predictor is limited under distribution shifts. The authors propose two aggregate benchmarking metrics (weighted average and geometric mean) and argue for a unified, multi-variant benchmarking approach to avoid overfitting to a single dataset, guiding more robust SSL model selection in practice.
Abstract
Machine learning (ML) research strongly relies on benchmarks in order to determine the relative effectiveness of newly proposed models. Recently, a number of prominent research effort argued that a number of models that improve the state-of-the-art by a small margin tend to do so by winning what they call a "benchmark lottery". An important benchmark in the field of machine learning and computer vision is the ImageNet where newly proposed models are often showcased based on their performance on this dataset. Given the large number of self-supervised learning (SSL) frameworks that has been proposed in the past couple of years each coming with marginal improvements on the ImageNet dataset, in this work, we evaluate whether those marginal improvements on ImageNet translate to improvements on similar datasets or not. To do so, we investigate twelve popular SSL frameworks on five ImageNet variants and discover that models that seem to perform well on ImageNet may experience significant performance declines on similar datasets. Specifically, state-of-the-art frameworks such as DINO and Swav, which are praised for their performance, exhibit substantial drops in performance while MoCo and Barlow Twins displays comparatively good results. As a result, we argue that otherwise good and desirable properties of models remain hidden when benchmarking is only performed on the ImageNet validation set, making us call for more adequate benchmarking. To avoid the "benchmark lottery" on ImageNet and to ensure a fair benchmarking process, we investigate the usage of a unified metric that takes into account the performance of models on other ImageNet variant datasets.
