paper-with-me

홈 › Papers

PDE-Net 2.0: Learning PDEs from Data with A Numeric-Symbolic Hybrid Deep Network

2018-11-30 · Zichao Long, Yiping Lu, Bin Dong

Partial differential equations (PDEs) are commonly derived based on empirical observations. However, recent advances of technology enable us to collect and store massive amount of data, which offers new opportunities for data-driven discovery of PDEs. In this paper, we propose a new deep neural network, called PDE-Net 2.0, to discover (time-dependent) PDEs from observed dynamic data with minor prior knowledge on the underlying mechanism that drives the dynamics. The design of PDE-Net 2.0 is based on our earlier work \cite{Long2018PDE} where the original version of PDE-Net was proposed. PDE-Net 2.0 is a combination of numerical approximation of differential operators by convolutions and a symbolic multi-layer neural network for model recovery. Comparing with existing approaches, PDE-Net 2.0 has the most flexibility and expressive power by learning both differential operators and the nonlinear response function of the underlying PDE model. Numerical experiments show that the PDE-Net 2.0 has the potential to uncover the hidden PDE of the observed dynamics, and predict the dynamical behavior for a relatively long time, even in a noisy environment.

📄 PDF Abstract BibTeX arXiv:1812.04426

Code (2)

2024-MindSpore-1/Code3/tree/main/PDE-Net2.0 mindspore
ZichaoLong/aTEAM pytorch

Similar Papers 제목 키워드 기반

Closed-form Symbolic Solutions: A New Perspective on Solving Partial Differential Equations

2024-05-23 · Shu Wei, YanJie Li, Lina Yu, Min Wu 외

Solving partial differential equations (PDEs) in Euclidean space with closed-form symbolic solutions has long been a dream for mathematicians. Inspired by deep learning, Physics-Informed Neural Networks (PINNs) have show…

Deep Reinforcement LearningForm

From Equations to Insights: Unraveling Symbolic Structures in PDEs with LLMs

2025-03-13 · Rohan Bhatnagar, Ling Liang, Krish Patel, Haizhao Yang

Motivated by the remarkable success of artificial intelligence (AI) across diverse fields, the application of AI to solve scientific problems, often formulated as partial differential equations (PDEs), has garnered incre…

Weak-PDE-Net: Discovering Open-Form PDEs via Differentiable Symbolic Networks and Weak Formulation

2026-03-24 · Xinxin Li, Xingyu Cui, Jin Qi, Juan Zhang 외 arxiv

Discovering governing Partial Differential Equations (PDEs) from sparse and noisy data is a challenging issue in data-driven scientific computing. Conventional sparse regression methods often suffer from two major limita…

Neural Architecture Search

A hybrid iterative method based on MIONet for PDEs: Theory and numerical examples

2024-02-11 · Jun Hu, Pengzhan Jin

We propose a hybrid iterative method based on MIONet for PDEs, which combines the traditional numerical iterative solver and the recent powerful machine learning method of neural operator, and further systematically anal…

Learning to correct spectral methods for simulating turbulent flows

2022-07-01 · Gideon Dresdner, Dmitrii Kochkov, Peter Norgaard, Leonardo Zepeda-Núñez 외

Despite their ubiquity throughout science and engineering, only a handful of partial differential equations (PDEs) have analytical, or closed-form solutions. This motivates a vast amount of classical work on numerical si…

BIG-bench Machine Learning