CELGSep 25, 2022

Deep Reinforcement Learning for Adaptive Mesh Refinement

MIT
arXiv:2209.12351v137 citationsh-index: 51
Originality Incremental advance
AI Analysis

This provides a more automated and flexible approach to AMR for computational physics simulations, reducing reliance on domain-specific knowledge, though it is incremental as it builds on existing reinforcement learning methods.

The authors tackled the problem of heuristic-based adaptive mesh refinement (AMR) in computational physics by formulating it as a partially observable Markov decision process and training deep reinforcement learning policies directly from simulation, resulting in policies that are competitive with common heuristics, generalize across problem classes, and often achieve higher accuracy per degree of freedom.

Finite element discretizations of problems in computational physics often rely on adaptive mesh refinement (AMR) to preferentially resolve regions containing important features during simulation. However, these spatial refinement strategies are often heuristic and rely on domain-specific knowledge or trial-and-error. We treat the process of adaptive mesh refinement as a local, sequential decision-making problem under incomplete information, formulating AMR as a partially observable Markov decision process. Using a deep reinforcement learning approach, we train policy networks for AMR strategy directly from numerical simulation. The training process does not require an exact solution or a high-fidelity ground truth to the partial differential equation at hand, nor does it require a pre-computed training dataset. The local nature of our reinforcement learning formulation allows the policy network to be trained inexpensively on much smaller problems than those on which they are deployed. The methodology is not specific to any particular partial differential equation, problem dimension, or numerical discretization, and can flexibly incorporate diverse problem physics. To that end, we apply the approach to a diverse set of partial differential equations, using a variety of high-order discontinuous Galerkin and hybridizable discontinuous Galerkin finite element discretizations. We show that the resultant deep reinforcement learning policies are competitive with common AMR heuristics, generalize well across problem classes, and strike a favorable balance between accuracy and cost such that they often lead to a higher accuracy per problem degree of freedom.

Foundations

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

Your Notes