paper-with-me

홈 › Papers

Diversified Outlier Exposure for Out-of-Distribution Detection via Informative Extrapolation

2023-09-21 · NeurIPS 2023 11

Out-of-distribution (OOD) detection is important for deploying reliable machine learning models on real-world applications. Recent advances in outlier exposure have shown promising results on OOD detection via fine-tuning model with informatively sampled auxiliary outliers. However, previous methods assume that the collected outliers can be sufficiently large and representative to cover the boundary between ID and OOD data, which might be impractical and challenging. In this work, we propose a novel framework, namely, Diversified Outlier Exposure (DivOE), for effective OOD detection via informative extrapolation based on the given auxiliary outliers. Specifically, DivOE introduces a new learning objective, which diversifies the auxiliary distribution by explicitly synthesizing more informative outliers for extrapolation during training. It leverages a multi-step optimization method to generate novel outliers beyond the original ones, which is compatible with many variants of outlier exposure. Extensive experiments and analyses have been conducted to characterize and demonstrate the effectiveness of the proposed DivOE. The code is publicly available at: https://github.com/tmlr-group/DivOE.

📄 PDF Abstract BibTeX

Code (2)

tmlr-group/divoe 공식 구현 pytorch
zfancy/divoe 공식 구현 pytorch

Similar Papers 제목 키워드 기반

POEM: Out-of-Distribution Detection with Posterior Sampling

2022-06-28 · Yifei Ming, Ying Fan, Yixuan Li

Out-of-distribution (OOD) detection is indispensable for machine learning models deployed in the open world. Recently, the use of an auxiliary outlier dataset during training (also known as outlier exposure) has shown pr…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection

On the Powerfulness of Textual Outlier Exposure for Visual OoD Detection

2023-10-25 · NeurIPS 2023 11

Successful detection of Out-of-Distribution (OoD) data is becoming increasingly important to ensure safe deployment of neural networks. One of the main challenges in OoD detection is that neural networks output overconfi…

Energy-based Hopfield Boosting for Out-of-Distribution Detection

2024-05-14 · Claus Hofmann, Simon Schmid, Bernhard Lehner, Daniel Klotz 외

Out-of-distribution (OOD) detection is critical when deploying machine learning models in the real world. Outlier exposure methods, which incorporate auxiliary outlier data in the training process, can drastically improv…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection

Deep Anomaly Detection with Outlier Exposure

2018-12-11 · ICLR 2019 5 · Dan Hendrycks, Mantas Mazeika, Thomas Dietterich

It is important to detect anomalous inputs when deploying machine learning systems. The use of larger and more complex inputs in deep learning magnifies the difficulty of distinguishing between anomalous and in-distribut…

Anomaly DetectionOut-of-Distribution DetectionOut of Distribution (OOD) Detection

RODEO: Robust Outlier Detection via Exposing Adaptive Out-of-Distribution Samples

2025-01-28 · Hossein Mirzaei, Mohammad Jafari, Hamid Reza Dehbashi, Ali Ansari 외

In recent years, there have been significant improvements in various forms of image outlier detection. However, outlier detection performance under adversarial settings lags far behind that in standard settings. This is …

DiversityOutlier Detection