paper-with-me

홈 › Papers

Beyond AUROC & co. for evaluating out-of-distribution detection performance

2023-06-26 · Galadrielle Humblot-Renaux, Sergio Escalera, Thomas B. Moeslund

While there has been a growing research interest in developing out-of-distribution (OOD) detection methods, there has been comparably little discussion around how these methods should be evaluated. Given their relevance for safe(r) AI, it is important to examine whether the basis for comparing OOD detection methods is consistent with practical needs. In this work, we take a closer look at the go-to metrics for evaluating OOD detection, and question the approach of exclusively reducing OOD detection to a binary classification task with little consideration for the detection threshold. We illustrate the limitations of current metrics (AUROC & its friends) and propose a new metric - Area Under the Threshold Curve (AUTC), which explicitly penalizes poor separation between ID and OOD samples. Scripts and data are available at https://github.com/glhr/beyond-auroc

📄 PDF Abstract BibTeX arXiv:2306.14658

Code (2)

glhr/beyond-auroc 공식 구현
shyhyawJou/AUTC-Metric-for-OOD-Detection tf

Tasks

Binary ClassificationOut-of-Distribution DetectionOut of Distribution (OOD) Detection

Similar Papers 제목 키워드 기반

Efficient Out-of-Distribution Detection in Digital Pathology Using Multi-Head Convolutional Neural Networks

2020-01-25 · MIDL 2019 7 · Jasper Linmans, Jeroen van der Laak, Geert Litjens

Successful clinical implementation of deep learning in medical imaging depends, in part, on the reliability of the predictions. Specifically, the system should be accurate for classes seen during training while providing…

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

Extending Stress Detection Reproducibility to Consumer Wearable Sensors

2025-05-09 · Ohida Binte Amin, Varun Mishra, Tinashe M. Tapera, Robert Volpe 외

Wearable sensors are widely used to collect physiological data and develop stress detection models. However, most studies focus on a single dataset, rarely evaluating model reproducibility across devices, populations, or…

Heart Rate Variability

Kullback-Leibler Divergence-Based Out-of-Distribution Detection with Flow-Based Generative Models

2020-02-09 · Yufeng Zhang, Jialu Pan, Wanwei Liu, Zhenbang Chen 외

Recent research has revealed that deep generative models including flow-based models and Variational Autoencoders may assign higher likelihoods to out-of-distribution (OOD) data than in-distribution (ID) data. However, w…

Anomaly DetectionGroup Anomaly DetectionOut-of-Distribution Detection

Robust Out-of-distribution Detection for Neural Networks

2020-03-21 · AAAI Workshop AdvML 2022 2 · Jiefeng Chen, Yixuan Li, Xi Wu, YIngyu Liang 외

Detecting out-of-distribution (OOD) inputs is critical for safely deploying deep learning models in the real world. Existing approaches for detecting OOD examples work well when evaluated on benign in-distribution and OO…

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

Is Complex Training Necessary for Long-Tailed OOD Detection? A Re-think from Feature Geometry

2026-05-18 · Ningkang Peng, Xuanming Chen, Yanhui Gu arxiv

Long-tailed out-of-distribution (LT-OOD) detection is often addressed with specialized training, including auxiliary out-of-distribution (OOD) data, abstention heads, contrastive objectives, energy losses, or gradient-co…