paper-with-me

Papers

Adaptive Swarm Mesh Refinement using Deep Reinforcement Learning with Local Rewards

2024-06-12 · Niklas Freymuth, Philipp Dahlinger, Tobias Würth, Simon Reisch, Luise Kärger, Gerhard Neumann

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, the FEM becomes computationally expensive as problem complexity and accuracy demands increase. Adaptive Mesh Refinement (AMR) improves the FEM by dynamically allocating mesh elements on the domain, balancing computational speed and accuracy. Classical AMR depends on heuristics or expensive error estimators, limiting its use in complex simulations. While learning-based AMR methods are promising, they currently only scale to simple problems. In this work, we formulate AMR as a system of collaborating, homogeneous agents that iteratively split into multiple new agents. This agent-wise perspective enables a spatial reward formulation focused on reducing the maximum mesh element error. Our approach, Adaptive Swarm Mesh Refinement (ASMR), offers efficient, stable optimization and generates highly adaptive meshes at user-defined resolution during inference. Extensive experiments, including volumetric meshes and Neumann boundary conditions, demonstrate that ASMR exceeds heuristic approaches and learned baselines, matching the performance of expensive error-based oracle AMR strategies. ASMR additionally generalizes to different domains during inference, and produces meshes that simulate up to 2 orders of magnitude faster than uniform refinements in more demanding settings.

📄 PDF Abstract BibTeX arXiv:2406.08440

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
FEM 설명 없음

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

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

Reinforcement Learning for Adaptive Mesh Refinement

2021-03-01 · Jiachen Yang, Tarik Dzanic, Brenden Petersen, Jun Kudo 외

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

Deep Reinforcement LearningInductive Biasreinforcement-learningReinforcement Learning+1

Reinforcement learning for anisotropic p-adaptation and error estimation in high-order solvers

2024-07-26 · David Huergo, Martín de Frutos, Eduardo Jané, Oscar A. Marino 외

We present a novel approach to automate and optimize anisotropic p-adaptation in high-order h/p solvers using Reinforcement Learning (RL). The dynamic RL adaptation uses the evolving solution to adjust the high-order pol…

Reinforcement Learning (RL)