Generalized ODIN: Detecting Out-of-distribution Image without Learning from Out-of-distribution Data
Yen-Chang Hsu, Yilin Shen, Hongxia Jin, Zsolt Kira

TL;DR
This paper introduces Generalized ODIN, a method for out-of-distribution detection in images that does not require OoD data for tuning, improving performance and analyzing different types of distribution shifts.
Contribution
It extends ODIN by proposing two tuning-free strategies for OoD detection, enhancing robustness without relying on OoD data during training or tuning.
Findings
Decomposition of confidence scoring improves OoD detection.
Modified input pre-processing enhances detection performance.
Semantic and non-semantic shifts differ in detection difficulty.
Abstract
Deep neural networks have attained remarkable performance when applied to data that comes from the same distribution as that of the training set, but can significantly degrade otherwise. Therefore, detecting whether an example is out-of-distribution (OoD) is crucial to enable a system that can reject such samples or alert users. Recent works have made significant progress on OoD benchmarks consisting of small image datasets. However, many recent methods based on neural networks rely on training or tuning with both in-distribution and out-of-distribution data. The latter is generally hard to define a-priori, and its selection can easily bias the learning. We base our work on a popular method ODIN, proposing two strategies for freeing it from the needs of tuning with OoD data, while improving its OoD detection performance. We specifically propose to decompose confidence scoring as well as…
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.
Code & Models
Videos
Generalized ODIN: Detecting Out-of-Distribution Image Without Learning From Out-of-Distribution Data· youtube
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
