Plug-in Losses for Evidential Deep Learning: A Simplified Framework for Uncertainty Estimation that Includes the Softmax Classifier
Summary
A new framework for Evidential Deep Learning (EDL) simplifies uncertainty estimation in real-world sensor-based learning systems. This approach addresses the computational complexity of traditional EDL, which models class probabilities via Dirichlet distributions, by approximating its first-order empirical risk minimization objective with a "plug-in loss" evaluated at the Dirichlet mean. The approximation error decreases with increasing evidence for a broad range of loss functions, including mean-squared error and cross-entropy. Notably, this framework justifies using softmax for uncertainty estimation, as it encompasses the standard softmax classifier under a specific evidence-to-Dirichlet mapping. Validation on the Google Speech Commands dataset demonstrated that these simplified objectives achieve predictive accuracy and selective prediction performance comparable to classical EDL, while offering easier implementation within standard deep learning pipelines. This work also marks the first empirical analysis of coverage-accuracy trade-offs for speech recognition tasks using EDL.
Key takeaway
For Machine Learning Engineers developing sensor-based systems requiring reliable uncertainty, you should consider adopting this simplified Evidential Deep Learning framework. It allows you to achieve comparable predictive accuracy and selective prediction performance to classical EDL using standard deep learning losses and existing training pipelines, significantly reducing implementation complexity. This approach also validates softmax's role in uncertainty estimation, streamlining your model design choices.
Key insights
A simplified Evidential Deep Learning framework uses plug-in losses to achieve reliable, efficient uncertainty estimation, integrating softmax for broader applicability.
Principles
- Approximating EDL objectives with plug-in losses reduces complexity.
- Approximation error decays with growing evidence.
- Softmax can be justified for uncertainty estimation within EDL.
Method
Approximate EDL's empirical risk minimization objective with a plug-in loss evaluated at the Dirichlet mean, simplifying implementation with standard deep learning losses.
In practice
- Implement EDL with standard deep learning losses.
- Apply simplified EDL to speech recognition tasks.
- Achieve comparable accuracy to classical EDL.
Topics
- Evidential Deep Learning
- Uncertainty Estimation
- Plug-in Losses
- Softmax Classifier
- Speech Recognition
- Dirichlet Distributions
Best for: Research Scientist, AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.