2023

In or Out? Fixing ImageNet Out-of-Distribution Detection Evaluation

Bitterwolf, Julian, Müller, Maximilian, Hein, Matthias

Understand

Out-of-distribution (OOD) detection is the problem of identifying inputs which are unrelated to the in-distribution task.

  • The OOD detection performance when the in-distribution (ID) is ImageNet-1K is commonly being tested on a small range of test OOD datasets.
  • We find that most of the currently used test OOD datasets, including datasets from the open set recognition (OSR) literature, have severe issues: In some cases more than 50$\%$ of the dataset contains objects belonging to one of the ID classes.
  • These erroneous samples heavily distort the evaluation of OOD detectors.

Reading the bibliography…