Pith. sign in

REVIEW 3 major objections 3 minor 69 references

DGenNO: A Novel Physics-aware Neural Operator for Solving Forward and Inverse PDE Problems based on Deep, Generative Probabilistic Modeling

T0 review · 3 major / 3 minor · reviewed 2026-08-08 · deepseek-v4-flash

Pith's one-line read DGenNO claims that forward and inverse PDE problems can be solved jointly from a single low-dimensional latent code that generates both the input field and the solution, with the governing equation's weak-form residuals as the only…

desk verdict The paper's real contribution is a workable physics-driven latent-variable operator for forward and inverse PDE problems; the discrete-inverse claim is plausible but rests on an unproven identifiability assumption. read the letter →

arxiv 2502.06250 v3 pith:SPATTQBT submitted 2025-02-10 cs.LG math-phmath.MP

classification cs.LGmath-phmath.MP
keywords PDE-basedforwardandinverseproblemsneuraloperatorsweightedresidualsgenerativemodelslatentvariablesmulti-phasemediauncertaintyquantification
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

DGenNO claims that one neural framework can solve both forward and inverse parametric PDE problems, including cases where the input is a discontinuous, discrete-valued field such as a two-phase permeability map, without any labeled input–output training pairs. The paper's idea is to learn a low-dimensional latent vector that generates both the coefficient field and the PDE solution, so predicting a solution and recovering a coefficient from sparse noisy observations become two sides of one inference problem. Training is supervised only by the physics itself: weak-form residuals built from compactly supported radial basis functions act as virtual observables that must equal zero, which removes the need to differentiate across discontinuities. Numerical experiments on Darcy flow, Burgers' equation, and Stokes flow report lower errors than physics-informed DeepONet baselines, and the method recovers piecewise-constant permeability fields from noisy pressure readings with high cross-correlation.

What carries the argument

The load-bearing object is the latent generator $\beta\in\mathbb{R}^{d_\beta}$ (128-dimensional for the two-phase Darcy problem, 64-dimensional elsewhere) with a uniform prior on the hypercube, paired with an amortized deterministic encoder $e_\phi(a)$ that maps a sampled input field to its code. Two decoders share that code: one reconstructs the input field (sigmoid output for binary phase fields, Gaussian output for continuous fields) and the other produces the solution $u_{\theta_u}(\beta)$. The architectural contribution is MultiONet, a generalization of DeepONet that averages weighted inner products of branch and trunk network outputs across multiple layers instead of using only the final layer, which the paper shows improves accuracy at equal parameter count. The physics enters through virtual observables: weak-form residuals $r_{w_j}(a,u)$ are computed with compactly supported radial basis functions as test functions and are forced to equal zero, so no derivative of a discontinuous coefficient ever appears. Training maximizes an evidence lower bound whose terms are the weighted residuals, the boundary conditions, and the input reconstruction, and the trained model answers a forward query by encoding $a$ and decoding $u$ and an inverse query by sampling the posterior over $\beta$ given sparse noisy observations and decoding $a$.

What would settle it

A concrete check: take two two-phase permeability fields that differ only by moving a small inclusion, run the trained encoder, and compare their codes; if the codes are nearly identical, the inverse posterior will concentrate on one point and the recovered field will be a hybrid that matches neither measurement set. The paper's capacity claim would also fail predictably if the number of phases or the fineness of inclusions is raised until the recovery cross-correlation Icorr drops sharply, revealing a saturation of what $d_\beta=128$ can represent.

Watch

Extended reading notes

Core claim

On the paper's own terms, the discovery is that a finite-dimensional latent generator $\beta$ can carry all the information needed to reproduce both the PDE input field $a$ and its solution $u$, and that this bidirectional map $a \leftarrow \beta \rightarrow u$ can be learned with the governing equations as the only supervision. Because the solution is determined by the input through the PDE, any $\beta$ that reconstructs $a$ well enough also encodes $u$; the paper therefore pairs a reconstruction decoder $p_{\theta_a}(a|\beta)$ with a degenerate Dirac solution decoder $p_{\theta_u}(u|\beta)=\delta(u-u_{\theta_u}(\beta))$ and trains the pair by maximizing a variational lower bound on the data likelihood in which physics enters through weighted residuals treated as virtual observations forced to zero. The inverse problem then stops being an optimization over a discontinuous function space: given noisy observations $u_{\mathrm{obs}}$, one samples the low-dimensional posterior over $\beta$ and pushes those samples through the input decoder, so discrete-valued fields are recovered without ever differentiating with respect to $a$. Experiments on two-phase Darcy flow, Burgers' equation, and Stokes flow around a cylinder support the claims that no labeled PDE data is needed and that accuracy under noise beats strong-form baselines, with the hardest case—recovering a piecewise-constant coefficient from 100 noisy pressure sensors—succeeding where PINN-style strong-form training fails.

