Pith. sign in

REVIEW 4 major objections 6 minor 54 references

An Iterative Deep Ritz Method for Monotone Elliptic Problems

T0 review · 4 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read IDRM, an iterative deep Ritz method, converges to the unique weak solution of monotone elliptic problems—non-symmetric ones included—with exponential or algebraic preasymptotic rates and a learning error controllable by network size and…

desk verdict A genuinely new iterative deep Ritz method for monotone non-symmetric elliptic problems, with a serious convergence analysis that is conditional on an unproven boundedness assumption and a step-size rule that the experiments do not implement. read the letter →

arxiv 2501.15186 v1 pith:W5OVWD2J submitted 2025-01-25 math.NA cs.LGcs.NA

classification math.NAcs.LGcs.NA MSC 65N1265N3068T0747H05
keywords iterativedeepRitzmethodmonotoneellipticoperatorsneuralPDEsolversconvergenceanalysisBanachspacegeometrydualitymaplearningerrorp-Laplaceequation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces a neural-network solver, the iterative deep Ritz method (IDRM), for elliptic equations $A(u)=f$ whose operator is monotone but need not come from a variational principle. Rather than minimizing one global Ritz functional, IDRM solves a sequence of local convex surrogate problems, each built around the current approximation, so non-symmetric and low-regularity problems are within reach. The paper aims to prove that—provided the iterates stay bounded—the method converges to the unique weak solution, with exponential error decay when the underlying space is Hilbert ($p=\rho=2$) and algebraic decay in the Banach case, down to a level set by the learning error. It also proves the learning error can be driven to zero by wider networks and more sampling points. This matters because standard deep Ritz needs a symmetric operator and PINN needs strong solutions, while IDRM claims neither.

What carries the argument

The load-bearing construction is the local surrogate loss $L_k(u)=\Phi_\mu[\lambda_k(u-u_k)]+\langle\lambda_k(u-u_k),A(u_k)-f\rangle$, where $\Phi_\mu(u)=\int_0^1\langle u,A(tu)\rangle\,dt+\mu\|u\|_X^2$. This functional is locally convex inside the ball $V_\mu=\{u:\|u\|_X\le 3\mu(p-1)/(2N)\}$, so each inner step has a unique minimizer $v_{k+1}$, and the dual potential $\Phi_\mu^*$ makes $D\Phi_\mu^*$ act as an approximate inverse of $A$. The proof chains the Bregman-distance lower bound from local strong convexity, norm equivalence via $\Phi_\mu^*$, and the recursion $\Phi_\mu^*(p_{k+1})\le c_r\varepsilon+\Phi_\mu^*(p_k)-c_p\Phi_\mu^*(p_k)^\beta$, from which the exponential and algebraic rates follow.

What would settle it

Compute the dual-potential sequence $\Phi_\mu^*(f-A(u_k))$ during an IDRM run on a monotone problem with a known solution. Theorem 4.1 predicts this sequence decreases monotonically until it reaches the threshold $\Delta_c$; a single step with bounded iterates where $\Phi_\mu^*(p_{k+1})>\Phi_\mu^*(p_k)$ while $-L_k(v_{k+1})>\Delta_c$ would falsify the central convergence claim.

Watch

Extended reading notes

Core claim

The central claim is Theorem 4.1: under Assumptions 2.1 and 4.1, the IDRM iterates $u_k$ generated by Algorithm 1, with step size $\lambda_k = c_s \Phi_\mu^*(f-A(u_k))^\alpha$, converge to the unique solution $u^*$ of the monotone elliptic problem (2.1). In the Hilbert case $p=\rho=2$ the error decays as $\|u_k-u^*\|_X \le (\eta q)^k \|u_0-u^*\|_X$; in the Banach case with $0<p(p-1)-(\rho-1)^2<1$ it decays algebraically as $\|u_k-u^*\|_X \le C((1-\eta)k)^{-1/(\beta-1)}$. Theorem 4.2 shows the per-iteration learning error can be made arbitrarily small by choosing a sufficiently wide tanh network and sufficiently many sampling points. Together these results assert that a neural PDE solver for monotone, possibly non-symmetric elliptic operators can converge without a global Ritz potential and without high solution regularity.

