Long-Tailed Out-of-Distribution Detection: Prioritizing Attention to Tail
Yina He, Lei Peng, Yongcun Zhang, Juanjuan Weng, Zhiming Luo, Shaozi, Li

TL;DR
This paper introduces PATT, a novel method for long-tailed out-of-distribution detection that enhances tail class features using augmentation and attention mechanisms, outperforming existing methods.
Contribution
The paper proposes a new approach using vMF distributions and feature calibration to improve OOD detection in long-tailed data without harming ID classification accuracy.
Findings
Outperforms state-of-the-art on multiple benchmarks.
Effectively enhances tail class feature representation.
Improves OOD detection accuracy significantly.
Abstract
Current out-of-distribution (OOD) detection methods typically assume balanced in-distribution (ID) data, while most real-world data follow a long-tailed distribution. Previous approaches to long-tailed OOD detection often involve balancing the ID data by reducing the semantics of head classes. However, this reduction can severely affect the classification accuracy of ID data. The main challenge of this task lies in the severe lack of features for tail classes, leading to confusion with OOD data. To tackle this issue, we introduce a novel Prioritizing Attention to Tail (PATT) method using augmentation instead of reduction. Our main intuition involves using a mixture of von Mises-Fisher (vMF) distributions to model the ID data and a temperature scaling module to boost the confidence of ID data. This enables us to generate infinite contrastive pairs, implicitly enhancing the semantics of…
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
Taxonomy
TopicsFault Detection and Control Systems · Anomaly Detection Techniques and Applications
MethodsSoftmax · Attention Is All You Need · Sparse Evolutionary Training
