LGCVMay 6, 2022

Controlled Dropout for Uncertainty Estimation

arXiv:2205.03109v113 citationsh-index: 85
Originality Incremental advance
AI Analysis

This work addresses uncertainty quantification for safety-critical applications, but it is incremental as it modifies an existing dropout method.

The paper tackles the problem of unreliable point predictions in neural networks by introducing a controlled dropout layer that fixes the number of dropout configurations for uncertainty estimation, showing better performance in most cases compared to traditional Monte Carlo dropout.

Uncertainty quantification in a neural network is one of the most discussed topics for safety-critical applications. Though Neural Networks (NNs) have achieved state-of-the-art performance for many applications, they still provide unreliable point predictions, which lack information about uncertainty estimates. Among various methods to enable neural networks to estimate uncertainty, Monte Carlo (MC) dropout has gained much popularity in a short period due to its simplicity. In this study, we present a new version of the traditional dropout layer where we are able to fix the number of dropout configurations. As such, each layer can take and apply the new dropout layer in the MC method to quantify the uncertainty associated with NN predictions. We conduct experiments on both toy and realistic datasets and compare the results with the MC method using the traditional dropout layer. Performance analysis utilizing uncertainty evaluation metrics corroborates that our dropout layer offers better performance in most cases.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes