dNNsolve: an efficient NN-based PDE solver
Veronica Guidetti, Francesco Muia, Yvette Welling, Alexander, Westphal

TL;DR
dNNsolve introduces a dual neural network approach with specialized activation functions and architecture to efficiently solve a wide range of ODEs and PDEs across multiple dimensions without hyperparameter tuning.
Contribution
The paper presents dNNsolve, a novel NN-based PDE solver using dual networks and specific activation functions, improving accuracy and ease of use over traditional PINNs.
Findings
Capable of solving ODEs/PDEs in 1-3 dimensions
Does not require hyperparameter fine-tuning
Uses sine and sigmoidal activation functions effectively
Abstract
Neural Networks (NNs) can be used to solve Ordinary and Partial Differential Equations (ODEs and PDEs) by redefining the question as an optimization problem. The objective function to be optimized is the sum of the squares of the PDE to be solved and of the initial/boundary conditions. A feed forward NN is trained to minimise this loss function evaluated on a set of collocation points sampled from the domain where the problem is defined. A compact and smooth solution, that only depends on the weights of the trained NN, is then obtained. This approach is often referred to as PINN, from Physics Informed Neural Network~\cite{raissi2017physics_1, raissi2017physics_2}. Despite the success of the PINN approach in solving various classes of PDEs, an implementation of this idea that is capable of solving a large class of ODEs and PDEs with good accuracy and without the need to finely tune 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
