paper-with-me

Papers

Nearest Neighbor Guidance for Out-of-Distribution Detection

2023-09-26 · Jaewoo Park, Yoon Gyo Jung, Andrew Beng Jin Teoh

Detecting out-of-distribution (OOD) samples are crucial for machine learning models deployed in open-world environments. Classifier-based scores are a standard approach for OOD detection due to their fine-grained detection capability. However, these scores often suffer from overconfidence issues, misclassifying OOD samples distant from the in-distribution region. To address this challenge, we propose a method called Nearest Neighbor Guidance (NNGuide) that guides the classifier-based score to respect the boundary geometry of the data manifold. NNGuide reduces the overconfidence of OOD samples while preserving the fine-grained capability of the classifier-based score. We conduct extensive experiments on ImageNet OOD detection benchmarks under diverse settings, including a scenario where the ID data undergoes natural distribution shift. Our results demonstrate that NNGuide provides a significant performance improvement on the base detection scores, achieving state-of-the-art results on both AUROC, FPR95, and AUPR metrics. The code is given at \url{https://github.com/roomo7time/nnguide}.

📄 PDF Abstract BibTeX arXiv:2309.14888

Code (2)

jingkang50/openood 공식 구현 pytorch
roomo7time/nnguide 공식 구현 pytorch

Tasks

Out-of-Distribution Detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

A Local Density-Based Approach for Local Outlier Detection

2016-06-28 · Bo Tang, Haibo He

This paper presents a simple but effective density-based outlier detection approach with the local kernel density estimation (KDE). A Relative Density-based Outlier Score (RDOS) is introduced to measure the local outlier…

Density EstimationObjectOutlier Detection

Deep Nearest Neighbor Anomaly Detection

2020-02-24 · Liron Bergman, Niv Cohen, Yedid Hoshen

Nearest neighbors is a successful and long-standing technique for anomaly detection. Significant progress has been recently achieved by self-supervised deep methods (e.g. RotNet). Self-supervised features however typical…

Anomaly Detection

Out-of-Distribution Detection with Deep Nearest Neighbors

2022-04-13 · Yiyou Sun, Yifei Ming, Xiaojin Zhu, Yixuan Li

Out-of-distribution (OOD) detection is a critical task for deploying machine learning models in the open world. Distance-based methods have demonstrated promise, where testing samples are detected as OOD if they are rela…

Out-of-Distribution Detection

Nearest Neighbor Based Out-of-Distribution Detection in Remote Sensing Scene Classification

2023-03-29 · Dajana Dimitrić, Mitar Simić, Vladimir Risojević

Deep learning models for image classification are typically trained under the "closed-world" assumption with a predefined set of image classes. However, when the models are deployed they may be faced with input images no…

Classificationimage-classificationImage ClassificationOut-of-Distribution Detection+2

Far Away in the Deep Space: Dense Nearest-Neighbor-Based Out-of-Distribution Detection

2022-11-12 · Silvio Galesso, Max Argus, Thomas Brox

The key to out-of-distribution detection is density estimation of the in-distribution data or of its feature representations. This is particularly challenging for dense anomaly detection in domains where the in-distribut…

Anomaly DetectionDensity Estimationimage-classificationImage Classification+3