paper-with-me

홈 › Papers

Mitigating Overconfidence in Out-of-Distribution Detection by Capturing Extreme Activations

2024-05-21 · Mohammad Azizmalayeri, Ameen Abu-Hanna, Giovanni Cinà

Detecting out-of-distribution (OOD) instances is crucial for the reliable deployment of machine learning models in real-world scenarios. OOD inputs are commonly expected to cause a more uncertain prediction in the primary task; however, there are OOD cases for which the model returns a highly confident prediction. This phenomenon, denoted as "overconfidence", presents a challenge to OOD detection. Specifically, theoretical evidence indicates that overconfidence is an intrinsic property of certain neural network architectures, leading to poor OOD detection. In this work, we address this issue by measuring extreme activation values in the penultimate layer of neural networks and then leverage this proxy of overconfidence to improve on several OOD detection baselines. We test our method on a wide array of experiments spanning synthetic data and real-world data, tabular and image datasets, multiple architectures such as ResNet and Transformer, different training loss functions, and include the scenarios examined in previous theoretical work. Compared to the baselines, our method often grants substantial improvements, with double-digit increases in OOD detection AUC, and it does not damage performance in any scenario.

📄 PDF Abstract BibTeX arXiv:2405.12658

Code (1)

mazizmalayeri/CEA 공식 구현 pytorch

Tasks

Out-of-Distribution Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Simplification Is All You Need against Out-of-Distribution Overconfidence

2025-01-01 · CVPR 2025 1 · Keke Tang, Chao Hou, Weilong Peng, Xiang Fang 외

Deep neural networks (DNNs) often exhibit out-of-distribution (OOD) overconfidence, producing overly confident predictions on OOD samples. We attribute this issue to the inherent over-complexity of DNNs and investiga…

AllAttributeKnowledge Distillation

Known Meets Unknown: Mitigating Overconfidence in Open Set Recognition

2025-11-15 · Dongdong Zhao, Ranxin Fang, Changtian Song, Zhihui Liu 외 arxiv

Open Set Recognition (OSR) requires models not only to accurately classify known classes but also to effectively reject unknown samples. However, when unknown samples are semantically similar to known classes, inter-clas…

CODEs: Chamfer Out-of-Distribution Examples against Overconfidence Issue

2021-08-13 · ICCV 2021 10 · Keke Tang, Dingruibo Miao, Weilong Peng, Jianpeng Wu 외

Overconfident predictions on out-of-distribution (OOD) samples is a thorny issue for deep neural networks. The key to resolve the OOD overconfidence issue inherently is to build a subset of OOD samples and then suppress …

Generative Adversarial NetworkOut of Distribution (OOD) Detection

Mitigating Neural Network Overconfidence with Logit Normalization

2022-05-19 · Hongxin Wei, Renchunzi Xie, Hao Cheng, Lei Feng 외

Detecting out-of-distribution inputs is critical for safe deployment of machine learning models in the real world. However, neural networks are known to suffer from the overconfidence issue, where they produce abnormally…

ExCeL : Combined Extreme and Collective Logit Information for Enhancing Out-of-Distribution Detection

2023-11-23 · Naveen Karunanayake, Suranga Seneviratne, Sanjay Chawla

Deep learning models often exhibit overconfidence in predicting out-of-distribution (OOD) data, underscoring the crucial role of OOD detection in ensuring reliability in predictions. Among various OOD detection approache…

Out-of-Distribution Detection