Score
Applying Monte Carlo dropout at inference to approximate Bayesian uncertainty in neural networks by sampling multiple dropout-applied forward passes. It is used to estimate epistemic and aleatoric uncertainty, calibrate predictive distributions, and improve downstream decision-making (e.g., in RL trading agents).
This paper addresses the optimal design of proposal densities in Monte Carlo importance sampling, particularly under challenging settings involving dynamic updates and noise—such as in Approximate Bayesian Computation (ABC) and policy evaluation in reinforcement learning. It provides the first unified theoretical analysis of the applicability boundaries of multiple optimality criteria—including minimum variance and KL-divergence minimization—while establishing a cross-framework evaluation framework that jointly ensures theoretical guarantees and empirically comparable performance. Methodologically, the work integrates variational inference, sequential importance resampling, and annealed posterior modeling to propose a multi-proposal adaptive mechanism. Key contributions are: (1) necessary and sufficient conditions for proposal optimality across frameworks, with convergence guarantees; (2) systematic empirical validation of trade-offs among model selection accuracy, noise robustness, and computational efficiency in adaptive proposal design; and (3) an open-source empirical benchmark enabling reproducible, standardized comparison of future proposal mechanisms.
Traditional neural networks struggle to provide reliable uncertainty estimates, while Bayesian neural networks, despite their theoretical advantages, are computationally expensive and difficult to scale. This work proposes a novel approach that integrates Dirichlet distributions with Monte Carlo Dropout to structurally model predictive class probabilities, thereby yielding better-calibrated and more informative uncertainty representations while retaining the computational efficiency of Monte Carlo Dropout during inference. The method demonstrates significant improvements over existing techniques across multiple benchmark tasks, offering a practical pathway toward deploying efficient and reliable uncertainty-aware deep models in real-world applications.
Monte Carlo Dropout (MCD) is widely adopted as a lightweight approximation to Bayesian uncertainty estimation, yet its reliability—particularly in modeling epistemic and aleatoric uncertainty—lacks systematic empirical validation. Method: This work conducts the first rigorous comparative evaluation of MCD against gold-standard Bayesian methods—Gaussian processes and fully Bayesian neural networks—across extrapolation and interpolation regimes, with controlled experimental design and comprehensive uncertainty calibration and discrimination metrics. Results: MCD severely underestimates uncertainty in extrapolation regions, exhibiting poor calibration and low discriminative power; critically, it fails to replicate the theoretically grounded increase in epistemic uncertainty with data sparsity. These findings expose a systemic failure of MCD as a Bayesian approximation, challenging its default deployment in high-stakes, risk-sensitive applications such as autonomous driving and medical diagnosis. The study establishes an empirical benchmark and theoretical caution for uncertainty quantification, informing both method selection and future improvements in approximate Bayesian inference.
This work addresses the challenge of efficiently and accurately quantifying uncertainty in Monte Carlo Dropout (MC Dropout) models under limited computational budgets. It introduces, for the first time, a multilevel Monte Carlo (MLMC) framework into MC Dropout, proposing a cross-fidelity dropout mask reuse strategy that constructs coupled coarse-to-fine estimators. This approach yields unbiased estimates of predictive mean and variance with substantially reduced variance. By integrating physics-informed neural networks (PINNs) with the Uzawa algorithm, the method is evaluated on forward and inverse PINNs-Uzawa benchmark problems, empirically validating the theoretically predicted variance decay rates. Compared to conventional single-level MC Dropout, the proposed MLMC-based scheme achieves significantly higher estimation efficiency at equivalent computational cost.
To address the poor uncertainty calibration of Monte Carlo Dropout (MCD) in high-stakes applications—such as medical diagnosis and autonomous driving—this paper proposes a framework integrating hyperparameter co-optimization and loss-function enhancement. We innovatively introduce, for the first time in MCD, three complementary global optimizers—Grey Wolf Optimizer (GWO), Bayesian Optimization (BO), and Particle Swarm Optimization (PSO)—to jointly tune dropout rate, network depth, and temperature scaling. Concurrently, we design an uncertainty-aware loss function that explicitly penalizes miscalibrated confidence estimates. Evaluated across DenseNet121, ResNet50, and VGG16 backbones on multiple benchmark datasets, our method improves both classification accuracy and uncertainty accuracy by 2–3% on average, while significantly reducing Expected Calibration Error (ECE). Results demonstrate that the approach preserves predictive performance while substantially enhancing the reliability and robustness of uncertainty quantification—making it suitable for safety-critical deep learning deployments.
Fixed dropout rates in Monte Carlo Dropout lead to biased uncertainty estimates in high-stakes applications such as medical diagnosis. Method: We propose the first inference-time, unsupervised, layer- and sample-adaptive dropout rate scheduling method. It dynamically computes per-layer, input-specific information sensitivity—quantified via functional information loss on feature maps—to generate input-aware and layer-aware dropout rates, without requiring labels or assumptions about training data distribution. Grounded in information-theoretic modeling and stochastic neural network inference, the method operates entirely at test time. Contribution/Results: Evaluated on multimodal medical imaging tasks, our approach significantly improves uncertainty calibration and resolution while preserving predictive accuracy. It further demonstrates strong generalization across diverse network architectures and out-of-distribution scenarios.
Sampling-based inference in Bayesian neural networks has long been undervalued due to misconceptions about its computational efficiency, limiting its application in uncertainty quantification and model averaging. This work demonstrates that modern sampling methods—such as Stochastic Adaptive Inference (SAI)—now match or even surpass optimization-based inference in computational efficiency, advocating for their adoption as the core paradigm in Bayesian deep learning. The study emphasizes two critical future directions: efficient exploration of complex posterior distributions and high-fidelity distillation of posterior samples. By establishing a theoretical foundation for the practical deployment of sampling-based inference, this research significantly enhances predictive performance and reliability in downstream tasks.
This work addresses the computational intractability of posterior inference in Bayesian neural networks, which hinders scalability. Traditional sequential Monte Carlo (SMC) methods rely on full-batch data, incurring prohibitive computational costs. To overcome this limitation, the authors propose a data annealing strategy that incrementally incorporates mini-batches within the SMC framework, enabling progressive updates to the likelihood and gradient estimates. This approach represents the first effective integration of mini-batch processing with SMC sampling. By doing so, it achieves substantial gains in computational efficiency while preserving sampling accuracy. Empirical evaluations on standard image classification benchmarks demonstrate up to a six-fold speedup compared to conventional SMC, with negligible degradation in model accuracy.
This work addresses the challenge of efficiently estimating the expected output of wide random multilayer perceptrons (MLPs) under Gaussian inputs, a task for which conventional sampling-based methods incur prohibitive computational costs—particularly in rare-event probability estimation. To overcome this limitation, the authors propose a sampling-free algorithm that leverages the asymptotic properties of wide networks to analytically propagate activation distributions and compute expected outputs. By integrating cumulant analysis, Hermite polynomial expansions, and Gaussian integration theory, the method achieves accurate estimates without Monte Carlo sampling. Theoretical analysis and empirical experiments demonstrate that the proposed approach significantly reduces FLOPs compared to traditional sampling while attaining comparable mean squared error. Moreover, it outperforms Monte Carlo methods in both rare-event estimation and model training, effectively mitigating catastrophic tail risks.
This study addresses the challenge of determining when to terminate Markov chain Monte Carlo (MCMC) sampling in Bayesian deep ensembles, aiming to preserve performance gains while avoiding redundant computation. To this end, the authors propose an anytime-valid sequential hypothesis testing framework based on e-values, which models the multi-chain MCMC sampling process as a continual comparison against an initial deep ensemble baseline. Early stopping is triggered as soon as the e-value provides statistically significant evidence that the sampled ensemble outperforms the baseline. This work introduces e-value theory into Bayesian deep ensembles for the first time, offering a statistically rigorous and computationally efficient stopping mechanism. Experimental results demonstrate that the method achieves performance comparable to full-budget sampling using only a small fraction of the computational resources, substantially improving efficiency.