Uncertainty Estimation by Density Aware Evidential Deep Learning
Taeseong Yoon, Heeyoung Kim
TL;DR
This work addresses the challenge of reliable, single-pass uncertainty estimation and OOD detection. It introduces Density Aware Evidential Deep Learning (DAEDL), which combines a novel exponential Dirichlet parameterization with feature-space density estimation via Gaussian discriminant analysis to produce distance-aware uncertainty. Theoretical results show DAEDL yields uniform predictions for distant OOD data, can be interpreted as an input-dependent Dirichlet-Categorical model with an improper prior, and corresponds to adaptive temperature scaled softmax; empirically it achieves state-of-the-art performance on OOD detection, confidence calibration, and distribution shift tasks across MNIST and CIFAR-10 family datasets. The approach requires minimal architectural changes, leverages spectral normalization for stable feature spaces, and offers a practical single-forward-pass uncertainty estimation with strong empirical impact.
Abstract
Evidential deep learning (EDL) has shown remarkable success in uncertainty estimation. However, there is still room for improvement, particularly in out-of-distribution (OOD) detection and classification tasks. The limited OOD detection performance of EDL arises from its inability to reflect the distance between the testing example and training data when quantifying uncertainty, while its limited classification performance stems from its parameterization of the concentration parameters. To address these limitations, we propose a novel method called Density Aware Evidential Deep Learning (DAEDL). DAEDL integrates the feature space density of the testing example with the output of EDL during the prediction stage, while using a novel parameterization that resolves the issues in the conventional parameterization. We prove that DAEDL enjoys a number of favorable theoretical properties. DAEDL demonstrates state-of-the-art performance across diverse downstream tasks related to uncertainty estimation and classification
