paper-with-me

Papers

Poseidon: Efficient Foundation Models for PDEs

2024-05-29 · Maximilian Herde, Bogdan Raonić, Tobias Rohner, Roger Käppeli, Roberto Molinaro, Emmanuel de Bézenac, Siddhartha Mishra

We introduce Poseidon, a foundation model for learning the solution operators of PDEs. It is based on a multiscale operator transformer, with time-conditioned layer norms that enable continuous-in-time evaluations. A novel training strategy leveraging the semi-group property of time-dependent PDEs to allow for significant scaling-up of the training data is also proposed. Poseidon is pretrained on a diverse, large scale dataset for the governing equations of fluid dynamics. It is then evaluated on a suite of 15 challenging downstream tasks that include a wide variety of PDE types and operators. We show that Poseidon exhibits excellent performance across the board by outperforming baselines significantly, both in terms of sample efficiency and accuracy. Poseidon also generalizes very well to new physics that is not seen during pretraining. Moreover, Poseidon scales with respect to model and data size, both for pretraining and for downstream tasks. Taken together, our results showcase the surprising ability of Poseidon to learn effective representations from a very small set of PDEs during pretraining in order to generalize well to unseen and unrelated PDEs downstream, demonstrating its potential as an effective, general purpose PDE foundation model. Finally, the Poseidon model as well as underlying pretraining and downstream datasets are open sourced, with code being available at https://github.com/camlab-ethz/poseidon and pretrained models and datasets at https://huggingface.co/camlab-ethz.

📄 PDF Abstract BibTeX arXiv:2405.19101

Code (2)

camlab-ethz/poseidon 공식 구현 pytorch
bogdanraonic3/convolutionalneuraloperator pytorch

Tasks

Operator learning

Similar Papers 제목 키워드 기반

PDE foundation models are skillful AI weather emulators for the Martian atmosphere

2026-02-16 · Johannes Schmude, Sujit Roy, Liping Wang, Theodore van Kessel 외 arxiv

We show that AI foundation models that are pretrained on numerical solutions to a diverse corpus of partial differential equations can be adapted and fine-tuned to obtain skillful predictive weather emulators for the Mar…

Poseidon: An Efficient Communication Architecture for Distributed Deep Learning on GPU Clusters

2017-06-11 · Hao Zhang, Zeyu Zheng, Shizhen Xu, Wei Dai 외

Deep learning models can take weeks to train on a single GPU-equipped machine, necessitating scaling out DL training to a GPU-cluster. However, current distributed DL implementations can scale poorly due to substantial p…

GPUimage-classificationImage Classification

POSEIDON: Physics-Optimized Seismic Energy Inference and Detection Operating Network

2026-01-05 · Boris Kriuk, Fedor Kriuk arxiv

Earthquake prediction and seismic hazard assessment remain fundamental challenges in geophysics, with existing machine learning approaches often operating as black boxes that ignore established physical laws. We introduc…

Poseidon: A System Architecture for Efficient GPU-based Deep Learning on Multiple Machines

2015-12-19 · Hao Zhang, Zhiting Hu, Jinliang Wei, Pengtao Xie 외

Deep learning (DL) has achieved notable successes in many machine learning tasks. A number of frameworks have been developed to expedite the process of designing and training deep neural networks (DNNs), such as Caffe, T…

CPUGPUObject Recognition

DRIFT-Net: A Spectral--Coupled Neural Operator for PDEs Learning

2025-09-29 · Jiayi Li, Flora D. Salim arxiv

Learning PDE dynamics with neural solvers can significantly improve wall-clock efficiency and accuracy compared with classical numerical solvers. In recent years, foundation models for PDEs have largely adopted multi-sca…