paper-with-me

Papers

Improving Dirichlet Prior Network for Out-of-Distribution Example Detection

2019-09-25 · Jay Nandy

Determining the source of uncertainties in the predictions of AI systems are important. It allows the users to act in an informative manner to improve the safety of such systems, applied to the real-world sensitive applications. Predictive uncertainties can originate from the uncertainty in model parameters, data uncertainty or due to distributional mismatch between training and test examples. While recently, significant progress has been made to improve the predictive uncertainty estimation of deep learning models, most of these approaches either conflate the distributional uncertainty with model uncertainty or data uncertainty. In contrast, the Dirichlet Prior Network (DPN) can model distributional uncertainty distinctly by parameterizing a prior Dirichlet over the predictive categorical distributions. However, their complex loss function by explicitly incorporating KL divergence between Dirichlet distributions often makes the error surface ill-suited to optimize for challenging datasets with multiple classes. In this paper, we present an improved DPN framework by proposing a novel loss function using the standard cross-entropy loss along with a regularization term to control the sharpness of the output Dirichlet distributions from the network. Our proposed loss function aims to improve the training efficiency of the DPN framework for challenging classification tasks with large number of classes. In our experiments using synthetic and real datasets, we demonstrate that our DPN models can distinguish the distributional uncertainty from other uncertainty types. Our proposed approach significantly improves DPN frameworks and outperform the existing OOD detectors on CIFAR-10 and CIFAR-100 dataset while also being able to recognize distributional uncertainty distinctly.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Closed-Form Approximation to the Conjugate Prior of the Dirichlet and Beta Distributions

2021-07-07 · Kaspar Thommen

We derive the conjugate prior of the Dirichlet and beta distributions and explore it with numerical examples to gain an intuitive understanding of the distribution itself, its hyperparameters, and conditions concerning i…

Form

Towards Maximizing the Representation Gap between In-Domain & Out-of-Distribution Examples

2020-10-20 · NeurIPS 2020 12 · Jay Nandy, Wynne Hsu, Mong Li Lee

Among existing uncertainty estimation approaches, Dirichlet Prior Network (DPN) distinctly models different predictive uncertainty types. However, for in-domain examples with high data uncertainties among multiple classe…

Out of Distribution (OOD) Detection

Out-of-distribution detection in satellite image classification

2021-04-09 · Jakob Gawlikowski, Sudipan Saha, Anna Kruspe, Xiao Xiang Zhu

In satellite image analysis, distributional mismatch between the training and test data may arise due to several reasons, including unseen classes in the test data and differences in the geographic area. Deep learning ba…

ClassificationDeep LearningGeneral Classificationimage-classification+3

Reverse KL-Divergence Training of Prior Networks: Improved Uncertainty and Adversarial Robustness

2019-05-31 · NeurIPS 2019 12 · Andrey Malinin, Mark Gales

Ensemble approaches for uncertainty estimation have recently been applied to the tasks of misclassification detection, out-of-distribution input detection and adversarial attack detection. Prior Networks have been propos…

Adversarial AttackAdversarial Attack DetectionAdversarial RobustnessGeneral Classification+2

Information Aware Max-Norm Dirichlet Networks for Predictive Uncertainty Estimation

2019-10-10 · Theodoros Tsiligkaridis

Precise estimation of uncertainty in predictions for AI systems is a critical factor in ensuring trust and safety. Deep neural networks trained with a conventional method are prone to over-confident predictions. In contr…