Gal-Ghahramani (2016) Dropout as a Bayesian Approximation

monte-carlo-dropoutuncertainty-quantificationbayesian-deep-learningvariational-inferencegaussian-processneural-networksmachine-learning

Summary

Gal and Ghahramani develop a theoretical framework casting dropout training in deep neural networks as approximate Bayesian inference in deep Gaussian processes. A direct consequence is a practical tool — Monte Carlo dropout — for representing model uncertainty in existing dropout networks without changing the architecture, sacrificing test accuracy, or increasing computational cost. They study the properties of dropout's uncertainty across architectures and nonlinearities on regression and classification (MNIST), report improved predictive log-likelihood and RMSE over prior methods, and demonstrate the uncertainty in deep reinforcement learning.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"We develop a new theoretical framework casting dropout training in deep neural networks (NNs) as approximate Bayesian inference in deep Gaussian processes. A direct result of this theory gives us tools to model uncertainty with dropout NNs – extracting information from existing models that has been thrown away so far."

My Take

A high-leverage reinterpretation: by proving that ordinary dropout is variational inference in a deep GP, it hands practitioners Bayesian uncertainty essentially for free — run the network a few dozen times with dropout on and read off the scatter. That practicality is why MC-dropout became a ubiquitous epistemic-uncertainty baseline. The caveats are real and worth stating alongside the recipe: the Bernoulli variational family is a coarse posterior approximation, the uncertainty can be poorly calibrated, and — unlike a genuine posterior — it need not concentrate correctly as data grow. It belongs to the same "how confident is the model?" conversation as conformal prediction and calibration, but answers it with a model-based Bayesian approximation rather than a coverage guarantee.