paper-with-me

홈 › Papers

EAT: Towards Long-Tailed Out-of-Distribution Detection

2023-12-14 · Tong Wei, Bo-Lin Wang, Min-Ling Zhang

Despite recent advancements in out-of-distribution (OOD) detection, most current studies assume a class-balanced in-distribution training dataset, which is rarely the case in real-world scenarios. This paper addresses the challenging task of long-tailed OOD detection, where the in-distribution data follows a long-tailed class distribution. The main difficulty lies in distinguishing OOD data from samples belonging to the tail classes, as the ability of a classifier to detect OOD instances is not strongly correlated with its accuracy on the in-distribution classes. To overcome this issue, we propose two simple ideas: (1) Expanding the in-distribution class space by introducing multiple abstention classes. This approach allows us to build a detector with clear decision boundaries by training on OOD data using virtual labels. (2) Augmenting the context-limited tail classes by overlaying images onto the context-rich OOD data. This technique encourages the model to pay more attention to the discriminative features of the tail classes. We provide a clue for separating in-distribution and OOD data by analyzing gradient noise. Through extensive experiments, we demonstrate that our method outperforms the current state-of-the-art on various benchmark datasets. Moreover, our method can be used as an add-on for existing long-tail learning approaches, significantly enhancing their OOD detection performance. Code is available at: https://github.com/Stomach-ache/Long-Tailed-OOD-Detection .

📄 PDF Abstract BibTeX arXiv:2312.08939

Code (1)

stomach-ache/long-tailed-ood-detection 공식 구현 pytorch

Tasks

Long-tail LearningOut-of-Distribution DetectionOut of Distribution (OOD) Detection

Similar Papers 제목 키워드 기반

Exploiting Inter-Sample Information for Long-tailed Out-of-Distribution Detection

2025-11-20 · Nimeshika Udayangani, Hadi M. Dolatabadi, Sarah Erfani, Christopher Leckie arxiv

Detecting out-of-distribution (OOD) data is essential for safe deployment of deep neural networks (DNNs). This problem becomes particularly challenging in the presence of long-tailed in-distribution (ID) datasets, often …

Out-of-Distribution Detection

Partial and Asymmetric Contrastive Learning for Out-of-Distribution Detection in Long-Tailed Recognition

2022-07-04 · Haotao Wang, Aston Zhang, Yi Zhu, Shuai Zheng 외

Existing out-of-distribution (OOD) detection methods are typically benchmarked on training sets with balanced class distributions. However, in real-world applications, it is common for the training sets to have long-tail…

Anomaly DetectionContrastive LearningOut-of-Distribution DetectionOut of Distribution (OOD) Detection

Long-tailed Distribution Adaptation

2021-10-06 · Zhiliang Peng, Wei Huang, Zonghao Guo, Xiaosong Zhang 외

Recognizing images with long-tailed distributions remains a challenging problem while there lacks an interpretable mechanism to solve this problem. In this study, we formulate Long-tailed recognition as Domain Adaption (…

Domain AdaptationInstance Segmentationobject-detectionObject Detection+1

Image-Level or Object-Level? A Tale of Two Resampling Strategies for Long-Tailed Detection

2021-04-12 · Nadine Chang, Zhiding Yu, Yu-Xiong Wang, Anima Anandkumar 외

Training on datasets with long-tailed distributions has been challenging for major recognition tasks such as classification and detection. To deal with this challenge, image resampling is typically introduced as a simple…

Object

Long-tailed Instance Segmentation using Gumbel Optimized Loss

2022-07-22 · Konstantinos Panagiotis Alexandridis, Jiankang Deng, Anh Nguyen, Shan Luo

Major advancements have been made in the field of object detection and segmentation recently. However, when it comes to rare categories, the state-of-the-art methods fail to detect them, resulting in a significant perfor…

Instance Segmentationobject-detectionObject DetectionSegmentation