paper-with-me

Papers

Improving Predictive Uncertainty Estimation using Dropout -- Hamiltonian Monte Carlo

2018-05-12 · Diego Vergara, Sergio Hernández, Matias Valdenegro-Toro, Felipe Jorquera

Estimating predictive uncertainty is crucial for many computer vision tasks, from image classification to autonomous driving systems. Hamiltonian Monte Carlo (HMC) is an sampling method for performing Bayesian inference. On the other hand, Dropout regularization has been proposed as an approximate model averaging technique that tends to improve generalization in large scale models such as deep neural networks. Although, HMC provides convergence guarantees for most standard Bayesian models, it does not handle discrete parameters arising from Dropout regularization. In this paper, we present a robust methodology for improving predictive uncertainty in classification problems, based on Dropout and Hamiltonian Monte Carlo. Even though Dropout induces a non-smooth energy function with no such convergence guarantees, the resulting discretization of the Hamiltonian proves empirical success. The proposed method allows to effectively estimate the predictive accuracy and to provide better generalization for difficult test examples.

📄 PDF Abstract BibTeX arXiv:1805.04756

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingBayesian InferenceGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Rate-In: Information-Driven Adaptive Dropout Rates for Improved Inference-Time Uncertainty Estimation

2024-12-10 · CVPR 2025 1 · Tal Zeevi, Ravid Shwartz-Ziv, Yann Lecun, Lawrence H. Staib 외

Accurate uncertainty estimation is crucial for deploying neural networks in risk-sensitive applications such as medical diagnosis. Monte Carlo Dropout is a widely used technique for approximating predictive uncertainty b…

Medical Diagnosis

Bayesian neural networks for predicting uncertainty in full-field material response

2024-06-21 · George D. Pasparakis, Lori Graham-Brady, Michael D. Shields

Stress and material deformation field predictions are among the most important tasks in computational mechanics. These predictions are typically made by solving the governing equations of continuum mechanics using finite…

Uncertainty Quantification

Enhancing Uncertainty Estimation in Semantic Segmentation via Monte-Carlo Frequency Dropout

2025-01-20 · Tal Zeevi, Lawrence H. Staib, John A. Onofrey

Monte-Carlo (MC) Dropout provides a practical solution for estimating predictive distributions in deterministic neural networks. Traditional dropout, applied within the signal space, may fail to account for frequency-rel…

Decision MakingSemantic Segmentation

Multi-level Monte Carlo Dropout for Efficient Uncertainty Quantification

2026-01-19 · Aaron Pim, Tristan Pryer arxiv

We develop a multilevel Monte Carlo (MLMC) framework for uncertainty quantification with Monte Carlo dropout. Treating dropout masks as a source of epistemic randomness, we define a fidelity hierarchy by the number of st…

Efficient Uncertainty Estimation in Spiking Neural Networks via MC-dropout

2023-04-20 · Tao Sun, Bojian Yin, Sander Bohte

Spiking neural networks (SNNs) have gained attention as models of sparse and event-driven communication of biological neurons, and as such have shown increasing promise for energy-efficient applications in neuromorphic h…

Autonomous VehiclesDecision MakingMedical Diagnosis