Pseudo Outlier Exposure for Out-of-Distribution Detection using Pretrained Transformers
Jaeyoung Kim, Kyuheon Jung, Dongbin Na, Sion Jang, Eunbin Park,, Sungchul Choi

TL;DR
This paper introduces Pseudo Outlier Exposure (POE), a method that creates surrogate OOD samples by masking tokens in ID data, improving out-of-distribution detection without external OOD datasets using pretrained Transformers.
Contribution
The paper proposes a novel POE method that constructs surrogate OOD data by token masking, enhancing OOD detection without external datasets in language models.
Findings
POE outperforms existing methods on text classification benchmarks.
POE does not require external OOD data, simplifying implementation.
POE effectively trains rejection networks with surrogate OOD samples.
Abstract
For real-world language applications, detecting an out-of-distribution (OOD) sample is helpful to alert users or reject such unreliable samples. However, modern over-parameterized language models often produce overconfident predictions for both in-distribution (ID) and OOD samples. In particular, language models suffer from OOD samples with a similar semantic representation to ID samples since these OOD samples lie near the ID manifold. A rejection network can be trained with ID and diverse outlier samples to detect test OOD samples, but explicitly collecting auxiliary OOD datasets brings an additional burden for data collection. In this paper, we propose a simple but effective method called Pseudo Outlier Exposure (POE) that constructs a surrogate OOD dataset by sequentially masking tokens related to ID classes. The surrogate OOD sample introduced by POE shows a similar representation…
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 · Topic Modeling · Machine Learning and Data Classification
