Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Enhancing The Reliability of Out-of-distribution Image Detection in Neural Networks

About

We consider the problem of detecting out-of-distribution images in neural networks. We propose ODIN, a simple and effective method that does not require any change to a pre-trained neural network. Our method is based on the observation that using temperature scaling and adding small perturbations to the input can separate the softmax score distributions between in- and out-of-distribution images, allowing for more effective detection. We show in a series of experiments that ODIN is compatible with diverse network architectures and datasets. It consistently outperforms the baseline approach by a large margin, establishing a new state-of-the-art performance on this task. For example, ODIN reduces the false positive rate from the baseline 34.7% to 4.3% on the DenseNet (applied to CIFAR-10) when the true positive rate is 95%.

Shiyu Liang, Yixuan Li, R. Srikant• 2017

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet-1K--
600
Out-of-Distribution DetectioniNaturalist
AUROC98.57
252
Out-of-Distribution DetectionSUN OOD with ImageNet-1k In-distribution (test)
FPR@9529.05
247
Out-of-Distribution DetectionTextures
AUROC0.8785
186
Out-of-Distribution DetectionPlaces
FPR9555.06
175
Image ClassificationImageNet-100--
163
Out-of-Distribution DetectionImageNet-1K
FPR@9541.2
156
Out-of-Distribution DetectionImageNet OOD Average 1k (test)
FPR@9554.2
144
OOD DetectionCIFAR-10 (IND) SVHN (OOD)
AUROC0.9506
138
Out-of-Distribution DetectionCIFAR-10 vs SVHN (test)
AUROC0.967
137
Showing 10 of 431 rows
...

Other info

Code

Follow for update