paper-with-me

홈 › Papers

dNNsolve: an efficient NN-based PDE solver

2021-03-15 · Veronica Guidetti, Francesco Muia, Yvette Welling, Alexander Westphal

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 hyperparameters of the network, is not available yet. In this paper, we introduce a new implementation of this concept - called dNNsolve - that makes use of dual Neural Networks to solve ODEs/PDEs. These include: i) sine and sigmoidal activation functions, that provide a more efficient basis to capture both secular and periodic patterns in the solutions; ii) a newly designed architecture, that makes it easy for the the NN to approximate the solution using the basis functions mentioned above. We show that dNNsolve is capable of solving a broad range of ODEs/PDEs in 1, 2 and 3 spacetime dimensions, without the need of hyperparameter fine-tuning.

📄 PDF Abstract BibTeX arXiv:2103.08662

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the evaluation of (meta-)solver approaches

2022-02-17 · Roberto Amadini, Maurizio Gabbrielli, Tong Liu, Jacopo Mauro

Meta-solver approaches exploits a number of individual solvers to potentially build a better solver. To assess the performance of meta-solvers, one can simply adopt the metrics typically used for individual solvers (e.g.…

Evaluating SAT and SMT Solvers on Large-Scale Sudoku Puzzles

2025-01-15 · Liam Davis, Tairan Ji

Modern SMT solvers have revolutionized the approach to constraint satisfaction problems by integrating advanced theory reasoning and encoding techniques. In this work, we evaluate the performance of modern SMT solvers in…

Benchmarking

On the Geometry of Games and their Solvers

2026-05-28 · Yaqi Sun, Julian Ma, David Mguni arxiv

A central challenge in game theory and learning systems such as GANs is understanding which algorithms can efficiently compute equilibria across the heterogeneous landscape of games. Equilibrium computation is typically …

Automatic Algorithm Selection for Pseudo-Boolean Optimization with Given Computational Time Limits

2023-09-07 · Catalina Pezo, Dorit Hochbaum, Julio Godoy, Roberto Asin-Acha

Machine learning (ML) techniques have been proposed to automatically select the best solver from a portfolio of solvers, based on predicted performance. These techniques have been applied to various problems, such as Boo…

Bespoke Non-Stationary Solvers for Fast Sampling of Diffusion and Flow Models

2024-03-02 · Neta Shaul, Uriel Singer, Ricky T. Q. Chen, Matthew Le 외

This paper introduces Bespoke Non-Stationary (BNS) Solvers, a solver distillation approach to improve sample efficiency of Diffusion and Flow models. BNS solvers are based on a family of non-stationary solvers that prova…

Audio GenerationConditional Image GenerationDiversityImage Generation+2