Out-of-Distribution Detection with Adaptive Top-K Logits Integration
Hikaru Shijo, Yutaka Yoshihama, Kenichi Yadani, Norifumi Murata

TL;DR
This paper introduces ATLI, a novel adaptive method that combines the top-k logits for improved out-of-distribution detection, significantly reducing false positives compared to existing approaches.
Contribution
We propose ATLI, an adaptive top-k logits integration method that enhances OOD detection by leveraging logits beyond the maximum, tailored to each model's characteristics.
Findings
ATLI reduces FPR95 by 6.73% over MaxLogit.
ATLI outperforms other state-of-the-art methods in OOD detection.
Extensive experiments on ImageNet-1K validate the effectiveness of ATLI.
Abstract
Neural networks often make overconfident predictions from out-of-distribution (OOD) samples. Detection of OOD data is therefore crucial to improve the safety of machine learning. The simplest and most powerful method for OOD detection is MaxLogit, which uses the model's maximum logit to provide an OOD score. We have discovered that, in addition to the maximum logit, some other logits are also useful for OOD detection. Based on this finding, we propose a new method called ATLI (Adaptive Top-k Logits Integration), which adaptively determines effective top-k logits that are specific to each model and combines the maximum logit with the other top-k logits. In this study we evaluate our proposed method using ImageNet-1K benchmark. Extensive experiments showed our proposed method to reduce the false positive rate (FPR95) by 6.73% compared to the MaxLogit approach, and decreased FPR95 by an…
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
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Explainable Artificial Intelligence (XAI)
