DCAICOMP-PHNov 23, 2022

SciAI4Industry -- Solving PDEs for industry-scale problems with deep learning

arXiv:2211.12709v13 citationsh-index: 48
Originality Incremental advance
AI Analysis

This enables faster and cheaper simulations for industrial applications like carbon capture, though it is incremental in scaling existing methods.

The paper tackles the challenges of adopting deep learning for industrial-scale PDE solving by introducing a distributed programming API for parallel training data simulation and model-parallel deep learning, achieving a 5 orders of magnitude speedup and 3,200 times cost reduction for CO2 flow simulation.

Solving partial differential equations with deep learning makes it possible to reduce simulation times by multiple orders of magnitude and unlock scientific methods that typically rely on large numbers of sequential simulations, such as optimization and uncertainty quantification. Two of the largest challenges of adopting scientific AI for industrial problem settings is that training datasets must be simulated in advance and that neural networks for solving large-scale PDEs exceed the memory capabilities of current GPUs. We introduce a distributed programming API in the Julia language for simulating training data in parallel on the cloud and without requiring users to manage the underlying HPC infrastructure. In addition, we show that model-parallel deep learning based on domain decomposition allows us to scale neural networks for solving PDEs to commercial-scale problem settings and achieve above 90% parallel efficiency. Combining our cloud API for training data generation and model-parallel deep learning, we train large-scale neural networks for solving the 3D Navier-Stokes equation and simulating 3D CO2 flow in porous media. For the CO2 example, we simulate a training dataset based on a commercial carbon capture and storage (CCS) project and train a neural network for CO2 flow simulation on a 3D grid with over 2 million cells that is 5 orders of magnitudes faster than a conventional numerical simulator and 3,200 times cheaper.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes