English

Leveraging Intermediate Representations for Better Out-of-Distribution Detection

Machine Learning 2025-02-19 v1 Computer Vision and Pattern Recognition

Abstract

In real-world applications, machine learning models must reliably detect Out-of-Distribution (OoD) samples to prevent unsafe decisions. Current OoD detection methods often rely on analyzing the logits or the embeddings of the penultimate layer of a neural network. However, little work has been conducted on the exploitation of the rich information encoded in intermediate layers. To address this, we analyze the discriminative power of intermediate layers and show that they can positively be used for OoD detection. Therefore, we propose to regularize intermediate layers with an energy-based contrastive loss, and by grouping multiple layers in a single aggregated response. We demonstrate that intermediate layer activations improves OoD detection performance by running a comprehensive evaluation across multiple datasets.

Keywords

Cite

@article{arxiv.2502.12849,
  title  = {Leveraging Intermediate Representations for Better Out-of-Distribution Detection},
  author = {Gianluca Guglielmo and Marc Masana},
  journal= {arXiv preprint arXiv:2502.12849},
  year   = {2025}
}

Comments

Code is available at https://github.com/gigug/LIR

R2 v1 2026-06-28T21:48:43.985Z