Multiphysics Bench: Benchmarking and Investigating Scientific Machine Learning for Multiphysics PDEs
Changfan Yang, Lichen Bai, Yinpeng Wang, Shufei Zhang, Zeke Xie
TL;DR
This work addresses the lack of standardized benchmarks for machine learning solvers of multiphysics PDEs by introducing Multiphysics Bench, a comprehensive, large-scale dataset spanning six canonical coupled problems. It provides the first systematic evaluation of four prominent SciML architectures—PINNs, DeepONet, FNO, and DiffusionPDE—on multiphysics tasks and reveals that naive single-physics applications underperform in coupled settings. The authors also present practical insights, including normalization and loss-balancing tricks, to improve robustness and generalization across interdependent physical fields. By releasing both data and code, the paper establishes a foundation for future physics-informed, scalable modeling of complex multiphysics systems with broad scientific and engineering impact.
Abstract
Solving partial differential equations (PDEs) with machine learning has recently attracted great attention, as PDEs are fundamental tools for modeling real-world systems that range from fundamental physical science to advanced engineering disciplines. Most real-world physical systems across various disciplines are actually involved in multiple coupled physical fields rather than a single field. However, previous machine learning studies mainly focused on solving single-field problems, but overlooked the importance and characteristics of multiphysics problems in real world. Multiphysics PDEs typically entail multiple strongly coupled variables, thereby introducing additional complexity and challenges, such as inter-field coupling. Both benchmarking and solving multiphysics problems with machine learning remain largely unexamined. To identify and address the emerging challenges in multiphysics problems, we mainly made three contributions in this work. First, we collect the first general multiphysics dataset, the Multiphysics Bench, that focuses on multiphysics PDE solving with machine learning. Multiphysics Bench is also the most comprehensive PDE dataset to date, featuring the broadest range of coupling types, the greatest diversity of PDE formulations, and the largest dataset scale. Second, we conduct the first systematic investigation on multiple representative learning-based PDE solvers, such as PINNs, FNO, DeepONet, and DiffusionPDE solvers, on multiphysics problems. Unfortunately, naively applying these existing solvers usually show very poor performance for solving multiphysics. Third, through extensive experiments and discussions, we report multiple insights and a bag of useful tricks for solving multiphysics with machine learning, motivating future directions in the study and simulation of complex, coupled physical systems.