Load-bearing premise

The whole scheme rests on one bet: a code of 64 or 128 numbers, produced by a single deterministic encoder, preserves every distinction between input fields that the physics cares about; if two genuinely different fields collapse to the same code, the forward map quietly agrees on them and the inverse step can never separate them, no matter how accurate the solution decoder is.

Editorial extensions

If this is right

  • Neural operator training no longer needs solved examples: sampling the coefficient field and enforcing weak-form residuals of the governing equation is enough supervision, which matters when reference solutions are expensive or impossible to obtain.
  • Inverse problems with discrete-valued coefficients become tractable, because inference runs in a smooth low-dimensional code space rather than on the discontinuous field itself; the paper's two-phase Darcy experiment recovers the permeability map with cross-correlation 0.92–0.95 at signal-to-noise ratios from 100 down to 20.
  • The claimed accuracy gains are largest precisely where strong-form collocation breaks down—piecewise-constant coefficients, flow around an obstacle, and out-of-distribution inputs—where the reported errors of the physics-informed DeepONet baselines are several times larger.
  • Because the model is probabilistic, forward and inverse predictions come with posterior standard deviations, giving users a quantified sense of confidence under sparse and noisy data.
  • The latent space doubles as a design space: linear interpolation between codes of two materials traces out physically valid intermediate coefficient–solution pairs, which the paper points to as a route toward inverse design of multi-phase materials.

Reading between the lines

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

  • A capacity check the paper does not run: raise the number of phases or shrink the inclusions and watch the recovery cross-correlation fall as the fixed code dimension saturates; the resulting Icorr-versus-$d_\beta$ curve would delimit when the uniform-prior latent space is the bottleneck rather than the residual formulation.
  • The posterior over $\beta$ given sparse observations could drive adaptive sensing: the observation locations that most reduce the entropy of $p(\beta|u_{\mathrm{obs}})$ would give a principled next-sensor rule, an experimental design step the paper never attempts.
  • If the bidirectional-code idea generalizes, one encoder could feed several solution decoders for different PDEs sharing the same input field—coupling, say, pressure and temperature in the same two-phase medium—a multi-physics extension the paper does not consider.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 3 minor

Summary. The paper proposes DGenNO, a physics-aware neural operator for parametric forward and inverse PDE problems. The method learns a finite-dimensional latent code β that generates both the coefficient/input field a and the PDE solution u through MultiONet decoders, with an amortized encoder eφ(a). Training maximizes a variational ELBO containing reconstruction, boundary, and weak-form weighted-residual terms (with CSRBFs as test functions), avoiding PDE-solution labels. For inverse problems, the trained decoder pθa(a|β) is combined with a posterior over β conditioned on solution observations and virtual residuals. Experiments cover Darcy flow with piecewise-constant coefficients, Burgers, Stokes around a cylinder, and Darcy inverse problems with discrete and continuous targets, comparing with PI-DeepONet, PI-MultiONet, PINN, and ParticleWNN. The paper also introduces MultiONet as a layer-averaged generalization of DeepONet, and provides a public code repository.

Significance. If the central claims hold, DGenNO addresses a real gap: learning solution operators without labeled input-output pairs, relaxing regularity demands through weak residuals, and enabling latent-space inversion for discontinuous/discrete-valued fields. The forward results are largely convincing, with DGenNO outperforming strong-form baselines on Darcy and Stokes and matching PI-MultiONet on Burgers; the authors candidly report the Burgers null result. The provided code and reproducible experimental setup are strengths. However, the inverse identifiability issue and the narrow inverse evidence mean that the headline discrete-valued inverse claim is not yet secured.

