paper-with-me

홈 › Papers

APEBench: A Benchmark for Autoregressive Neural Emulators of PDEs

2024-10-31 · Felix Koehler, Simon Niedermayr, Rüdiger Westermann, Nils Thuerey

We introduce the Autoregressive PDE Emulator Benchmark (APEBench), a comprehensive benchmark suite to evaluate autoregressive neural emulators for solving partial differential equations. APEBench is based on JAX and provides a seamlessly integrated differentiable simulation framework employing efficient pseudo-spectral methods, enabling 46 distinct PDEs across 1D, 2D, and 3D. Facilitating systematic analysis and comparison of learned emulators, we propose a novel taxonomy for unrolled training and introduce a unique identifier for PDE dynamics that directly relates to the stability criteria of classical numerical methods. APEBench enables the evaluation of diverse neural architectures, and unlike existing benchmarks, its tight integration of the solver enables support for differentiable physics training and neural-hybrid emulators. Moreover, APEBench emphasizes rollout metrics to understand temporal generalization, providing insights into the long-term behavior of emulating PDE dynamics. In several experiments, we highlight the similarities between neural emulators and numerical simulators.

📄 PDF Abstract BibTeX arXiv:2411.00180

Code (6)

Ceyron/apebench 공식 구현 jax
Ceyron/exponax 공식 구현 jax
Ceyron/pdequinox 공식 구현 jax
Ceyron/trainax 공식 구현 jax
tum-pbs/apebench 공식 구현 jax
tum-pbs/apebench-paper 공식 구현

Similar Papers 제목 키워드 기반

SGNO: Spectral Generator Neural Operators for Stable Long Horizon PDE Rollouts

2026-02-21 · Jiayi Li, Penghao Jiang, Hira Saleem, Zhaonan Wang 외 arxiv

Autoregressive neural PDE surrogates predict future states by repeatedly applying a learned one-step operator. This is a simple and widely used method, but small one-step errors can accumulate during long rollouts. The r…

Neural Emulator Superiority: When Machine Learning for PDEs Surpasses its Training Data

2025-10-27 · Felix Koehler, Nils Thuerey arxiv

Neural operators or emulators for PDEs trained on data from numerical solvers are conventionally assumed to be limited by their training data's fidelity. We challenge this assumption by identifying "emulator superiority,…

ShapeBench: A Scalable Benchmark and Diagnostic Suite for Standardized Evaluation in Aerodynamic Shape Optimization

2026-05-20 · Shaghayegh Fazliani, Krissh Chawla, Jack Guo, Yiren Shen 외 arxiv

Rapid progress in aerodynamic shape optimization (ASO) has outpaced currently-available standardized evaluation frameworks. Fair comparison requires a unified benchmark spanning diverse shape classes, objective formulati…

Generalizing PDE Emulation with Equation-Aware Neural Operators

2025-11-12 · Qian-Ze Zhu, Paul Raccuglia, Michael P. Brenner arxiv

Solving partial differential equations (PDEs) can be prohibitively expensive using traditional numerical methods. Deep learning-based surrogate models typically specialize in a single PDE with fixed parameters. We presen…

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…