SOTAVerified

Non-Parametric Outlier Synthesis

2023-03-06Code Available1· sign in to hype

Leitian Tao, Xuefeng Du, Xiaojin Zhu, Yixuan Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNet-1k vs Curated OODs (avg.)NPOSFPR9537.93Unverified
ImageNet-1k vs iNaturalistNPOSAUROC96.19Unverified
ImageNet-1k vs PlacesNPOSFPR9545.27Unverified
ImageNet-1k vs SUNNPOSFPR9543.77Unverified
ImageNet-1k vs TexturesNPOSAUROC88.8Unverified

Reproductions