A domain decomposition-based autoregressive deep learning model for unsteady and nonlinear partial differential equations
Sheel Nidhan, Haoliang Jiang, Lalit Ghule, Clancy Umphrey, Rishikesh Ranade, Jay Pathak
TL;DR
The paper addresses the challenge of efficiently simulating unsteady and nonlinear PDEs at scale by introducing transient-CoMLSim, a domain-decomposition DL framework that operates on subdomain-local latent spaces. It combines a CNN-based autoencoder to learn low-dimensional representations with an autoregressive time integrator trained using curriculum learning, enabling stable long-horizon rollouts in latent space. Through four diverse datasets, it demonstrates superior interpolation and extrapolation accuracy compared to U-Net and FNO, and shows favorable generalization to larger domain sizes, including a 3D additive manufacturing scenario. The work offers a scalable, out-of-distribution-friendly approach for physics-informed DL surrogates and outlines concrete future improvements like Runge-Kutta time-stepping and latent-space boundary conditions.
Abstract
In this paper, we propose a domain-decomposition-based deep learning (DL) framework, named transient-CoMLSim, for accurately modeling unsteady and nonlinear partial differential equations (PDEs). The framework consists of two key components: (a) a convolutional neural network (CNN)-based autoencoder architecture and (b) an autoregressive model composed of fully connected layers. Unlike existing state-of-the-art methods that operate on the entire computational domain, our CNN-based autoencoder computes a lower-dimensional basis for solution and condition fields represented on subdomains. Timestepping is performed entirely in the latent space, generating embeddings of the solution variables from the time history of embeddings of solution and condition variables. This approach not only reduces computational complexity but also enhances scalability, making it well-suited for large-scale simulations. Furthermore, to improve the stability of our rollouts, we employ a curriculum learning (CL) approach during the training of the autoregressive model. The domain-decomposition strategy enables scaling to out-of-distribution domain sizes while maintaining the accuracy of predictions -- a feature not easily integrated into popular DL-based approaches for physics simulations. We benchmark our model against two widely-used DL architectures, Fourier Neural Operator (FNO) and U-Net, and demonstrate that our framework outperforms them in terms of accuracy, extrapolation to unseen timesteps, and stability for a wide range of use cases.
