RandNet-Parareal: a time-parallel PDE solver using Random Neural Networks
Guglielmo Gattiglio, Lyudmila Grigoryeva, Massimiliano Tamborrino

TL;DR
RandNet-Parareal introduces a novel neural network-based correction method for parallel-in-time PDE solving, significantly improving speed and scalability while maintaining accuracy across various complex systems.
Contribution
It is the first to use random neural networks to learn the discrepancy in Parareal, enabling faster and more scalable PDE solutions with minimal overhead.
Findings
Achieves up to 125x speedup over serial fine solver
Outperforms traditional Parareal in computational efficiency
Successfully applied to multiple real-world PDE systems
Abstract
Parallel-in-time (PinT) techniques have been proposed to solve systems of time-dependent differential equations by parallelizing the temporal domain. Among them, Parareal computes the solution sequentially using an inaccurate (fast) solver, and then "corrects" it using an accurate (slow) integrator that runs in parallel across temporal subintervals. This work introduces RandNet-Parareal, a novel method to learn the discrepancy between the coarse and fine solutions using random neural networks (RandNets). RandNet-Parareal achieves speed gains up to x125 and x22 compared to the fine solver run serially and Parareal, respectively. Beyond theoretical guarantees of RandNets as universal approximators, these models are quick to train, allowing the PinT solution of partial differential equations on a spatial mesh of up to points with minimal overhead, dramatically increasing the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNeural Networks and Applications
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
