Compositional Neural Operators for Multi-Dimensional Fluid Dynamics
About
Partial differential equations (PDEs) govern diverse physical phenomena, yet high-fidelity numerical solutions are computationally expensive and Machine Learning approaches lack generalization. While Scientific Foundation Models (SFMs) aim to provide universal surrogates, typical encoding-decoding approaches suffer from high pretraining costs and limited interpretability. In this paper, we propose Compositional Neural Operators (CompNO) for 2D systems, a framework that decomposes complex PDEs into a library of Foundation Blocks. Each block is a specialized Neural Operator pretrained on elementary physics. This modular library contains convection, diffusion, and nonlinear convection blocks as well as a Poisson Solver, enabling the framework to address the pressure-velocity coupling. These experts are assembled via an Adaptation Block featuring an Aggregator. This aggregator learns nonlinear interactions by minimizing data loss and physics-based residuals driven from governing equations. The proposed approach has been evaluated on the Convection-Diffusion equation, the Burgers' equation, and the Incompressible Navier-Stokes equation. Our results demonstrate that learning from elementary operators significantly improves adaptability, enhances model interpretability and facilitates the reuse of pretrained blocks when adapting to new physical systems.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| PDE Simulation | Convection-Diffusion 128x128 grid | Time per Step (s)0.0052 | 2 | |
| PDE Simulation | Scalar Burgers' 128x128 grid | Time per Step (s)0.0052 | 2 | |
| PDE Simulation | Vectorial Burgers' 128x128 grid | Time per Time Step (s)0.0065 | 2 | |
| PDE Simulation | Incompressible Navier-Stokes 128x128 grid | Time per Step (s)0.01 | 2 |