paper-with-me

홈 › Papers

TEDL: A Two-stage Evidential Deep Learning Method for Classification Uncertainty Quantification

2022-09-12 · Xue Li, Wei Shen, Denis Charles

In this paper, we propose TEDL, a two-stage learning approach to quantify uncertainty for deep learning models in classification tasks, inspired by our findings in experimenting with Evidential Deep Learning (EDL) method, a recently proposed uncertainty quantification approach based on the Dempster-Shafer theory. More specifically, we observe that EDL tends to yield inferior AUC compared with models learnt by cross-entropy loss and is highly sensitive in training. Such sensitivity is likely to cause unreliable uncertainty estimation, making it risky for practical applications. To mitigate both limitations, we propose a simple yet effective two-stage learning approach based on our analysis on the likely reasons causing such sensitivity, with the first stage learning from cross-entropy loss, followed by a second stage learning from EDL loss. We also re-formulate the EDL loss by replacing ReLU with ELU to avoid the Dying ReLU issue. Extensive experiments are carried out on varied sized training corpus collected from a large-scale commercial search engine, demonstrating that the proposed two-stage learning framework can increase AUC significantly and greatly improve training robustness.

📄 PDF Abstract BibTeX arXiv:2209.05522

Code (0)

등록된 구현이 없습니다.

Tasks

SensitivityUncertainty Quantification

Methods 이 논문이 사용한 방법론

ELU 설명 없음

Similar Papers 제목 키워드 기반

Evidential Uncertainty Quantification: A Variance-Based Perspective

2023-11-19 · Ruxiao Duan, Brian Caffo, Harrison X. Bai, Haris I. Sair 외

Uncertainty quantification of deep neural networks has become an active field of research and plays a crucial role in various downstream tasks such as active learning. Recent advances in evidential deep learning shed lig…

Active LearningClassificationDomain Adaptationregression+1

Evidential Deep Learning: Enhancing Predictive Uncertainty Estimation for Earth System Science Applications

2023-09-22 · John S. Schreck, David John Gagne II, Charlie Becker, William E. Chapman 외

Robust quantification of predictive uncertainty is critical for understanding factors that drive weather and climate outcomes. Ensembles provide predictive uncertainty estimates and can be decomposed physically, but both…

Computational EfficiencyDeep LearningUncertainty Quantification

Bayesian Evidential Deep Learning with PAC Regularization

2019-06-03 · pproximateinference AABI Symposium 2021 1 · Manuel Haussmann, Sebastian Gerwinn, Melih Kandemir

We propose a novel method for closed-form predictive distribution modeling with neural nets. In quantifying prediction uncertainty, we build on Evidential Deep Learning, which has been impactful as being both simple to i…

Deep LearningUncertainty Quantification

ELC: Evidential Lifelong Classifier for Uncertainty Aware Radar Pulse Classification

2026-04-08 · Mohamed Rabie, Chinthana Panagamuwa, Konstantinos G. Kyriakopoulos arxiv

Reliable radar pulse classification is essential in Electromagnetic Warfare for situational awareness and decision support. Deep Neural Networks have shown strong performance in radar pulse and RF emitter recognition; ho…

Continual Learning

Uncertainty quantification in neural network-based glucose prediction for diabetes

2026-03-05 · Hai Siong Tan, Rafe McBeth arxiv

In this work, we investigate uncertainty-aware neural network models for blood glucose prediction and adverse glycemic event identification in Type 1 diabetes. We consider three families of sequence models based on LSTM,…