Large Class Separation is not what you need for Relational Reasoning-based OOD Detection
Lorenzo Li Lu, Giulia D'Ascenzi, Francesco Cappio Borlino, Tatiana, Tommasi

TL;DR
This paper investigates the use of relational reasoning pre-training for out-of-distribution detection, highlighting the importance of class separation in embedding space and proposing a new loss function to improve OOD detection without additional training.
Contribution
It introduces an analysis of relational reasoning pre-training for OOD detection and proposes a new loss function to better control class separation in embeddings.
Findings
Inter-class feature distance correlates with OOD detection accuracy.
A new loss function improves class separation and OOD detection performance.
Relational reasoning pre-training enhances OOD detection without fine-tuning.
Abstract
Standard recognition approaches are unable to deal with novel categories at test time. Their overconfidence on the known classes makes the predictions unreliable for safety-critical applications such as healthcare or autonomous driving. Out-Of-Distribution (OOD) detection methods provide a solution by identifying semantic novelty. Most of these methods leverage a learning stage on the known data, which means training (or fine-tuning) a model to capture the concept of normality. This process is clearly sensitive to the amount of available samples and might be computationally expensive for on-board systems. A viable alternative is that of evaluating similarities in the embedding space produced by large pre-trained models without any further learning effort. We focus exactly on such a fine-tuning-free OOD detection setting. This works presents an in-depth analysis of the recently…
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
TopicsAnomaly Detection Techniques and Applications · Domain Adaptation and Few-Shot Learning · Imbalanced Data Classification Techniques
MethodsFocus
