Neal (2011) MCMC Using Hamiltonian Dynamics

mcmcbayesianhamiltonian-monte-carloleapfrogmetropolis-hastingscomputational-statisticssymplectichmcmomentumliterature-survey

Summary

A comprehensive handbook chapter (Chapter 5 of Handbook of Markov Chain Monte Carlo, Brooks–Gelman–Jones–Meng eds., CRC 2011) that serves as the canonical statistical reference for Hamiltonian Monte Carlo (HMC). Neal derives the algorithm from first principles, explains three key properties of Hamiltonian dynamics that make it useful for MCMC (reversibility, volume preservation, approximate energy conservation), presents the leapfrog integrator in detail, discusses tuning and scaling theory, and surveys five variations — windowed HMC, partial momentum refreshment, approximate trajectory computation, short-cut methods, and tempered trajectories — plus connections to other MCMC families.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"Hamiltonian dynamics can be used to produce distant proposals for the Metropolis algorithm, thereby avoiding the slow exploration of the state space that results from the diffusive behaviour of simple random-walk proposals."

"Despite the large overlap in their application areas, the MCMC and molecular dynamics approaches have continued to co-exist in the following decades."

My Take

The definitive entry point for HMC in the statistics literature. The exposition is unusually careful — Neal proves every claim (volume preservation, reversibility, detailed balance) from scratch rather than citing physics texts. The scaling argument (Section 4.4) is the clearest justification for why HMC dominates random-walk methods in high dimensions. The 2011 timing is notable: this chapter appeared just as Stan launched with HMC/NUTS, making it the theoretical companion to modern probabilistic programming. One limitation: the paper predates NUTS and the No-U-Turn criterion, so the trajectory-length tuning discussion is somewhat manual; in practice NUTS has superseded the windowed and short-cut variants Neal describes.