LGAINAOct 7, 2023

HNS: An Efficient Hermite Neural Solver for Solving Time-Fractional Partial Differential Equations

arXiv:2310.04789v114 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses accuracy limitations in neural network solvers for time-fractional PDEs, which is important for researchers in computational mathematics and applied sciences, though it appears incremental as it builds on existing interpolation and neural network techniques.

The paper tackles the problem of solving time-fractional partial differential equations by introducing the Hermite Neural Solver (HNS), which integrates high-order Hermite interpolation with deep neural networks to achieve higher accuracy than existing L1-based methods in forward, inverse, and high-dimensional problems.

Neural network solvers represent an innovative and promising approach for tackling time-fractional partial differential equations by utilizing deep learning techniques. L1 interpolation approximation serves as the standard method for addressing time-fractional derivatives within neural network solvers. However, we have discovered that neural network solvers based on L1 interpolation approximation are unable to fully exploit the benefits of neural networks, and the accuracy of these models is constrained to interpolation errors. In this paper, we present the high-precision Hermite Neural Solver (HNS) for solving time-fractional partial differential equations. Specifically, we first construct a high-order explicit approximation scheme for fractional derivatives using Hermite interpolation techniques, and rigorously analyze its approximation accuracy. Afterward, taking into account the infinitely differentiable properties of deep neural networks, we integrate the high-order Hermite interpolation explicit approximation scheme with deep neural networks to propose the HNS. The experimental results show that HNS achieves higher accuracy than methods based on the L1 scheme for both forward and inverse problems, as well as in high-dimensional scenarios. This indicates that HNS has significantly improved accuracy and flexibility compared to existing L1-based methods, and has overcome the limitations of explicit finite difference approximation methods that are often constrained to function value interpolation. As a result, the HNS is not a simple combination of numerical computing methods and neural networks, but rather achieves a complementary and mutually reinforcing advantages of both approaches. The data and code can be found at \url{https://github.com/hsbhc/HNS}.

Code Implementations1 repo
Foundations

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

Your Notes