paper-with-me

홈 › Papers

Reject option models comprising out-of-distribution detection

2023-07-11 · Vojtech Franc, Daniel Prusa, Jakub Paplham

The optimal prediction strategy for out-of-distribution (OOD) setups is a fundamental question in machine learning. In this paper, we address this question and present several contributions. We propose three reject option models for OOD setups: the Cost-based model, the Bounded TPR-FPR model, and the Bounded Precision-Recall model. These models extend the standard reject option models used in non-OOD setups and define the notion of an optimal OOD selective classifier. We establish that all the proposed models, despite their different formulations, share a common class of optimal strategies. Motivated by the optimal strategy, we introduce double-score OOD methods that leverage uncertainty scores from two chosen OOD detectors: one focused on OOD/ID discrimination and the other on misclassification detection. The experimental results consistently demonstrate the superior performance of this simple strategy compared to state-of-the-art methods. Additionally, we propose novel evaluation metrics derived from the definition of the optimal strategy under the proposed OOD rejection models. These new metrics provide a comprehensive and reliable assessment of OOD methods without the deficiencies observed in existing evaluation approaches.

📄 PDF Abstract BibTeX arXiv:2307.05199

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution Detection

Similar Papers 제목 키워드 기반

Bayesian autoencoders with uncertainty quantification: Towards trustworthy anomaly detection

2022-02-25 · Bang Xiang Yong, Alexandra Brintrup

Despite numerous studies of deep autoencoders (AEs) for unsupervised anomaly detection, AEs still lack a way to express uncertainty in their predictions, crucial for ensuring safe and trustworthy machine learning systems…

Anomaly DetectionUncertainty QuantificationUnsupervised Anomaly Detection

Out-of-distribution Reject Option Method for Dataset Shift Problem in Early Disease Onset Prediction

2024-05-30 · Taisei Tosaki, Eiichiro Uchino, Ryosuke Kojima, Yohei Mineharu 외

Machine learning is increasingly used to predict lifestyle-related disease onset using health and medical data. However, its predictive accuracy for use is often hindered by dataset shift, which refers to discrepancies i…

Disease PredictionPrediction

Key Feature Replacement of In-Distribution Samples for Out-of-Distribution Detection

2022-12-26 · Jaeyoung Kim, Seo Taek Kong, Dongbin Na, Kyu-Hwan Jung

Out-of-distribution (OOD) detection can be used in deep learning-based applications to reject outlier samples from being unreliably classified by deep neural networks. Learning to classify between OOD and in-distribution…

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

Epistemic Reject Option Prediction

2025-11-06 · Vojtech Franc, Jakub Paplham arxiv

In high-stakes applications, predictive models must not only produce accurate predictions but also quantify and communicate their uncertainty. Reject-option prediction addresses this by allowing the model to abstain when…

Regression with reject option and application to kNN

2020-06-30 · NeurIPS 2020 12 · Christophe Denis, Mohamed Hebiri, Ahmed Zaoui

We investigate the problem of regression where one is allowed to abstain from predicting. We refer to this framework as regression with reject option as an extension of classification with reject option. In this context,…

regression