paper-with-me

홈 › Papers

Pretraining a Neural Operator in Lower Dimensions

2024-07-24 · AmirPouya Hemmasian, Amir Barati Farimani

There has recently been increasing attention towards developing foundational neural Partial Differential Equation (PDE) solvers and neural operators through large-scale pretraining. However, unlike vision and language models that make use of abundant and inexpensive (unlabeled) data for pretraining, these neural solvers usually rely on simulated PDE data, which can be costly to obtain, especially for high-dimensional PDEs. In this work, we aim to Pretrain neural PDE solvers on Lower Dimensional PDEs (PreLowD) where data collection is the least expensive. We evaluated the effectiveness of this pretraining strategy in similar PDEs in higher dimensions. We use the Factorized Fourier Neural Operator (FFNO) due to having the necessary flexibility to be applied to PDE data of arbitrary spatial dimensions and reuse trained parameters in lower dimensions. In addition, our work sheds light on the effect of the fine-tuning configuration to make the most of this pretraining strategy. Code is available at https://github.com/BaratiLab/PreLowD.

📄 PDF Abstract BibTeX arXiv:2407.17616

Code (1)

baratilab/prelowd 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Latent Neural Operator Pretraining for Solving Time-Dependent PDEs

2024-10-26 · Tian Wang, Chuang Wang

Pretraining methods gain increasing attraction recently for solving PDEs with neural operators. It alleviates the data scarcity problem encountered by neural operator learning when solving single PDE via training on larg…

Operator learning

PI-JEPA: Label-Free Surrogate Pretraining for Coupled Multiphysics Simulation via Operator-Split Latent Prediction

2026-04-01 · Brandon Yee, Pairie Koh arxiv

Reservoir simulation workflows face a fundamental data asymmetry: input parameter fields (geostatistical permeability realizations, porosity distributions) are free to generate in arbitrary quantities, yet existing neura…

Soliton profiles: Classical Numerical Schemes vs. Neural Network - Based Solvers

2025-12-31 · Chandler Haight, Svetlana Roudenko, Zhongming Wang arxiv

We present a comparative study of classical numerical solvers, such as Petviashvili's method or finite difference with Newton iterations, and neural network-based methods for computing ground states or profiles of solita…

Computational Efficiency

Performance of Small Language Model Pretraining on FABRIC: An Empirical Study

2026-02-02 · Praveen Rao arxiv

Large language models (LLMs) require enormous computing power to pretrain on massive datasets. When limited datasets are available, smaller-sized LLMs are better choice to pretrain (on user-specified datasets) by followi…

Strategies for Pretraining Neural Operators

2024-06-12 · Anthony Zhou, Cooper Lorsung, AmirPouya Hemmasian, Amir Barati Farimani

Pretraining for partial differential equation (PDE) modeling has recently shown promise in scaling neural operators across datasets to improve generalizability and performance. Despite these advances, our understanding o…

Transfer Learning