paper-with-me

홈 › Papers

Identifying Incorrect Classifications with Balanced Uncertainty

2021-10-15 · Bolian Li, Zige Zheng, Changqing Zhang

Uncertainty estimation is critical for cost-sensitive deep-learning applications (i.e. disease diagnosis). It is very challenging partly due to the inaccessibility of uncertainty groundtruth in most datasets. Previous works proposed to estimate the uncertainty from softmax calibration, Monte Carlo sampling, subjective logic and so on. However, these existing methods tend to be over-confident about their predictions with unreasonably low overall uncertainty, which originates from the imbalance between positive (correct classifications) and negative (incorrect classifications) samples. For this issue, we firstly propose the distributional imbalance to model the imbalance in uncertainty estimation as two kinds of distribution biases, and secondly propose Balanced True Class Probability (BTCP) framework, which learns an uncertainty estimator with a novel Distributional Focal Loss (DFL) objective. Finally, we evaluate the BTCP in terms of failure prediction and out-of-distribution (OOD) detection on multiple datasets. The experimental results show that BTCP outperforms other uncertainty estimation methods especially in identifying incorrect classifications.

📄 PDF Abstract BibTeX arXiv:2110.08030

Code (1)

lblaoke/BTCP 공식 구현 pytorch

Tasks

Out of Distribution (OOD) Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Uncertainty-weighted Loss Functions for Improved Adversarial Attacks on Semantic Segmentation

2023-10-26 · Kira Maag, Asja Fischer

State-of-the-art deep neural networks have been shown to be extremely powerful in a variety of perceptual tasks like semantic segmentation. However, these networks are vulnerable to adversarial perturbations of the input…

Image SegmentationSegmentationSemantic Segmentation

Highly Efficient Representation and Active Learning Framework and Its Application to Imbalanced Medical Image Classification

2021-02-25 · Heng Hao, Hankyu Moon, Sima Didari, Jae Oh Woo 외

We propose a highly data-efficient active learning framework for image classification. Our novel framework combines: (1) unsupervised representation learning of a Convolutional Neural Network and (2) the Gaussian Process…

Active LearningClassificationGeneral Classificationimage-classification+4

Enhancing Decision-Making in Windows PE Malware Classification During Dataset Shifts with Uncertainty Estimation

2025-12-20 · Rahul Yumlembam, Biju Issac, Seibu Mary Jacob arxiv

Artificial intelligence techniques have achieved strong performance in classifying Windows Portable Executable (PE) malware, but their reliability often degrades under dataset shifts, leading to misclassifications with s…

Malware Classification

Identifying the Sources of Uncertainty in Object Classification

2021-01-01 · Luis Armando Pérez Rey, Berk İşler, Mike Holenderski, Dmitri Jarnikov

In image-based object classification, the visual appearance of objects determines which class they are assigned to. External variables that are independent of the object, such as the perspective or the lighting condition…

ClassificationGeneral ClassificationObject

Trust-informed Decision-Making Through An Uncertainty-Aware Stacked Neural Networks Framework: Case Study in COVID-19 Classification

2024-09-19 · Hassan Gharoun, Mohammad Sadegh Khorshidi, Fang Chen, Amir H. Gandomi

This study presents an uncertainty-aware stacked neural networks model for the reliable classification of COVID-19 from radiological images. The model addresses the critical gap in uncertainty-aware modeling by focusing …

Decision MakingDiagnosticUncertainty Quantification