LGAINAMLOct 3, 2023

Learning to Relax: Setting Solver Parameters Across a Sequence of Linear System Instances

arXiv:2310.02246v21 citationsh-index: 52
AI Analysis

This work addresses the challenge of parameter tuning in scientific computing for practitioners, offering a novel learning-theoretic approach to speed up numerical simulations, though it is incremental as it applies existing bandit methods to a specific solver.

The paper tackles the problem of selecting optimal solver parameters for sequences of related linear systems, proving that bandit online learning algorithms can choose parameters to approach the performance of the best fixed or instance-optimal policy, reducing overall iteration cost without extra matrix computations.

Solving a linear system $Ax=b$ is a fundamental scientific computing primitive for which numerous solvers and preconditioners have been developed. These come with parameters whose optimal values depend on the system being solved and are often impossible or too expensive to identify; thus in practice sub-optimal heuristics are used. We consider the common setting in which many related linear systems need to be solved, e.g. during a single numerical simulation. In this scenario, can we sequentially choose parameters that attain a near-optimal overall number of iterations, without extra matrix computations? We answer in the affirmative for Successive Over-Relaxation (SOR), a standard solver whose parameter $ω$ has a strong impact on its runtime. For this method, we prove that a bandit online learning algorithm--using only the number of iterations as feedback--can select parameters for a sequence of instances such that the overall cost approaches that of the best fixed $ω$ as the sequence length increases. Furthermore, when given additional structural information, we show that a contextual bandit method asymptotically achieves the performance of the instance-optimal policy, which selects the best $ω$ for each instance. Our work provides the first learning-theoretic treatment of high-precision linear system solvers and the first end-to-end guarantees for data-driven scientific computing, demonstrating theoretically the potential to speed up numerical methods using well-understood learning algorithms.

Foundations

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

Your Notes