Training normalizing flows with computationally intensive target probability distributions
Piotr Bialas, Piotr Korcyl, Tomasz Stebel
TL;DR
The paper tackles the challenge of training normalizing flows when the target distribution involves computationally intensive gradients, such as lattice field theories with fermionic determinants. It adapts a REINFORCE-based gradient estimator to avoid differentiating the action, and compares it to the standard reparameterization trick on the 2D Schwinger model with Wilson fermions. The RE estimator delivers substantial practical benefits, including up to ~10x faster wall-clock times, reduced memory usage (up to ~30%), and robust single-precision performance, primarily due to avoiding backpropagation through the determinant. The study also provides a detailed breakdown of the computational graph and identifies the determinant assembly as a key bottleneck for RT, offering insights for extending the approach to other models with expensive target probabilities. Overall, the RE approach shows strong potential to accelerate NMCMC training in fermionic lattice theories and other domains with costly target gradients.
Abstract
Machine learning techniques, in particular the so-called normalizing flows, are becoming increasingly popular in the context of Monte Carlo simulations as they can effectively approximate target probability distributions. In the case of lattice field theories (LFT) the target distribution is given by the exponential of the action. The common loss function's gradient estimator based on the "reparametrization trick" requires the calculation of the derivative of the action with respect to the fields. This can present a significant computational cost for complicated, non-local actions like e.g. fermionic action in QCD. In this contribution, we propose an estimator for normalizing flows based on the REINFORCE algorithm that avoids this issue. We apply it to two dimensional Schwinger model with Wilson fermions at criticality and show that it is up to ten times faster in terms of the wall-clock time as well as requiring up to $30\%$ less memory than the reparameterization trick estimator. It is also more numerically stable allowing for single precision calculations and the use of half-float tensor cores. We present an in-depth analysis of the origins of those improvements. We believe that these benefits will appear also outside the realm of the LFT, in each case where the target probability distribution is computationally intensive.
