Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Non-Parametric Outlier Synthesis

About

Out-of-distribution (OOD) detection is indispensable for safely deploying machine learning models in the wild. One of the key challenges is that models lack supervision signals from unknown data, and as a result, can produce overconfident predictions on OOD data. Recent work on outlier synthesis modeled the feature space as parametric Gaussian distribution, a strong and restrictive assumption that might not hold in reality. In this paper, we propose a novel framework, Non-Parametric Outlier Synthesis (NPOS), which generates artificial OOD training data and facilitates learning a reliable decision boundary between ID and OOD data. Importantly, our proposed synthesis approach does not make any distributional assumption on the ID embeddings, thereby offering strong flexibility and generality. We show that our synthesis approach can be mathematically interpreted as a rejection sampling framework. Extensive experiments show that NPOS can achieve superior OOD detection performance, outperforming the competitive rivals by a significant margin. Code is publicly available at https://github.com/deeplearning-wisc/npos.

Leitian Tao, Xuefeng Du, Xiaojin Zhu, Yixuan Li• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet-1K--
524
Out-of-Distribution DetectioniNaturalist
FPR@9516.58
200
Out-of-Distribution DetectionSUN OOD with ImageNet-1k In-distribution (test)
FPR@959.22
159
Out-of-Distribution DetectionTextures
AUROC0.9135
141
Out-of-Distribution DetectionPlaces
FPR9545.27
110
Out-of-Distribution DetectionPlaces with ImageNet-1k OOD In-distribution (test)
FPR9545.27
99
OOD DetectionCIFAR-10 (IND) SVHN (OOD)
AUROC0.9837
91
Out-of-Distribution DetectionImageNet-1k ID iNaturalist OOD
FPR9516.58
87
Image ClassificationImageNet-100--
84
OOD DetectionCIFAR-10 (ID) vs Places 365 (OOD)
AUROC93.76
77
Showing 10 of 60 rows

Other info

Code

Follow for update