-
Notifications
You must be signed in to change notification settings - Fork 110
OpenOOD v1.5 methods & benchmarks overview
Jingyang Zhang edited this page Aug 12, 2023
·
4 revisions
The methods that are available in OpenOOD v1.5 have the Alias
and Group
attribute, where Alias
is the name of the method, and Group
is the category the method falls into (e.g., post-hoc or training method).
ID | near-OOD | far-OOD | Covariate-shifted ID | Outliers for training |
---|---|---|---|---|
CIFAR-10 | CIFAR-100, Tiny ImageNet-200 | MNIST, SVHN, Textures, Places365 | N/A | Tiny ImageNet-597 |
CIFAR-100 | CIFAR-10, Tiny ImageNet-200 | MNIST, SVHN, Textures, Places365 | N/A | Tiny ImageNet-597 |
ImageNet-200 | SSB-hard, NINCO | iNaturalist, Textures, OpenImage-O | ImageNet-200-C, ImageNet-200-R, ImageNet-200-V2 | ImageNet-800 |
ImageNet-1K | SSB-hard, NINCO | iNaturalist, Textures, OpenImage-O | ImageNet-C, ImageNet-R, ImageNet-V2 | N/A |
CIFAR-10, CIFAR-100, Tiny ImageNet-200, MNIST, SVHN, Places365, and iNaturalist are commonly-used datasets. Here we describe the other less common ones.
-
Tiny ImageNet-597: This is the dataset we use as outliers for CIFAR experiments. Basically we filter out many categories from ImageNet-1K to avoid overlap with test OOD data, resulting in 597 categories left. Then we apply the same processing as
ImageNet -> Tiny ImageNet
to create this Tiny ImageNet-597. Please see our paper or this post for details. - Textures: Also known as Describable Textures Dataset (DTD).
- ImageNet-C: A variant of ImageNet with with common corruptions applied (e.g., motion blurring).
- ImageNet-R: A variant of ImageNet that has styles different than natural images (e.g., art paintings). It includes 200 categories of ImageNet.
- ImageNet-V2: A variant of ImageNet that has resampling shift.
- ImageNet-200: The 200-class subset of ImageNet-1K. The categories are the same as those in ImageNet-R.
- ImageNet-200-C/R/V2: The corresponding 200-class version of ImageNet-C/R/V2.
- ImageNet-800: The 800-class subset of ImageNet-1K that is disjoint with ImageNet-200. We use it as the outlier dataset for ImageNet-200 experiments.
- SSB-hard: The hard split from SSB, which is curated by selecting "hard" categories from ImageNet-21K based on WordNet hierarchy.
- NINCO: A recent OOD dataset that is manually inspected to be strictly OOD w.r.t. ImageNet-1K.