paper-with-me

홈 › Papers

A Survey on Evidential Deep Learning For Single-Pass Uncertainty Estimation

2021-09-29 · Dennis Thomas Ulmer

Popular approaches for quantifying predictive uncertainty in deep neural networks often involve a set of weights or models, for instance via ensembling or Monte Carlo Dropout. These techniques usually produce overhead by having to train multiple model instances or do not produce very diverse predictions. This survey aims to familiarize the reader with an alternative class of models based on the concept of Evidential Deep Learning: For unfamiliar data, they admit “what they don’t know” and fall back onto a prior belief. Furthermore, they allow uncertainty estimation in a single model and forward pass by parameterizing distributions over distributions. This survey recapitulates existing works, focusing on the implementation in a classification setting. Finally, we survey the application of the same paradigm to regression problems. We also provide a reflection on the strengths and weaknesses of the mentioned approaches compared to existing ones and provide the most central theoretical results in order to inform future research.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Survey

Methods 이 논문이 사용한 방법론

Monte Carlo Dropout 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Prior and Posterior Networks: A Survey on Evidential Deep Learning Methods For Uncertainty Estimation

2021-10-06 · Dennis Ulmer, Christian Hardmeier, Jes Frellsen

Popular approaches for quantifying predictive uncertainty in deep neural networks often involve distributions over weights or multiple models, for instance via Markov Chain sampling, ensembling, or Monte Carlo dropout. T…

Survey

A Comprehensive Survey on Evidential Deep Learning and Its Applications

2024-09-07 · Junyu Gao, Mengyuan Chen, Liangyu Xiang, Changsheng Xu

Reliable uncertainty estimation has become a crucial requirement for the industrial deployment of deep learning algorithms, particularly in high-risk applications such as autonomous driving and medical diagnosis. However…

Autonomous DrivingDeep LearningMedical DiagnosisSurvey

EviNAM: Intelligibility and Uncertainty via Evidential Neural Additive Models

2026-01-13 · Sören Schleibaum, Anton Frederik Thielmann, Julian Teusch, Benjamin Säfken 외 arxiv

Intelligibility and accurate uncertainty estimation are crucial for reliable decision-making. In this paper, we propose EviNAM, an extension of evidential learning that integrates the interpretability of Neural Additive …

GEM-FI: Gated Evidential Mixtures with Fisher Modulation

2026-05-05 · Marco Mustafa Mohammed, Fatemeh Daneshfar, Pietro Liò arxiv

Evidential Deep Learning (EDL) enables single-pass uncertainty estimation by predicting Dirichlet evidence, but it can remain overconfident and poorly calibrated, and it often fails to represent multi-modal epistemic unc…

Image Classification

Toward Efficient Uncertainty in LLMs through Evidential Knowledge Distillation

2025-07-24 · Lakshmana Sri Harsha Nemani, P. K. Srijith, Tomasz Kuśmierczyk arxiv

Accurate uncertainty quantification remains a key challenge for standard LLMs, prompting the adoption of Bayesian and ensemble-based methods. However, such methods typically necessitate computationally expensive sampling…

Knowledge Distillation