Dropout Strikes Back: Improved Uncertainty Estimation via Diversity Sampling
Kirill Fedyanin, Evgenii Tsymbalov, Maxim Panov

TL;DR
This paper introduces a novel sampling method for dropout layers that enhances uncertainty estimation in neural networks by selecting diverse neurons, leading to improved confidence and out-of-distribution detection without altering model training.
Contribution
It proposes a data-driven, diversity-based sampling approach for dropout that improves uncertainty estimation without modifying existing models or training procedures.
Findings
Achieves state-of-the-art uncertainty estimation results.
Effective for both regression and classification tasks.
Does not require changes to model architecture or training.
Abstract
Uncertainty estimation for machine learning models is of high importance in many scenarios such as constructing the confidence intervals for model predictions and detection of out-of-distribution or adversarially generated points. In this work, we show that modifying the sampling distributions for dropout layers in neural networks improves the quality of uncertainty estimation. Our main idea consists of two main steps: computing data-driven correlations between neurons and generating samples, which include maximally diverse neurons. In a series of experiments on simulated and real-world data, we demonstrate that the diversification via determinantal point processes-based sampling achieves state-of-the-art results in uncertainty estimation for regression and classification tasks. An important feature of our approach is that it does not require any modification to the models or training…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Machine Learning in Materials Science · Explainable Artificial Intelligence (XAI)
MethodsDropout
