paper-with-me

홈 › Papers

Randomized Sparse Neural Galerkin Schemes for Solving Evolution Equations with Deep Networks

2023-10-07 · NeurIPS 2023 11 · Jules Berman, Benjamin Peherstorfer

Training neural networks sequentially in time to approximate solution fields of time-dependent partial differential equations can be beneficial for preserving causality and other physics properties; however, the sequential-in-time training is numerically challenging because training errors quickly accumulate and amplify over time. This work introduces Neural Galerkin schemes that update randomized sparse subsets of network parameters at each time step. The randomization avoids overfitting locally in time and so helps prevent the error from accumulating quickly over the sequential-in-time training, which is motivated by dropout that addresses a similar issue of overfitting due to neuron co-adaptation. The sparsity of the update reduces the computational costs of training without losing expressiveness because many of the network parameters are redundant locally at each time step. In numerical experiments with a wide range of evolution equations, the proposed scheme with randomized sparse updates is up to two orders of magnitude more accurate at a fixed computational budget and up to two orders of magnitude faster at a fixed accuracy than schemes with dense updates.

📄 PDF Abstract BibTeX arXiv:2310.04867

Code (2)

julesberman/rsng 공식 구현 jax
julesberman/colora jax

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Neural Galerkin Schemes with Active Learning for High-Dimensional Evolution Equations

2022-03-02 · Joan Bruna, Benjamin Peherstorfer, Eric Vanden-Eijnden

Deep neural networks have been shown to provide accurate function approximations in high dimensions. However, fitting network parameters requires informative training data that are often challenging to collect in science…

Active LearningVocal Bursts Intensity Prediction

MAD-NG: Meta-Auto-Decoder Neural Galerkin Method for Solving Parametric Partial Differential Equations

2025-12-25 · Qiuqi Li, Yiting Liu, Jin Zhao, Wencan Zhu arxiv

Parametric partial differential equations (PDEs) are fundamental for modeling a wide range of physical and engineering systems influenced by uncertain or varying parameters. Traditional neural network-based solvers, such…

Neural Galerkin Normalizing Flow for Transition Probability Density Functions of Diffusion Models

2026-03-19 · Riccardo Saporiti, Fabio Nobile arxiv

We propose a new Neural Galerkin Normalizing Flow framework to approximate the transition probability density function of a diffusion process by solving the corresponding Fokker-Planck equation with an atomic initial dis…

Bayesian Inference

Discontinuous Galerkin finite element operator network for solving non-smooth PDEs

2026-01-07 · Kapil Chawla, Youngjoon Hong, Jae Yong Lee, Sanghyun Lee arxiv

We introduce Discontinuous Galerkin Finite Element Operator Network (DG--FEONet), a data-free operator learning framework that combines the strengths of the discontinuous Galerkin (DG) method with neural networks to solv…

Filtered Neural Galerkin model reduction schemes for efficient propagation of initial condition uncertainties in digital twins

2025-11-01 · Zhiyang Ning, Benjamin Peherstorfer arxiv

Uncertainty quantification in digital twins is critical to enable reliable and credible predictions beyond available data. A key challenge is that ensemble-based approaches can become prohibitively expensive when embedde…