paper-with-me

홈 › Papers

Learning to Discretize: Solving 1D Scalar Conservation Laws via Deep Reinforcement Learning

2019-05-27 · Yufei Wang, Ziju Shen, Zichao Long, Bin Dong

Conservation laws are considered to be fundamental laws of nature. It has broad applications in many fields, including physics, chemistry, biology, geology, and engineering. Solving the differential equations associated with conservation laws is a major branch in computational mathematics. The recent success of machine learning, especially deep learning in areas such as computer vision and natural language processing, has attracted a lot of attention from the community of computational mathematics and inspired many intriguing works in combining machine learning with traditional methods. In this paper, we are the first to view numerical PDE solvers as an MDP and to use (deep) RL to learn new solvers. As proof of concept, we focus on 1-dimensional scalar conservation laws. We deploy the machinery of deep reinforcement learning to train a policy network that can decide on how the numerical solutions should be approximated in a sequential and spatial-temporal adaptive manner. We will show that the problem of solving conservation laws can be naturally viewed as a sequential decision-making process, and the numerical schemes learned in such a way can easily enforce long-term accuracy. Furthermore, the learned policy network is carefully designed to determine a good local discrete approximation based on the current state of the solution, which essentially makes the proposed method a meta-learning approach. In other words, the proposed method is capable of learning how to discretize for a given situation mimicking human experts. Finally, we will provide details on how the policy network is trained, how well it performs compared with some state-of-the-art numerical solvers such as WENO schemes, and supervised learning based approach L3D and PINN, and how well it generalizes.

📄 PDF Abstract BibTeX arXiv:1905.11079

Code (1)

yufeiwang63/L2D-learning-to-discretize pytorch

Tasks

Decision MakingDeep Reinforcement LearningMeta-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

SPIKE: Stable Physics-Informed Kernel Evolution Method for Solving Hyperbolic Conservation Laws

2025-10-21 · Hua Su, Lei Zhang, Jin Zhao arxiv

We introduce the Stable Physics-Informed Kernel Evolution (SPIKE) method for numerical computation of inviscid hyperbolic conservation laws. SPIKE resolves a fundamental paradox: how strong-form residual minimization can…

A data-driven learned discretization approach in finite volume schemes for hyperbolic conservation laws and varying boundary conditions

2024-12-10 · Guillaume de Romémont, Florent Renac, Jorge Nunez, Francisco Chinesta

This paper presents a data-driven finite volume method for solving 1D and 2D hyperbolic partial differential equations. This work builds upon the prior research incorporating a data-driven finite-difference approximation…

A Low Rank Neural Representation of Entropy Solutions

2024-06-09 · Donsub Rim, Gerrit Welper

We construct a new representation of entropy solutions to nonlinear scalar conservation laws with a smooth convex flux function in a single spatial dimension. The representation is a generalization of the method of chara…

PDE Generalization of In-Context Operator Networks: A Study on 1D Scalar Nonlinear Conservation Laws

2024-01-14 · Liu Yang, Stanley J. Osher

Can we build a single large model for a wide range of PDE-related scientific learning tasks? Can this model generalize to new PDEs, even of new forms, without any fine-tuning? In-context operator learning and the corresp…

Operator learning

From Initial Data to Boundary Layers: Neural Networks for Nonlinear Hyperbolic Conservation Laws

2025-06-02 · Igor Ciril, Khalil Haddaoui, Yohann Tendero

We address the approximation of entropy solutions to initial-boundary value problems for nonlinear strictly hyperbolic conservation laws using neural networks. A general and systematic framework is introduced for the des…