major comments (3)
  1. [Sec. 3.2, 3.4; Eqs. (13), (22)-(24)] The inverse problem for discrete-valued coefficient fields is a headline claim, but the paper does not establish that the latent code β separates such fields. The variational posterior qφ(β|a) is a Dirac delta at eφ(a), and the uniform prior on β supplies no grouping structure; the only pressure on eφ to separate coefficient fields comes indirectly from Frec,a and Fpde. Neither term enforces injectivity, a bi-Lipschitz condition, or even a controlled margin between encodings of distinct admissible fields. If two admissible piecewise-constant fields are encoded to nearby β, the posterior p(β|uobs, R̂M) in Eqs. (23)-(24) may concentrate on the wrong field even when the forward surrogate uθu is accurate. No experiment in Section 4.4 probes the near-collapse regime; the reported Icorr values only show that the method works on sampled targets far from that regime. This gap is load-bearing for the central claim, so it should be closed either by an identifiability/separation analysis of the encoder or by an explicit stress test that measures encoder discrimination and failure modes.
  2. [Sec. 4.4, Table 5] The discrete inverse experiment provides only point estimates for what appears to be a single target coefficient field. No standard deviation across target draws is reported, and the table does not state whether the same target was used for all SNR levels. Since the central claim is about recovering discrete-valued fields from sparse noisy observations, a single favorable draw without error bars is weak evidence. At minimum, report Icorr statistics over repeated target fields (e.g., 20-50 draws) along with examples from the lower end of the performance distribution. This connects directly to the identifiability concern: the test distribution should include fields whose encodings are close in β-space.
  3. [Sec. 5, final paragraph] The concluding remarks state that the use of inexpensive unlabeled data (i.e., just PDE inputs) is 'one final aspect that we have not explored,' which appears to contradict Section 4.1 and Section 4.2, where the training dataset consists of unlabeled input samples â(i) with no PDE solutions. This is more than a wording issue because it obscures what was actually demonstrated. If the intended distinction is additional unlabeled instances beyond the training fields already used, this should be stated and tested; otherwise the sentence should be corrected.
minor comments (3)
  1. [Algorithm 1] The labels of the E-step and M-step are reversed relative to the text in Section 3.3. The block that updates ϕ while θ is fixed is the E-step by the text's definition, and the block that updates θ while ϕ is fixed is the M-step, but the algorithm prints the opposite names.
  2. [Table 3 and Section 4.4] There are several small presentation errors: the in-distribution RMSE for PI-DeepONet is printed as '3.01−2' rather than '3.01e−2'; 'ParticlWNN' should be 'ParticleWNN'; and 'by sampling aGP' should read 'by sampling a GP'.
  3. [Section 4.4, PI-DeepONet baseline] The description of the adapted PI-DeepONet inverse baseline is ambiguous about precisely what is optimized. Clarify whether the baseline performs direct gradient descent on a with the trained forward operator and, if so, how the discrete-valued case is handled in the continuous-coefficient comparison.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: DGenNO's training objective is self-contained physics-plus-unlabeled-input fitting, and its forward/inverse predictions are evaluated against independently computed references.

full rationale

The claimed derivation chain is: encode unlabeled input fields a into beta via the amortized encoder q_phi(beta|a) (Eq. 13), decode to solutions u via u_theta_u(beta) (Eq. 10), and train the composite model by maximizing the ELBO (Eq. 15), whose only data-dependent terms are the input reconstruction F_rec,a (Eqs. 18-19), boundary term F_bc (Eq. 17), and physics residual term F_pde (Eq. 16). No term fits target PDE solutions or target coefficients from labeled input-output pairs; the physics residuals are computed from the predicted u_theta_u(e_phi(a)) and the supplied a, so the physics loss is not defined in terms of the prediction target. Forward test errors are measured against FEM/Chebfun reference solutions not used in training (Tables 2-4), and inverse recovery is scored against held-out ground-truth fields with I_corr/RMSE (Tables 5-6). The self-citations to [49], [50], and [52] supply methodological ingredients (virtual observables, CSRBF-weighted residuals, generative latent modeling) rather than proving the paper's performance claims, and those ingredients are implemented and benchmarked here; hence they are not load-bearing circularity. The main genuine risk is the unproven injectivity/identifiability of the degenerate encoder (Eq. 13) for discrete-valued fields, which could cause inverse recovery to fail even with a perfect forward surrogate; this is a correctness or robustness limitation, not a circular derivation, because it is not asserted by construction. Overall, no circular step was found.

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

The framework contributes a new training objective but rests on several numerical approximation choices (CSRBF radius, residual count, quadrature points) and modeling assumptions (degenerate densities, uniform latent prior, amortized encoder) that are not derived from first principles.

free parameters (7)
  • latent dimension dβ = 64 or 128
    Chosen per problem (Section 4.1: 128; Sections 4.2 and 4.3: 64). It controls the information bottleneck; no automatic selection criterion is given.
  • PDE residual weight λpde = 1 for Darcy and Burgers, 10 for Stokes, 1 for inverse problems
    Set per benchmark in Section 4; controls the strength of the virtual observable residuals.
  • reconstruction weight λrec = 0.25 (Darcy forward)
    Balances the input-field reconstruction term against physics residuals in the ELBO.
  • boundary/data likelihood weights λbc and λdata = 10 for Burgers initial condition, 2 for Stokes boundaries, 50 or 25 for inverse data
    Controls how strongly boundary conditions and observed data are enforced in the objective.
  • number of weighted residuals M = 300 (Darcy), 100 (Burgers), 256 (Stokes), 100 (inverse)
    Determines the number of CSRBF test functions sampling the PDE; larger M increases cost.
  • integration points per residual Nint = 25 (Darcy), 10 (Burgers), 32 (Stokes), 25 (inverse)
    Quadrature points for the weak-form integrals; chosen following ParticleWNN [52].
  • CSRBF support radius R = 10^-4
    Support radius of the compactly supported radial basis functions, chosen to balance quadrature accuracy and overlap.
