Norm-Scaling for Out-of-Distribution Detection
Deepak Ravikumar, Kaushik Roy

TL;DR
This paper introduces norm-scaling, a method that normalizes logits per class to improve out-of-distribution detection, significantly enhancing AUROC, AUPR, and reducing false positive rates.
Contribution
The paper proposes norm-scaling, a novel technique for class-wise logit normalization, to address class distribution disparities in OoD detection.
Findings
9.78% improvement in AUROC
5.99% improvement in AUPR
33.19% reduction in FPR95
Abstract
Out-of-Distribution (OoD) inputs are examples that do not belong to the true underlying distribution of the dataset. Research has shown that deep neural nets make confident mispredictions on OoD inputs. Therefore, it is critical to identify OoD inputs for safe and reliable deployment of deep neural nets. Often a threshold is applied on a similarity score to detect OoD inputs. One such similarity is angular similarity which is the dot product of latent representation with the mean class representation. Angular similarity encodes uncertainty, for example, if the angular similarity is less, it is less certain that the input belongs to that class. However, we observe that, different classes have different distributions of angular similarity. Therefore, applying a single threshold for all classes is not ideal since the same similarity score represents different uncertainties for different…
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
TopicsAnomaly Detection Techniques and Applications · Adversarial Robustness in Machine Learning · Advanced Neural Network Applications
MethodsSoftmax
