Computer Science > Computer Vision and Pattern Recognition
[Submitted on 18 Jun 2020 (v1), revised 6 Oct 2020 (this version, v2), latest version 30 Mar 2021 (v4)]
Title:Unsupervised out-of-distribution detection using kernel density estimation
View PDFAbstract:Deep neural networks (DNNs) achieve substantial advancement to the state-of-the-art in many computer vision tasks. However, accuracy of DNNs may drop drastically when test data come from a different distribution than training data. Detecting out-of-distribution (OOD) samples before performing downstream analysis on the predictions of a DNN thus arises as a crucial problem for critical applications, such as medical diagnosis and autonomous driving. The majority of the existing methods focus on OOD detection in the classification problem. In this paper, we propose an unsupervised OOD detection method using kernel density estimation (KDE), which is a non-parametric method for estimating probability density functions (pdfs). Specifically, we estimate the pdfs of features for each channel of the network, by performing KDE on the in-distribution (InD) dataset. At test time, the pdfs are evaluated on the test data to obtain a confidence score for each channel, which is expected to be higher for InD and lower for OOD samples. These scores are combined into a final score using logistic regression. Crucially, the proposed method does not require class labels nor information on the output of a network. Thus, it can be used for networks both for classification and non-classification problems. Furthermore, the use of KDE eliminates the need for making a parametric assumption (e.g. Gaussian) about feature densities. We performed experiments on 2 different classification networks trained on CIFAR-10 and CIFAR-100, and 2 different non-classification networks (segmentation and detection) trained on COCO dataset. The proposed method achieved detection accuracy on-par with the state-of-the-art for classification networks and substantially outperformed the compared alternatives for segmentation and detection networks in all the tests, thus exhibiting a larger scope of applications than existing methods.
Submission history
From: Ertunc Erdil [view email][v1] Thu, 18 Jun 2020 17:46:06 UTC (140 KB)
[v2] Tue, 6 Oct 2020 20:39:03 UTC (433 KB)
[v3] Tue, 24 Nov 2020 11:29:14 UTC (369 KB)
[v4] Tue, 30 Mar 2021 21:55:47 UTC (1,014 KB)
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.