English

Parareal with a physics-informed neural network as coarse propagator

Numerical Analysis 2023-09-07 v2 Computational Engineering, Finance, and Science Distributed, Parallel, and Cluster Computing Numerical Analysis

Abstract

Parallel-in-time algorithms provide an additional layer of concurrency for the numerical integration of models based on time-dependent differential equations. Methods like Parareal, which parallelize across multiple time steps, rely on a computationally cheap and coarse integrator to propagate information forward in time, while a parallelizable expensive fine propagator provides accuracy. Typically, the coarse method is a numerical integrator using lower resolution, reduced order or a simplified model. Our paper proposes to use a physics-informed neural network (PINN) instead. We demonstrate for the Black-Scholes equation, a partial differential equation from computational finance, that Parareal with a PINN coarse propagator provides better speedup than a numerical coarse propagator. Training and evaluating a neural network are both tasks whose computing patterns are well suited for GPUs. By contrast, mesh-based algorithms with their low computational intensity struggle to perform well. We show that moving the coarse propagator PINN to a GPU while running the numerical fine propagator on the CPU further improves Parareal's single-node performance. This suggests that integrating machine learning techniques into parallel-in-time integration methods and exploiting their differences in computing patterns might offer a way to better utilize heterogeneous architectures.

Keywords

Cite

@article{arxiv.2303.03848,
  title  = {Parareal with a physics-informed neural network as coarse propagator},
  author = {Abdul Qadir Ibrahim and Sebastian Götschel and Daniel Ruprecht},
  journal= {arXiv preprint arXiv:2303.03848},
  year   = {2023}
}

Comments

13 pages, 7 figures

R2 v1 2026-06-28T09:05:24.121Z