assumptions (5)
  • domain assumption The parametric PDE is well-posed: for each admissible coefficient a, a unique solution u exists.
    Invoked in Section 3 when arguing that u is uniquely determined by a.
  • domain assumption A finite set of M localized weighted residuals with Nint quadrature points is an adequate surrogate for the PDE.
    Adopted from ParticleWNN [52]; no error estimates are provided in this paper.
  • ad hoc to paper The amortized encoder and degenerate variational posterior qφ(β|a)=δ(β-eφ(a)) capture the latent posterior well enough for forward and inverse tasks.
    Eq. (13); this strong approximation removes posterior uncertainty during training and yields point-mass forward predictions.
  • domain assumption The output density pθu(u|β)=δ(u-uθu(β)) and the Gaussian/Bernoulli likelihoods for residuals and inputs are appropriate.
    Eqs. (6)-(10); standard probabilistic modeling choices.
  • ad hoc to paper The uniform prior on β∈[-1,1]^dβ is sufficient; no learnable prior is needed.
    Section 3.2; a learnable prior is left to future work.

how reviews work

0 comments
Cite this review

Pith. "Pith review of DGenNO: A Novel Physics-aware Neural Operator for Solving Forward and Inverse PDE Problems based on Deep, Generative Probabilistic Modeling." pith.science (2026). https://pith.science/paper/SPATTQBT

@misc{pith2026250206250,
  author       = {Pith},
  title        = {Pith review of: DGenNO: A Novel Physics-aware Neural Operator for Solving Forward and Inverse PDE Problems based on Deep, Generative Probabilistic Modeling},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/SPATTQBT}},
  note         = {Machine review of arXiv:2502.06250}
}
read the original abstract

Solving parametric partial differential equations (PDEs) and associated PDE-based, inverse problems is a central task in engineering and physics, yet existing neural operator methods struggle with high-dimensional, discontinuous inputs and require large amounts of {\em labeled} training data. We propose the Deep Generative Neural Operator (DGenNO), a physics-aware framework that addresses these challenges by leveraging a deep, generative, probabilistic model in combination with a set of lower-dimensional, latent variables that simultaneously encode PDE-inputs and PDE-outputs. This formulation can make use of unlabeled data and significantly improves inverse problem-solving, particularly for discontinuous or discrete-valued input functions. DGenNO enforces physics constraints without labeled data by incorporating as virtual observables, weak-form residuals based on compactly supported radial basis functions (CSRBFs). These relax regularity constraints and eliminate higher-order derivatives from the objective function. We also introduce MultiONet, a novel neural operator architecture, which is a more expressive generalization of the popular DeepONet that significantly enhances the approximating power of the proposed model. These innovations make DGenNO particularly effective for challenging forward and inverse, PDE-based problems, such as those involving multi-phase media. Numerical experiments demonstrate that DGenNO achieves higher accuracy across multiple benchmarks while exhibiting robustness to noise and strong generalization to out-of-distribution cases. Its adaptability, and the ability to handle sparse, noisy data while providing probabilistic estimates, make DGenNO a powerful tool for scientific and engineering applications.

Figures

Figures reproduced from arXiv: 2502.06250 by the authors.

