paper-with-me

홈 › Papers

Taming False Positives in Out-of-Distribution Detection with Human Feedback

2024-04-25 · Harit Vishwakarma, Heguang Lin, Ramya Korlakai Vinayak

Robustness to out-of-distribution (OOD) samples is crucial for safely deploying machine learning models in the open world. Recent works have focused on designing scoring functions to quantify OOD uncertainty. Setting appropriate thresholds for these scoring functions for OOD detection is challenging as OOD samples are often unavailable up front. Typically, thresholds are set to achieve a desired true positive rate (TPR), e.g., $95\%$ TPR. However, this can lead to very high false positive rates (FPR), ranging from 60 to 96\%, as observed in the Open-OOD benchmark. In safety-critical real-life applications, e.g., medical diagnosis, controlling the FPR is essential when dealing with various OOD samples dynamically. To address these challenges, we propose a mathematically grounded OOD detection framework that leverages expert feedback to \emph{safely} update the threshold on the fly. We provide theoretical results showing that it is guaranteed to meet the FPR constraint at all times while minimizing the use of human feedback. Another key feature of our framework is that it can work with any scoring function for OOD uncertainty quantification. Empirical evaluation of our system on synthetic and benchmark OOD datasets shows that our method can maintain FPR at most $5\%$ while maximizing TPR.

📄 PDF Abstract BibTeX arXiv:2404.16954

Code (1)

2454511550lin/tamefalsepositives-ood 공식 구현

Tasks

Medical DiagnosisOut-of-Distribution DetectionUncertainty Quantification

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Towards Overcoming False Positives in Visual Relationship Detection

2020-12-23 · Daisheng Jin, Xiao Ma, Chongzhi Zhang, Yizhuo Zhou 외

In this paper, we investigate the cause of the high false positive rate in Visual Relationship Detection (VRD). We observe that during training, the relationship proposal distribution is highly imbalanced: most of the ne…

DecoderGraph AttentionHuman-Object Interaction Detectionobject-detection+3

Gaze-DETR: Using Expert Gaze to Reduce False Positives in Vulvovaginal Candidiasis Screening

2024-05-15 · Yan Kong, Sheng Wang, Jiangdong Cai, Zihao Zhao 외

Accurate detection of vulvovaginal candidiasis is critical for women's health, yet its sparse distribution and visually ambiguous characteristics pose significant challenges for accurate identification by pathologists an…

Using a Neural Network to Detect Anomalies given an N-gram Profile

2021-04-12 · Byunggu Yu, Junwhan Kim

In order to detect unknown intrusions and runtime errors of computer programs, the cyber-security community has developed various detection techniques. Anomaly detection is an approach that is designed to profile the nor…

Anomaly Detection

Using uncertainty estimation to reduce false positives in liver lesion detection

2021-01-12 · Ishaan Bhat, Hugo J. Kuijf, Veronika Cheplygina, Josien P. W. Pluim

Despite the successes of deep learning techniques at detecting objects in medical images, false positive detections occur which may hinder an accurate diagnosis. We propose a technique to reduce false positive detections…

Lesion Detection

Example-Based Object Detection

2026-05-06 · ZhiXin Sun arxiv

In recent years, object detection has achieved significant progress, especially in the field of open-vocabulary object detection. Unlike traditional methods that rely on predefined categories, open-vocabulary approaches …

Object Detection