Share your thoughts, 1 month free Claude Pro on usSee more
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--
600
Out-of-Distribution DetectioniNaturalist
AUROC96.19
219
Out-of-Distribution DetectionSUN OOD with ImageNet-1k In-distribution (test)
FPR@959.22
204
Out-of-Distribution DetectionTextures
AUROC0.9135
168
Out-of-Distribution DetectionPlaces
FPR9545.27
142
Out-of-Distribution DetectionImageNet-1k ID iNaturalist OOD
FPR9516.58
132
OOD DetectionCIFAR-10 (IND) SVHN (OOD)
AUROC0.9837
131
OOD DetectionCIFAR-10 (ID) vs Places 365 (OOD)
AUROC93.76
117
Out-of-Distribution DetectionPlaces with ImageNet-1k OOD In-distribution (test)
FPR9545.27
99
OOD DetectionPlaces (OOD)
AUROC78.81
93
Showing 10 of 74 rows
...

Other info

Code

Follow for update