Load-bearing premise

The proof assumes the iterates $u_k$ always stay inside one fixed ball in the Sobolev space $W^{1,p}(\Omega)$, a boundedness condition stated as Assumption 4.1 without proof or numerical check and on which every local convexity constant and decay estimate depends.

Editorial extensions

If this is right

  • IDRM extends deep Ritz methods to non-symmetric monotone problems such as convection-dominated advection-diffusion, p-Laplace, and steady Navier-Stokes equations.
  • Because only first weak derivatives enter the surrogate loss, the method can approximate solutions in $W^{1,p}(\Omega)$ that strong-form solvers such as PINN cannot handle at the population level.
  • The convergence is preasymptotic: exponential in the Hilbert case and algebraic in the Banach case, with a precision floor set by the learning error.
  • The learning error can be made arbitrarily small by increasing DNN width (with logarithmic depth) and the number of sampling points, so total error is controlled by network and sampling capacity.
  • Each inner problem is convex in the function $u$, which makes the local minimization better conditioned than the non-convex global Ritz or adversarial losses.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper states the step-size rule $\lambda_k=c_s\Phi_\mu^*(f-A(u_k))^\alpha$ in the theorem, but the numerical experiments fix $\lambda_0=1$ and often take $\mu=0$; testing the proven rule against the hand-tuned version would show how much of the observed accuracy is due to the scheduled step size.
  • The learning-error analysis leaves the inner-loop optimization error inside $\epsilon_M$; separating optimization error from approximation and sampling error is a natural next step.
  • Assumption 4.1 might be provable from the surrogate construction itself: a contraction-type estimate on each step would turn the assumed uniform boundedness into a theorem.
  • The method's preconditioning interpretation—that $D\Phi_\mu^*$ approximates $A^{-1}$—suggests IDRM could be compared quantitatively with classical fixed-point and preconditioned residual iterations on the same monotone problems.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The manuscript introduces IDRM, an iterative neural-network solver for monotone elliptic problems A(u)=f on W^{1,p}(Ω), 1<p≤2 (and via Corollary 6.1 for p>2 in a special case). Each outer iteration k defines a local surrogate loss L_k(u)=Φ_μ[λ_k(u-u_k)]+⟨λ_k(u-u_k),A(u_k)-f⟩, where Φ_μ is a convexified potential with penalty μ, and minimizes it (inexactly) over a DNN class. The main result (Theorem 4.1) states that, under Assumptions 2.1 and 4.1 (uniform boundedness of iterates), the dual potential Φ*_μ(f-A(u_k)) decreases monotonically and the error decays exponentially (p=ρ=2) or algebraically, with rates depending on the learning error ϵ_M. Theorem 4.2 bounds the expected learning error in terms of DNN width, depth, and sample size. Numerical experiments on a 10D convection-diffusion problem, p-Laplace problems (p=2.5 and p=1.5), a parabolic problem, and 3D Navier-Stokes show IDRM outperforming PINN and WAN.

Significance. If the hypotheses can be established, IDRM is a significant addition to neural PDE solvers: it handles non-symmetric monotone operators without a global Ritz potential, requires only weak solutions, and avoids the saddle-point instability of WAN. The theoretical framework relying on Bregman distances and dual potentials is original, and the error analysis using Rademacher complexity is nontrivial. The numerical results are promising, but the current gap between the analyzed and implemented algorithms, and the unverified boundedness assumption, prevent the paper from fully supporting its advertised convergence guarantee.

