English

Reinforcement Learning for Adaptive Mesh Refinement

Machine Learning 2023-02-23 v3 Numerical Analysis Numerical Analysis

Abstract

Large-scale finite element simulations of complex physical systems governed by partial differential equations (PDE) crucially depend on adaptive mesh refinement (AMR) to allocate computational budget to regions where higher resolution is required. Existing scalable AMR methods make heuristic refinement decisions based on instantaneous error estimation and thus do not aim for long-term optimality over an entire simulation. We propose a novel formulation of AMR as a Markov decision process and apply deep reinforcement learning (RL) to train refinement policies directly from simulation. AMR poses a new problem for RL as both the state dimension and available action set changes at every step, which we solve by proposing new policy architectures with differing generality and inductive bias. The model sizes of these policy architectures are independent of the mesh size and hence can be deployed on larger simulations than those used at train time. We demonstrate in comprehensive experiments on static function estimation and time-dependent equations that RL policies can be trained on problems without using ground truth solutions, are competitive with a widely-used error estimator, and generalize to larger, more complex, and unseen test problems.

Keywords

Cite

@article{arxiv.2103.01342,
  title  = {Reinforcement Learning for Adaptive Mesh Refinement},
  author = {Jiachen Yang and Tarik Dzanic and Brenden Petersen and Jun Kudo and Ketan Mittal and Vladimir Tomov and Jean-Sylvain Camier and Tuo Zhao and Hongyuan Zha and Tzanio Kolev and Robert Anderson and Daniel Faissol},
  journal= {arXiv preprint arXiv:2103.01342},
  year   = {2023}
}

Comments

AISTATS 2023. 18 pages, 15 figures

R2 v1 2026-06-23T23:38:17.569Z