Probabilistic Trust Intervals for Out of Distribution Detection
Gagandeep Singh, Ishan Mishra, Deepak Mishra

TL;DR
This paper introduces a simple method for out-of-distribution detection in pre-trained neural networks by using probabilistic trust intervals and sampling weights, improving robustness without extra training or OOD data.
Contribution
It proposes a novel approach to OOD detection that defines probabilistic trust intervals for network weights, enabling effective detection without modifying the original model or using surrogate OOD samples.
Findings
Outperforms baseline methods on multiple datasets
Achieves lower false positive rates at high TPR
Effectively detects corrupted and adversarial inputs
Abstract
The ability of a deep learning network to distinguish between in-distribution (ID) and out-of-distribution (OOD) inputs is crucial for ensuring the reliability and trustworthiness of AI systems. Existing OOD detection methods often involve complex architectural innovations, such as ensemble models, which, while enhancing detection accuracy, significantly increase model complexity and training time. Other methods utilize surrogate samples to simulate OOD inputs, but these may not generalize well across different types of OOD data. In this paper, we propose a straightforward yet novel technique to enhance OOD detection in pre-trained networks without altering its original parameters. Our approach defines probabilistic trust intervals for each network weight, determined using in-distribution data. During inference, additional weight values are sampled, and the resulting disagreements among…
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
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