major comments (4)
  1. [Section 4, Assumption 4.1] Assumption 4.1 is not proved and not verified numerically. It is load-bearing: Lemma 6.1's constants, Lemma 6.2's norm equivalences, and the recurrence (6.17) all require a common radius R bounding every iterate. Algorithm 1 does not enforce such a bound; even if line 5 is read as constrained minimization over u_k+V_μ, the radius of V_μ is fixed, so ∥u_k∥_X can grow linearly in k. Section 5 reports only relative L^2 errors and never reports ∥u_k∥_{W^{1,p}}, so the assumption is unchecked for all examples. Please either prove the bound for a modified algorithm or check it empirically and state Theorem 4.1 as conditional.
  2. [Section 6.1, Eq. (6.13)] The proof of the bound ∥u_{k+1}-v_{k+1}∥_X ≤ λ_k^{-1}ρ^{1/ρ}ϵ_M^{1/ρ} requires the Bregman-distance inequality (6.8) for the pair (λ_k(u_{k+1}-u_k), λ_k(v_{k+1}-u_k)). However, (6.8) is proved only for arguments in V_μ (Proposition 6.3). The second argument is in V_μ by definition of v_{k+1}, but the first need not be, because condition (3.6) in Algorithm 1 does not require u_{k+1}∈u_k+V_μ; it only bounds L_k(u_{k+1}) by the minimum over u_k+V_μ plus ϵ_M. Please add the constraint u_{k+1}∈u_k+V_μ to Algorithm 1 or supply an argument that the inexact minimizer automatically lies in the ball.
  3. [Theorem 4.1 vs. Section 5] The step-size schedule analyzed in Theorem 4.1, λ_k=c_sΦ*_μ(f-A(u_k))^α, is not used in the numerical experiments. Remark 4.1 asserts computability but gives no implementable procedure for evaluating the dual potential (a maximization over V_μ). Section 5 fixes λ_0=1 and, in Examples 5.1, 5.2(i), 5.3, and 5.4, sets μ=0; no λ_k update is performed. Thus the numerical results in Section 5 concern a different iteration than the one for which convergence is proved. The authors should either implement and report the theoretical schedule (or a justified approximation) or analyze the heuristic schedule actually used.
  4. [Theorems 4.1 and 4.2, ϵ_M] Theorem 4.2 bounds the expected learning error EX,T[ϵ_M], while Theorem 4.1 treats ϵ_M as a deterministic constant in the recurrence (6.17). To combine the two results—for instance, to conclude that IDRM attains a prescribed accuracy with high probability—a high-probability version of Theorem 4.2 (or a concentration argument) is needed. The manuscript does not provide this link. Please clarify whether Theorem 4.2 is intended as input to Theorem 4.1 and, if so, add the missing probabilistic transfer.
