菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-25
📄 Abstract - PDEInvBench: A Comprehensive Dataset and Design Space Exploration of Neural Networks for PDE Inverse Problems

Inverse problems in partial differential equations (PDEs) involve estimating the physical parameters of a system from observed spatiotemporal solution this http URL networks are well-suited for PDE parameter estimation due to their capability to model function-to-function space transformations. While existing benchmarks of machine learning methods for PDEs primarily focus on the forward problem, there are no similar comprehensive studies and benchmark datasets on PDE inverse problems, i.e., mapping solution fields to underlying physical parameters. We fill this gap by introducing PDEInvBench, a comprehensive benchmark dataset consisting of numerical simulations for both time-dependent and time-independent PDEs across a wide range of physical behaviors and parameters. Our dataset includes evaluation splits that assess performance in both in-distribution and various out-of-distribution settings. Using our benchmark dataset, we comprehensively explore the design space of neural networks for PDE inverse problems along three key dimensions: (1) optimization procedures, analyzing the role of supervised, self-supervised, and test-time training objectives on performance, (2) problem representations, where we study the value of architectural choices with different inductive biases and various conditioning strategies, and (3) scaling, which we perform with respect to both model and data size. Our experiments reveal several practical insights: 1) neural networks perform best with a two-stage training procedure: initial supervision with PDE parameters followed by test-time fine-tuning using the PDE residual, 2) incorporating PDE derivatives as input features consistently improves accuracy, and 3) increasing the diversity of initial conditions in the training data yields greater performance gains than expanding the range of PDE parameters. We make our dataset and codebase publicly available.

顶级标签: machine learning benchmark
详细标签: pde inverse problems neural networks benchmark dataset design space exploration training strategies 或 搜索:

PDEInvBench:面向偏微分方程逆问题的神经网络综合数据集与设计空间探索 / PDEInvBench: A Comprehensive Dataset and Design Space Exploration of Neural Networks for PDE Inverse Problems


1️⃣ 一句话总结

该论文提出了一个名为PDEInvBench的公开基准数据集,涵盖多种偏微分方程的逆问题场景,并系统性地探索了神经网络在训练方式、网络结构设计以及模型与数据规模扩展三个关键维度上的最优策略,揭示了“先监督预训练再基于方程残差微调”、“将偏导数作为输入特征”以及“增加初始条件多样性比扩大参数范围更有效”等实用发现。

源自 arXiv: 2605.25353