Unsupervised Layer-wise Score Aggregation for Textual OOD Detection
Maxime Darrin, Guillaume Staerman, Eduardo Dadalto Câmara Gomes, Jackie CK Cheung, Pablo Piantanida, Pierre Colombo
TL;DR
This work tackles textual OOD detection by showing that conventional last-layer scores are not reliably optimal across tasks. It introduces a data-driven, unsupervised framework to aggregate layer-wise anomaly scores from all encoder layers, using no-reference and reference-based approaches with per-class detectors, and demonstrates substantial performance gains on the MILTOOD-C benchmark. MILTOOD-C extends evaluation to multilingual, high-class settings, revealing strong robustness of the proposed aggregation across languages, tasks, and architectures and occasionally surpassing an oracle that knows the best layer. The results highlight that valuable OOD-discriminative information is distributed throughout the encoder, enabling more reliable deployment of NLP systems in real-world scenarios.
Abstract
Out-of-distribution (OOD) detection is a rapidly growing field due to new robustness and security requirements driven by an increased number of AI-based systems. Existing OOD textual detectors often rely on an anomaly score (e.g., Mahalanobis distance) computed on the embedding output of the last layer of the encoder. In this work, we observe that OOD detection performance varies greatly depending on the task and layer output. More importantly, we show that the usual choice (the last layer) is rarely the best one for OOD detection and that far better results could be achieved if the best layer were picked. To leverage this observation, we propose a data-driven, unsupervised method to combine layer-wise anomaly scores. In addition, we extend classical textual OOD benchmarks by including classification tasks with a greater number of classes (up to 77), which reflects more realistic settings. On this augmented benchmark, we show that the proposed post-aggregation methods achieve robust and consistent results while removing manual feature selection altogether. Their performance achieves near oracle's best layer performance.