minor comments (6)
  1. [Section 3.2] The phrase 'we start the training afresh, using the DNN parameter from the last loop to warm-start the current optimization process' is contradictory; 'afresh' should be replaced (e.g., 'we start each training from the previous loop's parameters').
  2. [References] Reference [45] has garbled author names ('C. ronstein, Michael M. ad Lemieux'); please correct the citation to the actual authors of the message-passing Monte Carlo paper.
  3. [Example 5.2(ii)] The finite-difference smoothing parameter δ=0.01 is introduced to handle the singularity of the p-Laplace duality product, but no sensitivity study or convergence test with respect to δ is reported; the accuracy claim depends on this ad-hoc parameter.
  4. [Tables 2 and 3] The comparisons report single runs without standard deviations or multiple random seeds; given the stochastic nature of ADAM training, the claimed accuracy improvements over PINN and WAN should be supported by repeated trials.
  5. [Algorithm 1, line 8] The stopping criterion 'while −L_k(u_{k+1}) ≤ ϵ_tol' is unclear; since L_k can be negative and changes with k, please specify how this relates to the thresholds k* and k** in Theorem 4.1.
  6. [Section 6.1, Step 4] Several displayed equations in the proof have broken exponents and missing superscripts (e.g., the line containing 'Φ∗ µ(pk)− αp(p−1) ρ−1 ϵ...'), making the argument hard to follow; please typeset the exponents correctly.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the convergence analysis is a conditional a priori Lyapunov argument, and the main gaps are unproved boundedness and an analyzed-versus-implemented step-size mismatch rather than circular reductions.

full rationale

The paper's central claim is Theorem 4.1, which states that under Assumptions 2.1 and 4.1 the IDRM iterates converge to the unique solution u* with a preasymptotic rate. The proof is a self-contained Lyapunov argument: Lemma 6.1 derives local uniform monotonicity and continuity of Dmu from Assumption 2.1; Proposition 6.3 gives a unique local minimizer; Lemma 6.2 proves two-sided bounds between ||u-u*||_X and the dual potential Phi*_mu(A(u)-f); and the recurrence (6.17) is obtained algebraically from these bounds, the inexact update inequality, the learning-error tolerance, and the chosen lambda_k schedule. No constant in the theorem is fitted to numerical data, and no benchmark error is used as an input to the derivation. The step-size identity (4.1), while superficially self-referential because lambda_k appears in L_k and also in the proposed formula through v_{k+1}, is resolved inside the paper: -L_k(v_{k+1}) = Phi*_mu(f-A(u_k)), which is independent of lambda_k. Thus this is not a definitional circle.

Assumptions & free parameters 4 free parameters · 5 assumptions · 0 invented entities

The central claim rests on the abstract elliptic-operator assumptions (Assumption 2.1) and on an unproven boundedness of the iterates (Assumption 4.1). The learning error bound assumes a global empirical minimizer, which the training heuristics do not guarantee. No new physical entities are introduced.

free parameters (4)
  • convexity penalty μ = 0, 0.01, 2 (per example)
    Chosen by hand for each experiment; controls the local convexity neighborhood Vμ in (3.4) and the convergence constants; no automatic selection rule is given.
  • initial step size λ0 = 1 in all experiments
    Set to 1; the theoretical schedule λk = cs Φ*_μ(f - A(uk))^α from Theorem 4.1 is not described in the experiments.
  • finite-difference smoothing δ (Example 5.2(ii)) = 0.01
    Used to approximate the singular duality product for p=1.5; the effect on accuracy is not analyzed.
  • boundary penalty continuation parameters (Example 5.4) = σ1=10, ρ=1.5
    Hand-tuned path-following schedule for Navier-Stokes; not covered by the convergence theory.
assumptions (5)
  • domain assumption Assumption 2.1: A is continuous, Gateaux differentiable, satisfies (2.2), coercive, locally uniformly monotone, and the asymmetric part is Lipschitz
    Defines the class of elliptic operators. Verified for linear elliptic, p-Laplace, and Navier-Stokes in Examples 2.1-2.3, but not for the parabolic example 5.3.
  • ad hoc to paper Assumption 4.1: the iterates {uk} are uniformly bounded in X
    This boundedness is assumed without proof and is used throughout the convergence analysis (e.g., Lemma 6.1 and recurrence (6.17)). It is a load-bearing premise that is not established for the algorithm.
  • domain assumption Assumption 4.2: Nemytskii growth on a_m and L∞ boundedness of sources
    Used in the statistical error bound (Proposition 6.5) to control the loss integrands; reasonable for the examples.
  • domain assumption The DNN class N is contained in X = W^{1,p}(Ω) and the loss is differentiable in the DNN parameters
    Requires tanh activation (excludes ReLU) and ensures the empirical minimization is well-defined, as stated in Section 3.2.
  • ad hoc to paper The empirical loss bLk is globally minimized over N (or the tolerance ϵM accounts for the optimization gap)
    Theorem 4.2 bounds the learning error for the empirical minimizer, but the training uses ADAM which is not guaranteed to reach a global minimum; the optimization error is not analyzed.

how reviews work

0 comments
Cite this review

Pith. "Pith review of An Iterative Deep Ritz Method for Monotone Elliptic Problems." pith.science (2026). https://pith.science/paper/W5OVWD2J

@misc{pith2026250115186,
  author       = {Pith},
  title        = {Pith review of: An Iterative Deep Ritz Method for Monotone Elliptic Problems},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/W5OVWD2J}},
  note         = {Machine review of arXiv:2501.15186}
}
read the original abstract

