Two-level deep domain decomposition method
Victorita Dolean, Serge Gratton, Alexander Heinlein, Valentin Mercier
TL;DR
The paper addresses the scalability limitations of the Deep-DDM when solving PDEs with neural networks by introducing a two-level architecture that adds a coarse global network. This coarse network is coupled to local subdomain PINNs via extension operators and a partition of unity, enabling efficient global information exchange while maintaining local fidelity. On a Poisson problem with Dirichlet conditions, the two-level method achieves convergence that is largely independent of the number of subdomains for low-frequency modes and outperforms the one-level approach for higher-frequency modes given adequate training epochs. The approach offers a scalable, parallelizable ML-based solver for large-scale PDEs, with modest overhead from the coarse network and clear practical benefits for complex domain decompositions.
Abstract
This study presents a two-level Deep Domain Decomposition Method (Deep-DDM) augmented with a coarse-level network for solving boundary value problems using physics-informed neural networks (PINNs). The addition of the coarse level network improves scalability and convergence rates compared to the single level method. Tested on a Poisson equation with Dirichlet boundary conditions, the two-level deep DDM demonstrates superior performance, maintaining efficient convergence regardless of the number of subdomains. This advance provides a more scalable and effective approach to solving complex partial differential equations with machine learning.
