Variational Neural Annealing
Mohamed Hibat-Allah, Estelle M. Inack, Roeland Wiersema, Roger G. Melko, Juan Carrasquilla
TL;DR
The paper tackles NP-hard optimization problems by reframing them as ground-state searches of Ising Hamiltonians. It proposes variational neural annealing, integrating autoregressive RNNS with variational principles to anneal either a classical distribution p_lambda (VCA) or a quantum wavefunction |Psi_lambda> (VQA) while progressively lowering fluctuations. Across random 1D chains, the Edwards-Anderson model, and fully-connected spin glasses (SK and WPE), VCA generally outperforms SA, SQA, and even VQA, especially for long annealing, aided by exact autoregressive sampling that enables efficient entropy and gradient estimation. The approach highlights architecture-aware optimization paths, with potential extensions via reinforcement learning to tune schedules and problem-specific models for scalable optimization on rough landscapes.
Abstract
Many important challenges in science and technology can be cast as optimization problems. When viewed in a statistical physics framework, these can be tackled by simulated annealing, where a gradual cooling procedure helps search for groundstate solutions of a target Hamiltonian. While powerful, simulated annealing is known to have prohibitively slow sampling dynamics when the optimization landscape is rough or glassy. Here we show that by generalizing the target distribution with a parameterized model, an analogous annealing framework based on the variational principle can be used to search for groundstate solutions. Modern autoregressive models such as recurrent neural networks provide ideal parameterizations since they can be exactly sampled without slow dynamics even when the model encodes a rough landscape. We implement this procedure in the classical and quantum settings on several prototypical spin glass Hamiltonians, and find that it significantly outperforms traditional simulated annealing in the asymptotic limit, illustrating the potential power of this yet unexplored route to optimization.
