English

Comprehensive OOD Detection Improvements

Machine Learning 2024-01-19 v1 Computer Vision and Pattern Recognition

Abstract

As machine learning becomes increasingly prevalent in impactful decisions, recognizing when inference data is outside the model's expected input distribution is paramount for giving context to predictions. Out-of-distribution (OOD) detection methods have been created for this task. Such methods can be split into representation-based or logit-based methods from whether they respectively utilize the model's embeddings or predictions for OOD detection. In contrast to most papers which solely focus on one such group, we address both. We employ dimensionality reduction on feature embeddings in representation-based methods for both time speedups and improved performance. Additionally, we propose DICE-COL, a modification of the popular logit-based method Directed Sparsification (DICE) that resolves an unnoticed flaw. We demonstrate the effectiveness of our methods on the OpenOODv1.5 benchmark framework, where they significantly improve performance and set state-of-the-art results.

Keywords

Cite

@article{arxiv.2401.10176,
  title  = {Comprehensive OOD Detection Improvements},
  author = {Anish Lakkapragada and Amol Khanna and Edward Raff and Nathan Inkawhich},
  journal= {arXiv preprint arXiv:2401.10176},
  year   = {2024}
}
R2 v1 2026-06-28T14:20:42.188Z