A statistical framework for efficient out of distribution detection in deep neural networks
Matan Haroush, Tzviel Frostig, Ruth Heller, Daniel Soudry

TL;DR
This paper introduces a statistical hypothesis testing framework for out-of-distribution detection in deep neural networks, providing reliable p-values and combining evidence from the entire network without retraining.
Contribution
It formulates OOD detection as a hypothesis test, guarantees control over false positives, and proposes a low-order statistic method that is computationally efficient and effective.
Findings
Achieves comparable or better OOD detection results than state-of-the-art methods.
Maintains Type I Error control for in-distribution samples.
Does not require retraining or prior knowledge of test distribution.
Abstract
Background. Commonly, Deep Neural Networks (DNNs) generalize well on samples drawn from a distribution similar to that of the training set. However, DNNs' predictions are brittle and unreliable when the test samples are drawn from a dissimilar distribution. This is a major concern for deployment in real-world applications, where such behavior may come at a considerable cost, such as industrial production lines, autonomous vehicles, or healthcare applications. Contributions. We frame Out Of Distribution (OOD) detection in DNNs as a statistical hypothesis testing problem. Tests generated within our proposed framework combine evidence from the entire network. Unlike previous OOD detection heuristics, this framework returns a -value for each test sample. It is guaranteed to maintain the Type I Error (T1E - incorrectly predicting OOD for an actual in-distribution sample) for test data.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Anomaly Detection Techniques and Applications
