VOS: Learning What You Don't Know by Virtual Outlier Synthesis
Xuefeng Du, Zhaoning Wang, Mu Cai, Yixuan Li

TL;DR
VOS introduces a method for out-of-distribution detection by synthesizing virtual outliers in feature space, improving model regularization and reducing false positive rates without relying on real outlier datasets.
Contribution
The paper proposes VOS, a novel framework that adaptively synthesizes virtual outliers for better OOD detection, avoiding the need for real outlier data during training.
Findings
Reduces FPR95 by up to 9.36% on object detection tasks.
Achieves competitive performance on image classification models.
Effectively regularizes models without real outlier datasets.
Abstract
Out-of-distribution (OOD) detection has received much attention lately due to its importance in the safe deployment of neural networks. 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. Previous approaches rely on real outlier datasets for model regularization, which can be costly and sometimes infeasible to obtain in practice. In this paper, we present VOS, a novel framework for OOD detection by adaptively synthesizing virtual outliers that can meaningfully regularize the model's decision boundary during training. Specifically, VOS samples virtual outliers from the low-likelihood region of the class-conditional distribution estimated in the feature space. Alongside, we introduce a novel unknown-aware training objective, which contrastively shapes the uncertainty space between the ID…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Author Interview - VOS: Learning What You Don't Know by Virtual Outlier Synthesis· youtube
VOS: Learning What You Don't Know by Virtual Outlier Synthesis (Paper Explained)· youtube
VOS: Learning What You Don't Know By Virtual Outlier Synthesis | Paper Explained· youtube
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
MethodsVOS
