paper-with-me

Papers

In-Context Operator Learning with Data Prompts for Differential Equation Problems

2023-04-17 · Liu Yang, Siting Liu, Tingwei Meng, Stanley J. Osher

This paper introduces a new neural-network-based approach, namely In-Context Operator Networks (ICON), to simultaneously learn operators from the prompted data and apply it to new questions during the inference stage, without any weight update. Existing methods are limited to using a neural network to approximate a specific equation solution or a specific operator, requiring retraining when switching to a new problem with different equations. By training a single neural network as an operator learner, we can not only get rid of retraining (even fine-tuning) the neural network for new problems, but also leverage the commonalities shared across operators so that only a few demos in the prompt are needed when learning a new operator. Our numerical results show the neural network's capability as a few-shot operator learner for a diversified type of differential equation problems, including forward and inverse problems of ordinary differential equations (ODEs), partial differential equations (PDEs), and mean-field control (MFC) problems, and also show that it can generalize its learning capability to operators beyond the training distribution.

📄 PDF Abstract BibTeX arXiv:2304.07993

Code (2)

LiuYangMage/in-context-operator-networks/tree/main/icon 공식 구현 jax
liuyangmage/in-context-operator-networks 공식 구현 jax

Tasks

Operator learning

Similar Papers 제목 키워드 기반

Hyena Neural Operator for Partial Differential Equations

2023-06-28 · Saurabh Patil, Zijie Li, Amir Barati Farimani

Numerically solving partial differential equations typically requires fine discretization to resolve necessary spatiotemporal scales, which can be computationally expensive. Recent advances in deep learning have provided…

Generalization Limits of In-Context Operator Networks for Higher-Order Partial Differential Equations

2026-03-23 · Jamie Mahowald, Tan Bui-Thanh arxiv

We investigate the generalization capabilities of In-Context Operator Networks (ICONs), a new class of operator networks that build on the principles of in-context learning, for higher-order partial differential equation…

Probabilistic operator learning: generative modeling and uncertainty quantification for foundation models of differential equations

2025-09-05 · Benjamin J. Zhang, Siting Liu, Stanley J. Osher, Markos A. Katsoulakis arxiv

In-context operator networks (ICON) are a class of operator learning methods based on the novel architectures of foundation models. Trained on a diverse set of datasets of initial and boundary conditions paired with corr…

Bayesian Inference

In-Context Multi-Operator Learning with DeepOSets

2025-12-18 · Shao-Ting Chiu, Aditya Nambiar, Ali Syed, Jonathan W. Siegel 외 arxiv

An important application of neural networks to scientific computing has been the learning of non-linear operators. In this framework, a neural network is trained to fit a non-linear map between two infinite dimensional s…

Fine-Tune Language Models as Multi-Modal Differential Equation Solvers

2023-08-09 · Liu Yang, Siting Liu, Stanley J. Osher

In the growing domain of scientific machine learning, in-context operator learning has shown notable potential in building foundation models, as in this framework the model is trained to learn operators and solve differe…

Efficient Neural NetworkLanguage ModelingLanguage ModellingOperator learning