Figure 1
Figure 1. a) DeepONet architecture [25] vs. b) MultiONet architecture (proposed). [PITH_FULL_IMAGE:figures/full_fig_p008_1.png] view at source ↗
Figure 2
Figure 2. Probabilistic graphical model illustration for the DGenNO framework proposed. The [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. Indicative in-distribution test-case for the Darcy-flow equation. [PITH_FULL_IMAGE:figures/full_fig_p018_3.png] view at source ↗
Figures from the paper (11 more)
Figure 4
Figure 4. Figure 4: Indicative out-of-distribution test-case for the Darcy-flow equation. [PITH_FULL_IMAGE:figures/full_fig_p019_4.png]
Figure 5
Figure 5. Figure 5: For βt = tβ0 + (1 − t)β1, we predict the corresponding a (denoted as Gen. a˜ in the first column) and solution u (third column) using DGenNO. The second column depicts the true u obtained by FEM and the fourth the u predicted by PI-DeepONet. The RMSEs (from top to bott…
Figure 6
Figure 6. Figure 6: Predicted solution profiles of the Burgers’ equation at [PITH_FULL_IMAGE:figures/full_fig_p022_6.png]
Figure 7
Figure 7. Figure 7: Predicted solution profiles of the Burgers’ equation at [PITH_FULL_IMAGE:figures/full_fig_p023_7.png]
Figure 8
Figure 8. Figure 8: Performance of each method on a representative test case for Burgers’ equation: (a) [PITH_FULL_IMAGE:figures/full_fig_p024_8.png]
Figure 9
Figure 9. Figure 9: The problem domain for the Stokes equation (27) and the FEM mesh used for obtaining [PITH_FULL_IMAGE:figures/full_fig_p025_9.png]
Figure 10
Figure 10. Figure 10: Indicative in-distribution test-case for the Stokes equation. [PITH_FULL_IMAGE:figures/full_fig_p026_10.png]
Figure 11
Figure 11. Figure 11: Indicative out-of-distribution test-case for the Stokes equation. [PITH_FULL_IMAGE:figures/full_fig_p027_11.png]
Figure 12
Figure 12. Figure 12: The performance of the DGenNO method, the PINN method, and the ParticleWNN [PITH_FULL_IMAGE:figures/full_fig_p029_12.png]
Figure 13
Figure 13. Figure 13: The performance of the DGenNO method, the PINN method, the ParticleWNN method, [PITH_FULL_IMAGE:figures/full_fig_p031_13.png]
Figure 14
Figure 14. Figure 14: The performance of DGenNO in solving a nonlinear PDE and corresponding linear [PITH_FULL_IMAGE:figures/full_fig_p041_14.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

69 extracted references · 42 canonical work pages

  1. [1]

    G. K. Batchelor, An introduction to fluid dynamics, Cambridge university press, 2000

  2. [2]

    D. W. Hahn, M. N. ¨Ozisik, Heat conduction, John Wiley & Sons, 2012

  3. [3]

    D. S. Jones, The theory of electromagnetism, Elsevier, 2013

  4. [4]

    Meakin, Models for material failure and deformation, Science 252 (5003) (1991) 226–234

    P. Meakin, Models for material failure and deformation, Science 252 (5003) (1991) 226–234

  5. [5]

    Adler, D

    A. Adler, D. Holder, Electrical impedance tomography: methods, history and applications, CRC Press, 2021

  6. [6]

    C. Li, N. Duric, P. Littrup, L. Huang, In vivo breast sound-speed imaging with ultrasound tomography, Ultrasound in medicine & biology 35 (10) (2009) 1615–1628

  7. [7]

    V . C. Scholz, Y . Zang, P.-S. Koutsourelakis, Weak neural variational inference for solving bayesian inverse problems without forward models: applications in elastography, Computer Methods in Applied Mechanics and Engineering 433 (2025) 117493

  8. [8]

    D. A. Randall, R. A. Wood, S. Bony, R. Colman, T. Fichefet, J. Fyfe, V . Kattsov, A. Pitman, J. Shukla, J. Srinivasan, et al., Climate models and their evaluation, in: Climate change 2007: The physical science basis. Contribution of Working Group I to the Fourth Assessment Report of the IPCC (FAR), Cambridge University Press, 2007, pp. 589–662

Show all 69 references
  1. [9]

    Gholizadeh, A review of non-destructive testing methods of composite materials, Procedia structural integrity 1 (2016) 50–57

    S. Gholizadeh, A review of non-destructive testing methods of composite materials, Procedia structural integrity 1 (2016) 50–57

  2. [10]

    Zang, P.-S

    Y . Zang, P.-S. Koutsourelakis, Psp-gen: Stochastic inversion of the process-structure-property chain in materials design through deep, generative probabilistic modeling, Acta Materialia (2024) 120600

  3. [11]

    Raissi, P

    M. Raissi, P. Perdikaris, G. E. Karniadakis, Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations, Journal of Computational physics 378 (2019) 686–707

  4. [12]

    G. Pang, L. Lu, G. E. Karniadakis, fpinns: Fractional physics-informed neural networks, SIAM Journal on Scientific Computing 41 (4) (2019) A2603–A2626

  5. [13]

    X. Jin, S. Cai, H. Li, G. E. Karniadakis, Nsfnets (navier-stokes flow nets): Physics-informed neural networks for the incompressible navier-stokes equations, Journal of Computational Physics 426 (2021) 109951

  6. [14]

    H. Gao, L. Sun, J.-X. Wang, Phygeonet: Physics-informed geometry-adaptive convolutional neural networks for solving parameterized steady-state pdes on irregular domain, Journal of Computational Physics 428 (2021) 110079

  7. [15]

    Yu, et al., The deep ritz method: a deep learning-based numerical algorithm for solving variational problems, Communications in Mathematics and Statistics 6 (1) (2018) 1–12

    B. Yu, et al., The deep ritz method: a deep learning-based numerical algorithm for solving variational problems, Communications in Mathematics and Statistics 6 (1) (2018) 1–12

  8. [16]

    Y . Zang, G. Bao, X. Ye, H. Zhou, Weak adversarial networks for high-dimensional partial differential equations, Journal of Computational Physics 411 (2020) 109409

  9. [17]

    G. Bao, X. Ye, Y . Zang, H. Zhou, Numerical solution of inverse problems by weak adversarial networks, Inverse Problems 36 (11) (2020) 115003

  10. [18]

    Kharazmi, Z

    E. Kharazmi, Z. Zhang, G. E. Karniadakis, Variational physics-informed neural networks for solving partial differential equations, arXiv preprint arXiv:1912.00873 (2019)

  11. [19]

    Y . Zhu, N. Zabaras, P.-S. Koutsourelakis, P. Perdikaris, Physics-constrained deep learning for high-dimensional surrogate modeling and uncertainty quantification without labeled data, Jour- nal of Computational Physics 394 (2019) 56–81. doi:10.1016/j.jcp.2019.05.024. URL http...

  12. [20]

    J. Han, A. Jentzen, W. E, Solving high-dimensional partial differential equations using deep learning, Proceedings of the National Academy of Sciences 115 (34) (2018) 8505–8510

  13. [21]

    Sirignano, K

    J. Sirignano, K. Spiliopoulos, Dgm: A deep learning algorithm for solving partial differential equations, Journal of computational physics 375 (2018) 1339–1364

  14. [22]

    G.-J. Both, S. Choudhury, P. Sens, R. Kusters, Deepmod: Deep learning for model discovery in noisy data, Journal of Computational Physics 428 (2021) 109985. 33

  15. [23]

    H. Yan, J. Du, V . Y . Tan, J. Feng, On robustness of neural ordinary differential equations, arXiv preprint arXiv:1910.05513 (2019)

  16. [24]

    Mowlavi, S

    S. Mowlavi, S. Nabi, Optimal control of pdes using physics-informed neural networks, Journal of Computational Physics 473 (2023) 111731

  17. [25]

    L. Lu, P. Jin, G. Pang, Z. Zhang, G. E. Karniadakis, Learning nonlinear operators via deeponet based on the universal approximation theorem of operators, Nature machine intelligence 3 (3) (2021) 218–229

  18. [26]

    T. Chen, H. Chen, Universal approximation to nonlinear operators by neural networks with arbitrary activation functions and its application to dynamical systems, IEEE transactions on neural networks 6 (4) (1995) 911–917

  19. [27]

    Kaltenbach, P

    S. Kaltenbach, P. Perdikaris, P.-S. Koutsourelakis, Semi-supervised invertible neural operators for Bayesian inverse problems, Computational Mechanics 72 (3) (2023) 451–470. doi:10. 1007/s00466-023-02298-8 . URL https://doi.org/10.1007/s00466-023-02298-8

  20. [28]

    Z. Li, N. Kovachki, K. Azizzadenesheli, B. Liu, K. Bhattacharya, A. Stuart, A. Anandku- mar, Neural operator: Graph kernel network for partial differential equations, arXiv preprint arXiv:2003.03485 (2020)

  21. [29]

    Z. Li, N. Kovachki, K. Azizzadenesheli, B. Liu, K. Bhattacharya, A. Stuart, A. Anand- kumar, Fourier neural operator for parametric partial differential equations, arXiv preprint arXiv:2010.08895 (2020)

  22. [30]

    Guibas, M

    J. Guibas, M. Mardani, Z. Li, A. Tao, A. Anandkumar, B. Catanzaro, Adaptive fourier neural operators: Efficient token mixers for transformers, arXiv preprint arXiv:2111.13587 (2021)

  23. [31]

    H. You, Q. Zhang, C. J. Ross, C.-H. Lee, Y . Yu, Learning deep implicit fourier neural operators (ifnos) with applications to heterogeneous material modeling, Computer Methods in Applied Mechanics and Engineering 398 (2022) 115296

  24. [32]

    Tripura, S

    T. Tripura, S. Chakraborty, Wavelet neural operator for solving parametric partial differential equations in computational mechanics problems, Computer Methods in Applied Mechanics and Engineering 404 (2023) 115783

  25. [33]

    Z. Li, D. Z. Huang, B. Liu, A. Anandkumar, Fourier neural operator with learned deformations for pdes on general geometries, Journal of Machine Learning Research 24 (388) (2023) 1–26

  26. [34]

    V . S. Fanaskov, I. V . Oseledets, Spectral neural operators, in: Doklady Mathematics, V ol. 108, Springer, 2023, pp. S226–S232

  27. [35]

    Z. Li, H. Zheng, N. Kovachki, D. Jin, H. Chen, B. Liu, K. Azizzadenesheli, A. Anandkumar, Physics-informed neural operator for learning partial differential equations, ACM/JMS Journal of Data Science 1 (3) (2024) 1–27. URL https://dl.acm.org/doi/pdf/10.1145/3648506

  28. [36]

    Chatzopoulos, P.-S

    M. Chatzopoulos, P.-S. Koutsourelakis, Physics-aware neural implicit solvers for multiscale, parametric pdes with applications in heterogeneous media, arXiv preprint arXiv:2405.19019 (2024)

  29. [37]

    S. Wang, H. Wang, P. Perdikaris, Learning the solution operator of parametric partial differen- tial equations with physics-informed deeponets, Science advances 7 (40) (2021) eabi8605. URL https://www.science.org/doi/pdf/10.1126/sciadv.abi8605

  30. [38]

    Goswami, A

    S. Goswami, A. Bora, Y . Yu, G. E. Karniadakis, Physics-informed deep neural operator networks, in: Machine Learning in Modeling and Simulation: Methods and Applications, Springer, 2023, pp. 219–254. URL https://arxiv.org/pdf/2207.05748

  31. [39]

    Goswami, M

    S. Goswami, M. Yin, Y . Yu, G. E. Karniadakis, A physics-informed variational deeponet for predicting crack path in quasi-brittle materials, Computer Methods in Applied Mechanics and Engineering 391 (2022) 114587

  32. [40]

    Navaneeth, T

    N. Navaneeth, T. Tripura, S. Chakraborty, Physics informed wno, Computer Methods in Ap- plied Mechanics and Engineering 418 (2024) 116546

  33. [41]

    Gupta, X

    G. Gupta, X. Xiao, P. Bogdan, Multiwavelet-based operator learning for differential equations, Advances in neural information processing systems 34 (2021) 24048–24062. 34

  34. [42]

    Zhong, H

    W. Zhong, H. Meidani, Physics-informed discretization-independent deep compositional oper- ator network, Computer Methods in Applied Mechanics and Engineering 431 (2024) 117274

  35. [43]

    Zhong, H

    W. Zhong, H. Meidani, Physics-informed geometry-aware neural operator, Computer Methods in Applied Mechanics and Engineering 434 (2025) 117540

  36. [44]

    Kashefi, T

    A. Kashefi, T. Mukerji, Physics-informed pointnet: A deep learning solver for steady-state incompressible flows and thermal fields on multiple sets of irregular geometries, Journal of Computational Physics 468 (2022) 111510

  37. [45]

    C. R. Qi, H. Su, K. Mo, L. J. Guibas, Pointnet: Deep learning on point sets for 3d classification and segmentation, in: Proceedings of the IEEE conference on computer vision and pattern recognition, 2017, pp. 652–660

  38. [46]

    Vadeboncoeur, I

    A. Vadeboncoeur, I. Kazlauskaite, Y . Papandreou, F. Cirak, M. Girolami, O. D. Akyildiz, Ran- dom grid neural processes for parametric partial differential equations, in: Proceedings of the 40th International Conference on Machine Learning, V ol. 202 of ICML’23, JMLR.org, Hon-...

  39. [47]

    Vadeboncoeur, O

    A. Vadeboncoeur, O. D. Akyildiz, I. Kazlauskaite, M. Girolami, F. Cirak, Fully probabilistic deep models for forward and inverse problems in parametric PDEs, Journal of Computational Physics 491 (2023) 112369. doi:10.1016/j.jcp.2023.112369. URL https://www.sciencedirect.com/sc...

  40. [48]

    A. Jiao, Q. Yan, J. Harlim, L. Lu, Solving forward and inverse pde problems on unknown manifolds via physics-informed neural operators, arXiv preprint arXiv:2407.05477 (2024)

  41. [49]

    Rixner, P.-S

    M. Rixner, P.-S. Koutsourelakis, A probabilistic generative model for semi-supervised training of coarse-grained surrogates and enforcing physical constraints through virtual observables, Journal of Computational Physics 434 (2021) 110218. doi:10.1016/j.jcp.2021.110218. URL ht...

  42. [50]

    Kaltenbach, P.-S

    S. Kaltenbach, P.-S. Koutsourelakis, Incorporating physical constraints in a deep probabilistic machine learning framework for coarse-graining dynamical systems, Journal of Computational Physics 419 (2020) 109673, publisher: Elsevier BV .doi:10.1016/j.jcp.2020.109673. URL http...

  43. [51]

    B. Finlayson (Ed.), The method of weighted residuals and variational principles, with appli- cation in fluid mechanics, heat and mass transfer, V olume 87, Academic Press, New York, 1972

  44. [52]

    Y . Zang, G. Bao, Particlewnn: a novel neural networks framework for solving partial differen- tial equations, arXiv preprint arXiv:2305.12433 (2023)

  45. [53]

    M. J. Beal, Z. Ghahramani, The Variational Bayesian EM Algorithm for Incomplete Data: with Application to Scoring Graphical Model Structures, Bayesian Statistics 7 (2003)

  46. [54]

    D. P. Kingma, M. Welling, et al., Auto-encoding variational bayes (2013)

  47. [55]

    S. L. Cotter, M. Dashti, A. M. Stuart, Approximation of bayesian inverse problems for pdes, SIAM journal on numerical analysis 48 (1) (2010) 322–345

  48. [56]

    Zhang, K

    X. Zhang, K. Garikipati, Bayesian neural networks for weak solution of pdes with uncertainty quantification, arXiv preprint arXiv:2101.04879 (2021)

  49. [57]

    Vadeboncoeur, ¨O

    A. Vadeboncoeur, ¨O. D. Akyildiz, I. Kazlauskaite, M. Girolami, F. Cirak, Fully probabilistic deep models for forward and inverse problems in parametric pdes, Journal of Computational Physics 491 (2023) 112369

  50. [58]

    Viswanath, M

    H. Viswanath, M. A. Rahman, A. Vyas, A. Shor, B. Medeiros, S. Hernandez, S. E. Prameela, A. Bera, Neural operator: Is data all you need to model the world? an insight into the impact of physics informed machine learning, arXiv preprint arXiv:2301.13331 (2023)

  51. [59]

    Alberts, I

    A. Alberts, I. Bilionis, Physics-informed information field theory for modeling physical sys- tems with uncertainty quantification, Journal of Computational Physics 486 (2023) 112100. doi:10.1016/j.jcp.2023.112100. URL https://www.sciencedirect.com/science/article/pii/S0021999...

  52. [60]

    Ganguly, S

    A. Ganguly, S. Jain, U. Watchareeruetai, Amortized variational inference: A systematic review, Journal of Artificial Intelligence Research 78 (2023) 167–215. 35

  53. [61]

    R. M. Neal, G. E. Hinton, A View of the Em Algorithm that Justifies Incremental, Sparse, and other Variants, in: M. I. Jordan (Ed.), Learning in Graphical Models, NATO ASI Series, Springer Netherlands, Dordrecht, 1998, pp. 355–368. doi:10.1007/978-94-011-5014-9_ 12. URL https:...

  54. [62]

    T. A. Driscoll, N. Hale, L. N. Trefethen, Chebfun guide (2014)

  55. [63]

    C. Rao, H. Sun, Y . Liu, Physics-informed deep learning for incompressible laminar flows, Theoretical and Applied Mechanics Letters 10 (3) (2020) 207–212

  56. [64]

    B. Hu, D. McDaniel, Applying physics-informed neural networks to solve navier–stokes equa- tions for laminar flow around a particle, Mathematical and Computational Applications 28 (5) (2023) 102

  57. [65]

    Bourke, Cross correlation, Cross Correlation”, Auto Correlation—2D Pattern Identification 596 (1996)

    P. Bourke, Cross correlation, Cross Correlation”, Auto Correlation—2D Pattern Identification 596 (1996)

  58. [66]

    D. L. McDowell, J. Panchal, H.-J. Choi, C. Seepersad, J. Allen, F. Mistree, Integrated Design of Multiscale, Multifunctional Materials and Products, Butterworth-Heinemann, 2009

  59. [67]

    Bastek, D

    J.-H. Bastek, D. M. Kochmann, Inverse design of nonlinear mechanical metamaterials via video denoising diffusion models, Nature Machine Intelligence 5 (12) (2023) 1466–1475, pub- lisher: Nature Publishing Group. doi:10.1038/s42256-023-00762-x . URL https://www.nature.com/artic...

  60. [68]

    A. P. Generale, A. E. Robertson, C. Kelly, S. R. Kalidindi, Inverse stochastic microstructure design, Acta Materialia 271 (2024) 119877. doi:10.1016/j.actamat.2024.119877. URL https://www.sciencedirect.com/science/article/pii/S1359645424002301

  61. [69]

    particles

    H. Wendland, Piecewise polynomial, positive definite and compactly supported radial func- tions of minimal degree, Advances in computational Mathematics 4 (1995) 389–396. A Weighted residuals Strong-form, collocation-type residuals are most commonly used in physics-informed me...

Pith tools

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