Interpreting deep learning output for out-of-distribution detection
Damian Matuszewski, Ida-Maria Sintorn

TL;DR
This paper introduces a new out-of-distribution detection method for deep learning models that analyzes raw output distributions, providing interpretability and improved detection of unknown or outlier samples.
Contribution
The paper proposes the Probability Score Interpreter (PSI), a novel approach that considers joint logit distributions for better OOD detection and interpretability, applicable to trained networks.
Findings
Effective OOD detection on virus image dataset
PSI outperforms simple thresholding methods
Applicable to existing trained models
Abstract
Commonly used AI networks are very self-confident in their predictions, even when the evidence for a certain decision is dubious. The investigation of a deep learning model output is pivotal for understanding its decision processes and assessing its capabilities and limitations. By analyzing the distributions of raw network output vectors, it can be observed that each class has its own decision boundary and, thus, the same raw output value has different support for different classes. Inspired by this fact, we have developed a new method for out-of-distribution detection. The method offers an explanatory step beyond simple thresholding of the softmax output towards understanding and interpretation of the model learning process and its output. Instead of assigning the class label of the highest logit to each new sample presented to the network, it takes the distributions over all classes…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI) · Machine Learning and Data Classification
MethodsSoftmax
