LGCOMP-PHNov 3, 2021

Hamiltonian Dynamics with Non-Newtonian Momentum for Rapid Sampling

arXiv:2111.02434v316 citations
Originality Highly original
AI Analysis

This addresses a fundamental bottleneck in machine learning for applications like Bayesian modeling and energy-based models, offering a novel deterministic alternative to stochastic MCMC.

The paper tackles the problem of slow convergence in sampling from unnormalized probability distributions by proposing Energy Sampling Hamiltonian (ESH) dynamics with non-Newtonian momentum, which enables faster and more stable training of neural network energy models compared to MCMC methods.

Sampling from an unnormalized probability distribution is a fundamental problem in machine learning with applications including Bayesian modeling, latent factor inference, and energy-based model training. After decades of research, variations of MCMC remain the default approach to sampling despite slow convergence. Auxiliary neural models can learn to speed up MCMC, but the overhead for training the extra model can be prohibitive. We propose a fundamentally different approach to this problem via a new Hamiltonian dynamics with a non-Newtonian momentum. In contrast to MCMC approaches like Hamiltonian Monte Carlo, no stochastic step is required. Instead, the proposed deterministic dynamics in an extended state space exactly sample the target distribution, specified by an energy function, under an assumption of ergodicity. Alternatively, the dynamics can be interpreted as a normalizing flow that samples a specified energy model without training. The proposed Energy Sampling Hamiltonian (ESH) dynamics have a simple form that can be solved with existing ODE solvers, but we derive a specialized solver that exhibits much better performance. ESH dynamics converge faster than their MCMC competitors enabling faster, more stable training of neural network energy models.

Code Implementations1 repo
Foundations

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

Your Notes