paper-with-me

Papers

Solutions to Elliptic and Parabolic Problems via Finite Difference Based Unsupervised Small Linear Convolutional Neural Networks

2023-11-01 · Adrian Celaya, Keegan Kirk, David Fuentes, Beatrice Riviere

In recent years, there has been a growing interest in leveraging deep learning and neural networks to address scientific problems, particularly in solving partial differential equations (PDEs). However, many neural network-based methods like PINNs rely on auto differentiation and sampling collocation points, leading to a lack of interpretability and lower accuracy than traditional numerical methods. As a result, we propose a fully unsupervised approach, requiring no training data, to estimate finite difference solutions for PDEs directly via small linear convolutional neural networks. Our proposed approach uses substantially fewer parameters than similar finite difference-based approaches while also demonstrating comparable accuracy to the true solution for several selected elliptic and parabolic problems compared to the finite difference method.

📄 PDF Abstract BibTeX arXiv:2311.00259

Code (1)

aecelaya/pde-nets 공식 구현 tf

Similar Papers 제목 키워드 기반

ARDO: A Weak Formulation Deep Neural Network Method for Elliptic and Parabolic PDEs Based on Random Differences of Test Functions

2025-09-03 · Wei Cai, Andrew Qing He arxiv

We propose ARDO method for solving PDEs and PDE-related problems with deep learning techniques. This method uses a weak adversarial formulation but transfers the random difference operator onto the test function. The mai…

Deep neural network approximation for high-dimensional elliptic PDEs with boundary conditions

2020-07-10 · Philipp Grohs, Lukas Herrmann

In recent work it has been established that deep neural networks are capable of approximating solutions to a large class of parabolic partial differential equations without incurring the curse of dimension. However, all …

Random test functions, $H^{-1}$ norm equivalence, and stochastic variational physics-informed neural networks

2026-05-05 · Diego Marcondes arxiv

The dual norm characterisation of weak solutions of second-order linear elliptic partial differential equations is mathematically natural but computationally intractable: evaluating the $H^{-1}$ norm of the residual requ…

Interpolating between BSDEs and PINNs: deep learning for elliptic and parabolic boundary value problems

2021-12-07 · Nikolas Nüsken, Lorenz Richter

Solving high-dimensional partial differential equations is a recurrent challenge in economics, science and engineering. In recent years, a great number of computational approaches have been developed, most of them relyin…

FlashPDE: A Drop-In Fused Triton Operator Library for Neural PDE Solvers

2026-07-20 · Peiyu Zang, Bosen Xie, Ruoxiang Xu, Yongqiang Cai arxiv

Physics-Informed Neural Networks (PINNs) solve PDEs by incorporating physical constraints into neural-network training, but large-scale problems are limited by automatic-differentiation memory overhead and inefficient ex…