TL;DR
This paper introduces an extrapolation-driven neural network architecture for physics-informed deep learning that improves the stability, continuity, and efficiency of solving time-dependent PDEs over large domains by leveraging extrapolation properties.
Contribution
It proposes a novel network architecture that couples parameters with time, enabling sequential solving of PDEs with guaranteed continuity and smoothness at interval nodes.
Findings
The method maintains local solutions from previous intervals.
It ensures strict continuity and smoothness at interval nodes.
Numerical experiments confirm improved performance over traditional PINNs.
Abstract
Current PINN implementations with sequential learning strategies often experience some weaknesses, such as the failure to reproduce the previous training results when using a single network, the difficulty to strictly ensure continuity and smoothness at the time interval nodes when using multiple networks, and the increase in complexity and computational overhead. To overcome these shortcomings, we first investigate the extrapolation capability of the PINN method for time-dependent PDEs. Taking advantage of this extrapolation property, we generalize the training result obtained in a specific time subinterval to larger intervals by adding a correction term to the network parameters of the subinterval. The correction term is determined by further training with the sample points in the added subinterval. Secondly, by designing an extrapolation control function with special characteristics…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
