DOS: Diverse Outlier Sampling for Out-of-Distribution Detection
Wenyu Jiang, Hao Cheng, Mingcai Chen, Chongjun Wang, Hongxin Wei
TL;DR
This paper tackles the problem of overconfident predictions on out-of-distribution inputs by introducing Diverse Outlier Sampling (DOS), a clustering-based strategy that selects diverse and informative outliers from an auxiliary OOD dataset and trains with an absent-category loss to shape a globally compact in-distribution versus out-of-distribution boundary. DOS partitions candidate outliers via normalized feature clustering, then picks the most informative exemplar from each cluster and uses a mini-batch scheme to maintain efficiency, with a loss that combines ID supervision and outlier regularization. Empirically, DOS achieves state-of-the-art OOD detection on common benchmarks and remains robust across large-scale datasets, different auxiliary OOD pools, and when combined with energy-based losses or large pre-trained models like CLIP. The method is simple to implement, scalable, and readily applicable in practice, offering substantial improvements in $FPR_{95}$ and strong generalization across settings, thereby enhancing safety in open-world deployments.
Abstract
Modern neural networks are known to give overconfident prediction for out-of-distribution inputs when deployed in the open world. It is common practice to leverage a surrogate outlier dataset to regularize the model during training, and recent studies emphasize the role of uncertainty in designing the sampling strategy for outlier dataset. However, the OOD samples selected solely based on predictive uncertainty can be biased towards certain types, which may fail to capture the full outlier distribution. In this work, we empirically show that diversity is critical in sampling outliers for OOD detection performance. Motivated by the observation, we propose a straightforward and novel sampling strategy named DOS (Diverse Outlier Sampling) to select diverse and informative outliers. Specifically, we cluster the normalized features at each iteration, and the most informative outlier from each cluster is selected for model training with absent category loss. With DOS, the sampled outliers efficiently shape a globally compact decision boundary between ID and OOD data. Extensive experiments demonstrate the superiority of DOS, reducing the average FPR95 by up to 25.79% on CIFAR-100 with TI-300K.