In this work, we present a novel iterative deep Ritz method (IDRM) for solving a general class of elliptic problems. It is inspired by the iterative procedure for minimizing the loss during the training of the neural network, but at each step encodes the geometry of the underlying function space and incorporates a convex penalty to enhance the performance of the algorithm. The algorithm is applicable to elliptic problems involving a monotone operator (not necessarily of variational form) and does not impose any stringent regularity assumption on the solution. It improves several existing neural PDE solvers, e.g., physics informed neural network and deep Ritz method, in terms of the accuracy for the concerned class of elliptic problems. Further, we establish a convergence rate for the method using tools from geometry of Banach spaces and theory of monotone operators, and also analyze the learning error. To illustrate the effectiveness of the method, we present several challenging examples, including a comparative study with existing techniques.

Figures

Figures reproduced from arXiv: 2501.15186 by the authors.

Figure 1
Figure 1. The DNN approximations for Example 5.1, slices at xi = 1 2 (i = 3, 4, · · · , 10). (top: IDRM, middle: WAN, bottom: PINN) To shed further insights, we show in [PITH_FULL_IMAGE:figures/full_fig_p013_1.png] view at source ↗
Figure 2
Figure 2. The training dynamics of IDRM for Example [PITH_FULL_IMAGE:figures/full_fig_p014_2.png] view at source ↗
Figure 3
Figure 3. The DNN approximation for Example 5.2(i), slices at xi = 1 2 (i = 3, 4, · · · , 10). 0 500 1000 1500 2000 i 0 1 2 3 4 5 6 loss 0 500 1000 1500 2000 i 0.1 0.2 0.3 0.4 0.5 0.6 0.7 error (a) L k σ vs i (b) e vs i [PITH_FULL_IMAGE:figures/full_fig_p015_3.png] view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: The training dynamics of IDRM for Example [PITH_FULL_IMAGE:figures/full_fig_p015_4.png]
Figure 5
Figure 5. Figure 5: The DNN approximations for Example 5.2(ii), slices at xi = 1 2 (i = 3, 4, · · · , 10) (top: IDRM, middle: WAN, bottom: PINN). 0 500 1000 1500 2000 2500 3000 i 0 2 4 6 8 10 12 loss 0 500 1000 1500 2000 2500 3000 i 0.1 0.2 0.3 0.4 0.5 0.6 error (a) L k σ vs i (b) e vs i …
Figure 6
Figure 6. Figure 6: The training dynamics of IDRM for Example [PITH_FULL_IMAGE:figures/full_fig_p016_6.png]
Figure 7
Figure 7. Figure 7: The DNN approximation for Example 5.3, slices at xi = 1 2 (i = 3, 4, · · · , 10), at t = 0.3. 0 0.1 0.2 0.3 0.4 0.5 t 0 1 2 3 4 5 6 7 8 error 10-3 0 0.1 0.2 0.3 0.4 0.5 t 2.46 2.48 2.5 2.52 2.54 2.56 2.58 2.6 Function value exact predict (a) e vs t (b) e0 vs t [PITH_F…
Figure 8
Figure 8. Figure 8: (a) The evolution of the relative error eidrm, (b) the variation of the exact and predicted function values at x = (1/2, 1/2, 1/2, · · · , 1/2). The last example is about the three-dimensional Navier-Stokes problem. 17 [PITH_FULL_IMAGE:figures/full_fig_p017_8.png]
Figure 9
Figure 9. Figure 9: with a relative error eidrm = (2.85e-2, 2.76e-2, 1.90e-2)⊤ for the three components, indicating the good accuracy of the DNN approximation. -0.2 -0.1 0 0.1 0.2 0.3 0.4 0.5 0.6 -0.1 0 0.1 0.2 0.3 0.4 0.5 0.6 0 0.005 0.01 0.015 -0.6 -0.5 -0.4 -0.3 -0.2 -0.1 0 0.1 -0.6 -0…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

54 extracted references · 51 canonical work pages

  1. [1]

    E. L. Allgower and K. Georg. Introduction to Numerical Continuation Methods. SIAM, Philadelphia, PA, 2003

  2. [2]

    Anthony and P

    M. Anthony and P. L. Bartlett. Neural Network Learning: Theoretical Foundations . Cambridge University Press, Cambridge, New York, 1999. 28

  3. [3]

    J. W. Barrett and W. B. Liu. Finite element approximation of the p-Laplacian. Math. Comp. , 61(204):523–537, 1993

  4. [4]

    P. L. Bartlett and S. Mendelson. Rademacher and Gaussian complexities: Risk bounds and struc- tural results. J. Mach. Learn. Res. , 3:463–482, 2002

  5. [5]

    A. G. Baydin, B. A. Pearlmutter, A. A. Radul, and J. M. Siskind. Automatic differentiation in machine learning: a survey. J. Mach. Learn. Res. , 18:5595–5637, 2017

  6. [6]

    C. Beck, M. Hutzenthaler, A. Jentzen, and B. Kuckuck. An overview on deep learning-based approx- imation methods for partial differential equations. Discrete Contin. Dyn. Syst. Ser. B , 28(6):3697– 3746, 2023

  7. [7]

    Becker, A

    S. Becker, A. Jentzen, M. S. M¨ uller, and P. von Wurstemberger. Learning the random variables in Monte Carlo simulations with stochastic gradient descent: machine learning for parametric PDEs and financial derivative pricing. Math. Finance, 34(1):90–150, 2024

  8. [8]

    Bertoluzza, E

    S. Bertoluzza, E. Burman, and C. He. W AN discretization of PDEs: best approximation, stabiliza- tion, and essential boundary conditions. SIAM J. Sci. Comput. , 46(6):C688–C715, 2024

Show all 54 references
  1. [9]

    Boyd and L

    S. Boyd and L. Vandenberghe. Convex Optimization. Cambridge University Press, New York, 2004

  2. [10]

    L. Bregman. The relaxation method of finding the common point of convex sets and its application to the solution of problems in convex programming. USSR Comput. Math. Math. Phys. , 7(3):200–217, 1967

  3. [11]

    R. H. Byrd, P. Lu, J. Nocedal, and C. Y. Zhu. A limited memory algorithm for bound constrained optimization. SIAM J. Sci. Comput. , 16(5):1190–1208, 1995

  4. [12]

    Z. Cai, J. Chen, and M. Liu. Least-squares ReLU neural network (LSNN) method for linear advection-reaction equation. J. Comput. Phys. , 443:110514, 17, 2021

  5. [13]

    S.-S. Chow. Finite element error estimates for nonlinear elliptic equations of monotone type. Numer. Math., 54(4):373–393, 1989

  6. [14]

    Cuomo, V

    S. Cuomo, V. Schiano Di Cola, F. Giampaolo, G. Rozza, M. Raissi, and F. Piccialli. Scientific machine learning through physics-informed neural networks: where we are and what’s next. J. Sci. Comput., 92(3):88, 62, 2022

  7. [15]

    De Ryck and S

    T. De Ryck and S. Mishra. Numerical analysis of physics-informed neural networks and related models in physics-informed machine learning. Acta Numer., 33:633–713, 2024

  8. [16]

    W. E, J. Han, and A. Jentzen. Algorithms for solving high dimensional PDEs: from nonlinear Monte Carlo to machine learning. Nonlinearity, 35:278–310, 2022

  9. [17]

    W. E and B. Yu. The deep Ritz method: a deep learning-based numerical algorithm for solving variational problems. Commun. Math. Stat. , 6:1–12, 2018

  10. [18]

    Feistauer and A

    M. Feistauer and A. ˇZen ´ ıˇ sek. Finite element solution of nonlinear elliptic problems.Numer. Math., 50:451–475, 1986

  11. [19]

    J. P. Garc ´ ıa Azorero and I. Peral Alonso. Existence and nonuniqueness for thep-Laplacian: nonlinear eigenvalues. Comm. Partial Differential Equations , 12(12):1389–1430, 1987

  12. [20]

    Guhring and M

    I. Guhring and M. Raslan. Approximation rates for neural networks with encodable weights in smoothness spaces. Neural Networks, 134:107–130, 2021

  13. [21]

    T. Hu, B. Jin, and Z. Zhou. Solving elliptic problems with singular sources using singularity splitting deep Ritz method. SIAM J. Sci. Comput. , 45(4):A2043–A2074, 2023

  14. [22]

    T. Hu, B. Jin, and Z. Zhou. Solving Poisson problems in polygonal domains with singularity enriched physics informed neural networks. SIAM J. Sci. Comput. , 46(4):C369–C398, 2024

  15. [23]

    T. J. R. Hughes and L. P. Franca. A new finite element formulation for computational fluid dynamics. VII. The Stokes problem with various well-posed boundary conditions: symmetric formulations that converge for all velocity/pressure spaces. Comput. Methods Appl. Mech. Engrg. ,...

  16. [24]

    Huo and H

    X. Huo and H. Liu. Inf-sup neural networks for high-dimensional elliptic PDE problems. J. Comput. Phys., 514:113188, 19, 2024

  17. [25]

    Y. Jiao, Y. Lai, D. Li, X. Lu, F. Wang, Y. Wang, and J. Z. Yang. A rate of convergence of physics informed neural networks for the linear second order elliptic PDEs. Commun. Comput. Phys. , 31(4):1272–1295, 2022

  18. [26]

    Y. Jiao, Y. Lai, Y. Lo, Y. Wang, and Y. Yang. Error analysis of deep Ritz methods for elliptic equations. Anal. Appl., 22:57–87, 2024

  19. [27]

    B. Jin, X. Li, and X. Lu. Imaging conductivity from current density magnitude using neural networks. Inverse Problems, 38(7):075003, 36, 2022

  20. [28]

    Jnini, F

    A. Jnini, F. Vella, and M. Zeinhofer. Gauss-Newton natural gradient descent for physics-informed computational fluid dynamics. preprint, arXiv:2402.10680, 2024

  21. [29]

    V. John. Finite Element Methods for Incompressible Flow Problems . Springer Cham, 2016

  22. [30]

    G. E. Karniadakis, I. G. Kevrekidis, L. Lu, P. Perdikaris, S. Wang, and L. Yang. Physics-informed machine learning. Nat. Rev. Phys. , 3(6):422–440, 2021

  23. [31]

    D. P. Kingma and J. Ba. Adam: A method for stochastic optimization. In 3rd International Conference for Learning Representations, San Diego, 2015

  24. [32]

    Krishnapriyan, A

    A. Krishnapriyan, A. Gholami, S. Zhe, R. Kirby, and M. W. Mahoney. Characterizing possible failure modes in physics-informed neural networks. In Advances in Neural Information Processing Systems 34 , pages 26548–26560, 2021

  25. [33]

    Lakkis and T

    O. Lakkis and T. Pryer. A finite element method for nonlinear elliptic problems. SIAM J. Sci. Comput., 35(4):A2025–A2045, 2013

  26. [34]

    Lindqvist

    P. Lindqvist. Notes on the Stationary p-Laplace Equation. Springer, Cham, 2019

  27. [35]

    L. Lu, X. Meng, Z. Mao, and G. E. Karniadakis. Deepxde: A deep learning library for solving differential equations. SIAM Rev. , 63(1):208–228, 2021

  28. [36]

    Y. Lu, H. Chen, J. Lu, L. Ying, and J. Blanchet. Machine learning for elliptic PDEs: Fast rate generalization bound, neural scaling law and minimax optimality. In International Conference on Learning Representations, 2022

  29. [37]

    Masud and R

    A. Masud and R. Khurram. A multiscale/stabilized finite element method for the advection–diffusion equation. Comput. Methods Appl. Mech. Eng. , 193:1997–2018, 2004

  30. [38]

    Mishra and R

    S. Mishra and R. Molinaro. Estimates on the generalization error of physics-informed neural net- works for approximating PDEs. IMA J. Numer. Anal. , 43(1):1–43, 2023

  31. [39]

    M¨ uller and M

    J. M¨ uller and M. Zeinhofer. Notes on exact boundary values in residual minimisation. In Mathe- matical and Scientific Machine Learning , pages 231–240, 2022

  32. [40]

    M¨ uller and M

    J. M¨ uller and M. Zeinhofer. Achieving high accuracy with PINNs via energy natural gradient descent. In Proceedings of the 40th International Conference on Machine Learning, PMLR , volume 202, pages 25471–25485, 2023

  33. [41]

    Raissi, P

    M. Raissi, P. Perdikaris, and G. E. Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. J. Comput. Phys. , 378:686–707, 2019

  34. [42]

    J. A. Rivera, J. M. Taylor, A. J. Omella, and D. Pardo. On quadrature rules for solving partial differential equations using neural networks. Comput. Methods Appl. Mech. Engrg. , 393:114710, 2022

  35. [43]

    Rockafellar

    R. Rockafellar. Characterization of the subdifferentials of convex functions.Pac. J. Math., 17(3):497– 510, 1966

  36. [44]

    T. Roubiek. Nonlinear Partial Differential Equations with Applications . Birkhauser, Basel, 2013. 30

  37. [45]

    T. K. Rusch, N. Kirk, C. ronstein, Michael M. ad Lemieux, and D. Rus. Message-passing Monte Carlo: Generating low-discrepancy point sets via graph neural networks. Proc. Nat. Acad. Sci. USA, 121(40):e2409913121, 2024

  38. [46]

    Y. Shin, J. Darbon, and G. E. Karniadakis. On the convergence of physics informed neural networks for linear second-order elliptic and parabolic type PDEs.Commun. Comput. Phys., 28(5):2042–2074, 2020

  39. [47]

    J. W. Siegel, Q. Hong, X. Jin, W. Hao, and J. Xu. Greedy training algorithms for neural networks and applications to PDEs. J. Comput. Phys. , 484:112084, 27, 2023

  40. [48]

    Sirignano and K

    J. Sirignano and K. Spiliopoulos. DGM: A deep learning algorithm for solving partial differential equations. J. Comput. Phys. , 375:1339–1364, 2018

  41. [49]

    D. N. Tanyu, J. Ning, T. Freudenberg, N. Heilenk¨ otter, A. Rademacher, U. Iben, and P. Maass. Deep learning methods for partial differential equations and related parameter identification problems. Inverse Problems, 39(10):103001, 75, 2023

  42. [50]

    Uriarte, D

    C. Uriarte, D. Pardo, I. Muga, and J. Mu˜ noz Matute. A deep double Ritz method (D 2RM) for solving partial differential equations using neural networks. Comput. Methods Appl. Mech. Engrg. , 405:115892, 2023

  43. [51]

    G. N. Wells. Analysis of an interface stabilized finite element method: the advection-diffusion- reaction equation. SIAM J. Numer. Anal. , 49(1):87–109, 2011

  44. [52]

    H.-K. Xu. Inequalities in Banach spaces with applications. Nonlinear Anal., 16:1127–1138, 1991

  45. [53]

    Y. Zang, G. Bao, X. Ye, and H. Zhou. Weak adversarial networks for high-dimensional partial differential equations. J. Comput. Phys. , 411:109409, 2020

  46. [54]

    Zeinhofer, R

    M. Zeinhofer, R. Masri, and K.-A. Mardal. Unified framework for the error analysis of physics- informed neural networks. IMA J. Numer. Anal. , page in press, 2024. 31

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.