M2PDE: Compositional Generative Multiphysics and Multi-Component PDE Simulation

Abstract

Multiphysics simulation, which models the interactions between multiple physical processes, and multi-component simulation of complex structures are critical in fields like nuclear and aerospace engineering. Previous studies use numerical solvers or ML-based surrogate models for these simulations. However, multiphysics simulations typically require integrating multiple specialized solvers-each for a specific physical process-into a coupled program, which introduces significant development challenges. Furthermore, existing numerical algorithms struggle with highly complex large-scale structures in multi-component simulations. Here we propose compositional Multiphysics and Multi-component PDE Simulation with Diffusion models (M2PDE) to overcome these challenges. During diffusion-based training, M2PDE learns energy functions modeling the conditional probability of one physical process/component conditioned on other processes/components. In inference, M2PDE generates coupled multiphysics and multi-component solutions by sampling from the joint probability distribution. We evaluate M2PDE on two multiphysics tasks-reaction-diffusion and nuclear thermal coupling–where it achieves more accurate predictions than surrogate models in challenging scenarios. We then apply it to a multi-component prismatic fuel element problem, demonstrating that M2PDE scales from single-component training to a 64-component structure and outperforms existing domain-decomposition and graph-based approaches. The code is available at github.com/AI4Science-WestlakeU/M2PDE.

Cite

Text

Zhang et al. "M2PDE: Compositional Generative Multiphysics and Multi-Component PDE Simulation." Proceedings of the 42nd International Conference on Machine Learning, 2025.

Markdown

[Zhang et al. "M2PDE: Compositional Generative Multiphysics and Multi-Component PDE Simulation." Proceedings of the 42nd International Conference on Machine Learning, 2025.](https://mlanthology.org/icml/2025/zhang2025icml-m2pde/)

BibTeX

@inproceedings{zhang2025icml-m2pde,
  title     = {{M2PDE: Compositional Generative Multiphysics and Multi-Component PDE Simulation}},
  author    = {Zhang, Tao and Liu, Zhenhai and Qi, Feipeng and Jiao, Yongjun and Wu, Tailin},
  booktitle = {Proceedings of the 42nd International Conference on Machine Learning},
  year      = {2025},
  pages     = {75638-75666},
  volume    = {267},
  url       = {https://mlanthology.org/icml/2025/zhang2025icml-m2pde/}
}