Out-of-distribution Detection by Cross-class Vicinity Distribution of In-distribution Data
Zhilin Zhao, Longbing Cao, Kun-Yu Lin

TL;DR
This paper proposes a novel method for out-of-distribution detection by generating and using cross-class vicinity distribution samples to finetune neural networks, significantly improving their ability to distinguish in- and out-of-distribution data.
Contribution
It introduces the concept of cross-class vicinity distribution and demonstrates its effectiveness in enhancing OOD detection over existing methods.
Findings
Significantly outperforms existing OOD detection methods.
Improves discriminability between in- and out-of-distribution samples.
Effective across various datasets and distribution scenarios.
Abstract
Deep neural networks for image classification only learn to map in-distribution inputs to their corresponding ground truth labels in training without differentiating out-of-distribution samples from in-distribution ones. This results from the assumption that all samples are independent and identically distributed (IID) without distributional distinction. Therefore, a pretrained network learned from in-distribution samples treats out-of-distribution samples as in-distribution and makes high-confidence predictions on them in the test phase. To address this issue, we draw out-of-distribution samples from the vicinity distribution of training in-distribution samples for learning to reject the prediction on out-of-distribution inputs. A \textit{Cross-class Vicinity Distribution} is introduced by assuming that an out-of-distribution sample generated by mixing multiple in-distribution samples…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
MethodsTest
