Mephisto405 / ood-detection

Code for "Zero-Shot Out-of-Distribution Detection with Feature Correlations"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zero-Shot Out-of-Distribution Detection with Feature Correlations

Anonymized Code for openreview submission: https://openreview.net/forum?id=r1g6MCEtwr

Dependencies

The code is written in Python 2 with Pytorch 1.0.

Results

results

Downloading Pre-trained Models

We used pre-trained neural networks open-sourced by Mahalanobis and odin-pytorch. The DenseNets trained on CIFAR-10 and CIFAR-100 are by ODIN; remaining are by Mahalanobis:

Downloading Out-of-Distribtion Datasets

We use download links of three out-of-distribution datasets from odin-pytorch:

About

Code for "Zero-Shot Out-of-Distribution Detection with Feature Correlations"


Languages

Language:Jupyter Notebook 91.6%Language:Python 8.4%