paper-with-me

홈 › Papers

PROSE: Predicting Operators and Symbolic Expressions using Multimodal Transformers

2023-09-28 · Yuxuan Liu, Zecheng Zhang, Hayden Schaeffer

Approximating nonlinear differential equations using a neural network provides a robust and efficient tool for various scientific computing tasks, including real-time predictions, inverse problems, optimal controls, and surrogate modeling. Previous works have focused on embedding dynamical systems into networks through two approaches: learning a single solution operator (i.e., the mapping from input parametrized functions to solutions) or learning the governing system of equations (i.e., the constitutive model relative to the state variables). Both of these approaches yield different representations for the same underlying data or function. Additionally, observing that families of differential equations often share key characteristics, we seek one network representation across a wide range of equations. Our method, called Predicting Operators and Symbolic Expressions (PROSE), learns maps from multimodal inputs to multimodal outputs, capable of generating both numerical predictions and mathematical equations. By using a transformer structure and a feature fusion approach, our network can simultaneously embed sets of solution operators for various parametric differential equations using a single trained network. Detailed experiments demonstrate that the network benefits from its multimodal nature, resulting in improved prediction accuracy and better generalization. The network is shown to be able to handle noise in the data and errors in the symbolic representation, including noisy numerical values, model misspecification, and erroneous addition or deletion of terms. PROSE provides a new neural network framework for differential equations which allows for more flexibility and generality in learning operators and governing equations from data.

📄 PDF Abstract BibTeX arXiv:2309.16816

Code (1)

felix-lyx/prose 공식 구현 pytorch

Similar Papers 제목 키워드 기반

PROSE-FD: A Multimodal PDE Foundation Model for Learning Multiple Operators for Forecasting Fluid Dynamics

2024-09-15 · Yuxuan Liu, Jingmin Sun, Xinjie He, Griffin Pinney 외

We propose PROSE-FD, a zero-shot multimodal PDE foundational model for simultaneous prediction of heterogeneous two-dimensional physical systems related to distinct fluid dynamics settings. These systems include shallow …

Operator learningPrediction

Learning Symbolic Expressions: Mixed-Integer Formulations, Cuts, and Heuristics

2021-02-16 · Jongeun Kim, Sven Leyffer, Prasanna Balaprakash

In this paper we consider the problem of learning a regression function without assuming its functional form. This problem is referred to as symbolic regression. An expression tree is typically used to represent a soluti…

regressionSymbolic Regression

UniSymNet: A Unified Symbolic Network Guided by Transformer

2025-05-09 · Xinxin Li, Juan Zhang, Da Li, Xingyu Liu 외

Symbolic Regression (SR) is a powerful technique for automatically discovering mathematical expressions from input data. Mainstream SR algorithms search for the optimal symbolic tree in a vast function space, but the inc…

Symbolic Regression

Operator Feature Neural Network for Symbolic Regression

2024-08-14 · Yusong Deng, Min Wu, Lina Yu, Jingyi Liu 외

Symbolic regression is a task aimed at identifying patterns in data and representing them through mathematical expressions, generally involving skeleton prediction and constant optimization. Many methods have achieved so…

regressionSymbolic Regression

Towards a Foundation Model for Partial Differential Equations: Multi-Operator Learning and Extrapolation

2024-04-18 · Jingmin Sun, Yuxuan Liu, Zecheng Zhang, Hayden Schaeffer

Foundation models, such as large language models, have demonstrated success in addressing various language and image processing tasks. In this work, we introduce a multi-modal foundation model for scientific problems, na…

Operator learning