paper-with-me

Papers

Reinforcement Learning for Adaptive Mesh Refinement

2021-03-01 · Jiachen Yang, Tarik Dzanic, Brenden Petersen, Jun Kudo, Ketan Mittal, Vladimir Tomov, Jean-Sylvain Camier, Tuo Zhao, Hongyuan Zha, Tzanio Kolev, Robert Anderson, Daniel Faissol

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.

📄 PDF Abstract BibTeX arXiv:2103.01342

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningInductive Biasreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Swarm Reinforcement Learning For Adaptive Mesh Refinement

2023-04-03 · NeurIPS 2023 11 · Niklas Freymuth, Philipp Dahlinger, Tobias Würth, Simon Reisch 외

Adaptive Mesh Refinement (AMR) enhances the Finite Element Method, an important technique for simulating complex problems in engineering, by dynamically refining mesh regions, enabling a favorable trade-off between compu…

reinforcement-learningReinforcement Learning

Adaptive Swarm Mesh Refinement using Deep Reinforcement Learning with Local Rewards

2024-06-12 · Niklas Freymuth, Philipp Dahlinger, Tobias Würth, Simon Reisch 외

Simulating physical systems is essential in engineering, but analytical solutions are limited to straightforward problems. Consequently, numerical methods like the Finite Element Method (FEM) are widely used. However, th…

Deep Reinforcement Learning

Multi-Agent Reinforcement Learning for Adaptive Mesh Refinement

2022-11-02 · Jiachen Yang, Ketan Mittal, Tarik Dzanic, Socratis Petrides 외

Adaptive mesh refinement (AMR) is necessary for efficient finite element simulations of complex physical phenomenon, as it allocates limited computational budget based on the need for higher or lower resolution, which va…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Deep Reinforcement Learning for Adaptive Mesh Refinement

2022-09-25 · Corbin Foucart, Aaron Charous, Pierre F. J. Lermusiaux

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 r…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+2

Quasi-optimal $hp$-finite element refinements towards singularities via deep neural network prediction

2022-09-13 · Tomasz Sluzalec, Rafal Grzeszczuk, Sergio Rojas, Witold Dzwinel 외

We show how to construct the deep neural network (DNN) expert to predict quasi-optimal $hp$-refinements for a given computational problem. The main idea is to train the DNN expert during executing the self-adaptive $hp$-…