Exploiting Inexact Computations in Multilevel Monte Carlo and Other Sampling Methods
Josef Martínek, Erin Carson, Robert Scheichl
TL;DR
The paper addresses the high energy cost of uncertainty quantification using multilevel sampling by enabling safe, inexact computations on coarser levels. It develops a theoretical framework and an adaptive MPML algorithm that allocates minimum per-level precision without extra cost, validated on an elliptic PDE with lognormal coefficients. The results show substantial practical gains: memory savings up to $3.5\times$ and FLOP-speedups around $1.5\times$, with potential energy-efficiency benefits for large-scale HPC. The approach is extendable to other multilevel techniques and motivates future work on energy-aware solvers and parallel implementations. Overall, the work demonstrates a viable pathway to combine numerical efficiency with rigorous UQ accuracy in high-performance settings.
Abstract
Multilevel sampling methods, such as multilevel and multifidelity Monte Carlo, multilevel stochastic collocation, or delayed acceptance Markov chain Monte Carlo, have become standard uncertainty quantification (UQ) tools for a wide class of forward and inverse problems. The underlying idea is to achieve faster convergence by leveraging a hierarchy of models, such as partial differential equation (PDE) or stochastic differential equation (SDE) discretisations with increasing accuracy. By optimally redistributing work among the levels, multilevel methods can achieve significant performance improvement compared to single level methods working with one high-fidelity model. Intuitively, approximate solutions on coarser levels can tolerate large computational error without affecting the overall accuracy. We show how this can be used in high-performance computing applications to obtain a significant performance gain. As a use case, we analyse the computational error in the standard multilevel Monte Carlo method and formulate an adaptive algorithm which determines a minimum required computational accuracy on each level of discretisation. We show two examples of how the inexactness can be converted into actual gains using an elliptic PDE with lognormal random coefficients. Using a low precision sparse direct solver combined with iterative refinement results in a simulated gain in memory references of up to $3.5\times$ compared to the reference double precision solver; while using a MINRES iterative solver, a practical speedup of up to $1.5\times$ in terms of FLOPs is achieved. These results provide a step in the direction of energy-aware scientific computing, with significant potential for energy savings.
