Pith. sign in

REVIEW 4 major objections 4 minor 82 references

Mollifier Layers: Enabling Efficient High-Order Derivatives in Inverse PDE Learning

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

Pith's one-line read Mollifier layers replace recursive automatic differentiation in physics-informed networks, producing stable high-order derivatives and better parameter recovery at 6–10× lower memory and time.

desk verdict Mollifier layers as a derivative-computation module are a genuinely useful idea for inverse PDE learning, but the convergence guarantee is overstated and the benchmarks need error bars; still worth serious review. read the letter →

arxiv 2505.11682 v1 pith:ZRY7BORL submitted 2025-05-16 cs.LG

classification cs.LG MSC 68T0765M3265D2535R30
keywords physics-informedneuralnetworksmollifiersinversePDEproblemshigh-orderderivativesautomaticdifferentiationparameterestimationreaction-diffusionsystemssuper-resolutionimaging
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

This paper claims that the standard way of computing high-order derivatives in physics-informed neural networks—recursive automatic differentiation—is the bottleneck, and that replacing it with convolution against analytic derivatives of a smooth, compactly supported bump function (a mollifier) yields a materially better inverse-PDE learner. The proposed Mollifier Layer attaches at the output of any network, computes the field and its derivatives by convolution with the kernel and its derivatives, and thereby converts differentiation into a localized smoothing integral. Across first-, second-, and fourth-order benchmark PDEs, the mollified variants recover spatially or temporally varying parameters more accurately than their native counterparts—especially under noise—while using roughly 6–10 times less time and memory. If the claim holds, adding one layer to an existing network is a low-cost change that makes physics-informed parameter inference more accurate, cheaper, and more stable under noisy data.

What carries the argument

The load-bearing object is the Mollifier Layer: a fixed kernel $\eta$ that is infinitely differentiable, compactly supported, and nonnegative—typically a polynomial or sine bump inside a radius $R$—with the predicted field computed as $\hat{u} = \hat{g} * \eta$ and its derivatives as convolutions with the analytic derivatives of $\eta$. Because $\eta$ and its derivatives are known in closed form and vanish outside a small support, the convolution acts as a localized weak-form integration, the same idea that underlies finite-element test functions and Savitzky-Golay filters. The layer's guarantee is the uniform derivative-consistency bound of Eq. (7): for a $C^1$, $L$-Lipschitz field with bounded pointwise noise, the mollified derivative error is at most $C_1\delta + C_2(h+\varepsilon)$, and choosing $\delta \approx \sqrt{h}$ balances bias against noise. This turns differentiation from an operation whose cost grows with network depth into a single output-layer convolution whose cost is fixed by kernel size.

What would settle it

Take any benchmark from Table 2—say the reaction-diffusion system—and replace the smooth target $\lambda(x,y)$ with one containing a sharp step or oscillation at a spatial frequency above the kernel passband, keeping the noise fixed. The Eq. (7) bound predicts recovery error should rise with kernel width, so a sweep over kernel sizes should show accuracy degrading as $\delta$ grows; if mollified inference instead holds its accuracy at all widths, the proposed error model is wrong.

Watch

Extended reading notes

Core claim

The central discovery is that for inverse PDE learning, the derivative oracle matters more than the network. On a trained output $\hat{g}$, the Mollifier Layer forms $\hat{u} = \hat{g} * \eta$ and obtains derivatives such as $\hat{u}_j = \hat{g} * \eta_j$ and $\hat{u}_{jjj} = \hat{g} * \eta_{jjj}$, so all derivatives needed by the PDE residual come from fixed analytic kernels rather than recursive backpropagation through the network. The paper proves, as Eq. (7), that for a $C^1$, $L$-Lipschitz field with bounded pointwise noise, the mollified derivative approximates the true derivative uniformly up to $C_1\delta + C_2(h+\varepsilon)$, so the kernel width $\delta$ can be chosen to balance smoothing bias against noise. In the fourth-order reaction-diffusion benchmark, mollified PINNs raise the spatial correlation of the recovered reaction rate from 0.17 to 0.84 and mollified PirateNet from 0.25 to 0.91, while reducing peak memory from 2.75 GB to 0.23 GB for PINNs. The same layer is then used to infer spatially varying epigenetic reaction rates from super-resolution chromatin images, connecting the numerical method to an interpretable biophysical parameter.

Load-bearing premise

The whole guarantee starts from a smooth-field assumption: the true field is $C^1$ and $L$-Lipschitz, and each noisy sample is bounded by $\varepsilon$; if the true parameter or field varies on a scale finer than the kernel width $\delta$, the smoothing that stabilizes the derivative also blurs away the variation needed for recovery.

Editorial extensions

If this is right

  • Attaching a mollifier layer to an existing physics-informed network should immediately reduce the memory and time cost of PDE-residual training; the paper reports 6–10× reductions in time and memory on its benchmarks.
  • Networks trained with mollifier layers should recover spatially or temporally varying parameters that recursive autodiff misses; the paper reports spatial-correlation jumps from 0.17 to 0.84 and from 0.25 to 0.91 on the fourth-order reaction-diffusion task.
  • High-order derivatives, up to fourth order, become stable under noise, so noisy inverse problems no longer require attention-heavy architectures; a simple mollified PINN outperforms the attention-based PINNsFormer on the tested tasks.
  • The same layer should transfer to forward PDE solvers, operator learning, and neural ODEs because derivative computation is detached from network depth; the paper demonstrates a forward toy problem in the appendix.
  • The method enables physically interpretable parameters from imaging data: in the application, spatially varying epigenetic reaction rates are inferred from super-resolution chromatin images and match ground-truth domain structure and noise statistics.

Reading between the lines

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

  • The fixed-kernel design suggests that any network output with bounded error can be differentiated stably by convolution, so the practical bottleneck for high-order physics-informed learning may shift from the network to kernel design; adaptive, boundary-aware, or multiscale kernels are natural follow-ups that the paper lists as future work.
  • The separable estimator $\hat{\lambda} = \hat{u}_t / D[\hat{u}]$ divides by a learned derivative, and wherever that derivative is near zero the estimate will amplify noise; probing recovery near zero-crossings of $D[\hat{u}]$ would test whether the improvement persists in that regime.
  • If the reported efficiency gains generalize, they extend to any convolutional derivative approximation, but the non-negativity and compact-support properties of the mollifier are likely what prevent cancellation errors, so learned kernels that drop those properties may not retain the same noise robustness.
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 / 4 minor

Summary. The paper proposes Mollifier Layers, a module that replaces recursive automatic differentiation in physics-informed machine learning by computing derivatives as convolutions with analytic derivatives of smooth, compactly supported mollifier kernels. The authors test the module on inverse problems for first-, second-, and fourth-order systems (Langevin, heat, reaction-diffusion) across three base architectures (PINN, PirateNet, PINNsFormer) and on a real super-resolution chromatin imaging task, reporting large training-time and memory savings and improved parameter-recovery correlations in most comparisons. The paper also states a uniform convergence guarantee for the mollified derivative estimator in Eq. (7) and derives supporting bounds in Appendix A.8.

Significance. If the reported results hold, the paper would make a useful, architecture-agnostic contribution to inverse PDE learning, addressing a real bottleneck of recursive autodiff. The strengths are the simplicity of the proposed layer, the breadth of comparisons (three architectures and PDE orders up to four), the clear memory/time wins, and the demonstration on a genuinely noisy imaging application. However, the theoretical convergence guarantee appears to be stated with the wrong noise scaling, the empirical tables lack uncertainty estimates, and there is at least one internal contradiction about whether a mollified PINNsFormer was actually evaluated. These issues currently prevent the paper from fully establishing its central claims.

major comments (4)
  1. [Sec. 3.2, Eq. (7); Appendix A.8, Eqs. (43)-(46)] The stated uniform derivative-consistency bound is not what discrete mollification actually yields. For the mollified finite-difference derivative D0(J_delta g), the noise contribution is (D0 J_delta n)_j = (1/(2h)) * integral of [rho_delta((j+1)h - y) - rho_delta((j-1)h - y)] n(y) dy, and the induced operator norm is O(||rho_delta'||_1) = O(1/delta); for n-th order derivatives the analogous factor is O(delta^{-n}). Equation (43) should therefore read C(delta + h^2 + epsilon/delta), and Eq. (45) should read C_n(delta + h + epsilon/delta^n), not C(delta + h^2 + epsilon). The appendix's own statement that the backward operator norm remains O(1/delta) is incompatible with the bound it quotes. With the recommended choice delta approximately sqrt(h), the noise term becomes epsilon/sqrt(h), so the claimed O(sqrt(h)) uniform consistency and the statement in Sec. 3.2 of 'provably bounded error under discretization and measurement noise' are not established as written. The empirical noise robustness may still be real, but it needs a corrected theoretical analysis or a different justification.
  2. [Table 2 and Sec. 4.1.1] The text states that Langevin experiments were repeated over five runs per noise level, but Table 2 reports single point values for all correlations, times, and memory figures, with no error bars, standard deviations, or significance tests. Without such uncertainty information, the claimed consistent improvements are not fully supported, especially where the mollified version is numerically worse than its native counterpart (e.g., Langevin PINN mean correlation 0.99 vs. PINN+M 0.96, and temporal correlation 0.99 vs. 0.97; temporal correlation 0.98 vs. 0.97 for PirateNet vs. PirateNet+M). The authors should report run-to-run variability and explain any cases where the mollified model underperforms.
  3. [Sec. 3.3] The proposed algebraic estimator lambda_final = u_t / D[u] makes the PDE residual in Eq. (3) vanish identically when the governing equation has the form u_t - lambda D[u] = 0. The paper does not say whether the parameter-recovery numbers in Table 2 are obtained from this algebraic rule or by optimizing a network output for lambda against the PDE residual. If the former, the reported 'PDE constraint' results are not an independent test of the mollifier layer's role in enforcing physics, and the residual loss is trivially satisfied; if the latter, the relationship between Eq. (3) and lambda_final must be specified. This distinction is load-bearing for the paper's claim that the method improves parameter recovery through physics-constrained learning.
  4. [Sec. 4 and Sec. 4.1.1] There is an internal contradiction about whether a mollified PINNsFormer was evaluated. Section 4 states 'we do not include a mollified PINNsFormer' due to computational cost, but Section 4.1.1 says that 'mollified versions surpass native architectures' for PINNsFormer and refers to Figs. 8-10; Table 2 contains no PINNsFormer+M row, and the PINNsFormer appendix figure (Fig. 10) does not show a mollified variant. This contradiction weakens the 'architecture-agnostic across three architectures' claim and should be resolved by explicit reporting of which models were actually run.
minor comments (4)
  1. [Sec. B.1.2] The sentence 'we also text the models on temporally varying signal' should read 'we also test the models'.
  2. [Sec. 4.1.1] The phrase 'using a original mollifying function' should be 'using an original mollifying function'.
  3. [Appendix A.5, Eq. (24)] The exponential mollifier is written as e^{-1/(1-x^2)} in one dimension, but the stated domain is the ball B_R(0); please clarify the variable convention and the normalization constant so that the kernel integrates to unity.
  4. [Appendix B.5] The forward toy problem is a useful sanity check, but no quantitative result is reported; a short accuracy or error metric would strengthen the claim of applicability beyond inverse problems.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the central derivative estimates are benchmarked against external ground truth and the convergence guarantee is imported from an external, non-author theory.

full rationale

The paper's load-bearing comparison (Table 2) is an ablation against external benchmarks with known ground truth: Langevin, heat, and reaction-diffusion systems are simulated, and mollified variants are compared to native PINN/PirateNet/PINNsFormer. No parameter needed for the headline result is fitted to the target derivatives and then renamed a prediction. The derivative estimator is a fixed convolution with analytic mollifier kernels; kernel widths are hand-set per PDE (Appendix A.5) and ablated, not fit to the evaluation data. The convergence guarantee (Eq. 7, Appendix A.8) is explicitly cited to an external, non-author source (Murio et al. 1998) rather than to the authors' prior work, so no self-citation chain forces the result. The only self-citation ([56], Vinayak et al.) supplies the biophysical reaction-diffusion model, which is not the basis of the mollifier claim and is corroborated by external [26]. Section 3.3's separable estimator lambda_final = u_t / D[u] is an algebraic inversion of the PDE rather than a fitted parameter renamed as prediction; it is still validated against ground truth and does not make the central accuracy/efficiency comparison circular. Whether Eq. (7)'s noise bound should contain epsilon/delta is a mathematical correctness concern, not a circularity, so it does not affect this score.

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

The paper's mathematical guarantee is inherited from prior mollification theory, while its experimental outcomes depend on hand-selected kernel widths, a separable PDE assumption, and an ad hoc image-to-fields preprocessing map. These are the quantities a replication attempt would need to fix or re-calibrate.

free parameters (4)
  • Mollifier kernel width per PDE = Langevin: 0.01; Heat: 0.005; Reaction-diffusion: 0.05 (relative to grid)
    Appendix A.5 sets kernel widths by hand for each benchmark, and Appendix B.1.3 shows that results change with kernel size.
  • Mollifier functional form = Exponential 'original' mollifier for main runs; polynomial and sine variants in ablations
    The choice of the mollifier determines smoothing and derivative bias; the ablations in B.1.3 show performance depends on it.
  • STORM preprocessing constants = 6/7, 0.7, and 0.2 in Eqs. (56)-(58)
    The mapping from binary super-resolution images to volume fractions uses ad hoc constants with no independent calibration.
  • Watson kernel bandwidth sigma = Not reported
    Appendix C defines a Gaussian kernel for image interpolation but does not state the sigma value used for the real-data application.
assumptions (4)
  • standard math Discrete mollification error bounds of Murio et al. [39] hold under the stated smoothness and noise conditions.
    The main convergence guarantee Eq. (7) is imported from this external reference and only sketched in Appendix A.8.
  • domain assumption The true field is C^1 and L-Lipschitz, and the measurement noise is bounded pointwise by epsilon.
    Eq. (7) and Appendix A.8 assume this regularity; sharp chromatin boundaries or heavy-tailed noise would violate it.
  • domain assumption PDE parameters are separable, so the parameter can be computed as a quotient or difference of predicted fields and derivatives.
    Sec. 3.3 defines the final parameter as an algebraic function of derivatives; all three benchmarks are chosen so this recovery is available, leaving non-separable inverse problems untested.
  • ad hoc to paper The preprocessing map from super-resolution images to volume fractions correctly represents chromatin states.
    Eqs. (56)-(58) introduce constants for this paper without independent biophysical calibration, and these fields directly feed the PDE residual.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Mollifier Layers: Enabling Efficient High-Order Derivatives in Inverse PDE Learning." pith.science (2026). https://pith.science/paper/ZRY7BORL

@misc{pith2026250511682,
  author       = {Pith},
  title        = {Pith review of: Mollifier Layers: Enabling Efficient High-Order Derivatives in Inverse PDE Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/ZRY7BORL}},
  note         = {Machine review of arXiv:2505.11682}
}
read the original abstract

Parameter estimation in inverse problems involving partial differential equations (PDEs) underpins modeling across scientific disciplines, especially when parameters vary in space or time. Physics-informed Machine Learning (PhiML) integrates PDE constraints into deep learning, but prevailing approaches depend on recursive automatic differentiation (autodiff), which produces inaccurate high-order derivatives, inflates memory usage, and underperforms in noisy settings. We propose Mollifier Layers, a lightweight, architecture-agnostic module that replaces autodiff with convolutional operations using analytically defined mollifiers. This reframing of derivative computation as smoothing integration enables efficient, noise-robust estimation of high-order derivatives directly from network outputs. Mollifier Layers attach at the output layer and require no architectural modifications. We compare them with three distinct architectures and benchmark performance across first-, second-, and fourth-order PDEs -- including Langevin dynamics, heat diffusion, and reaction-diffusion systems -- observing significant improvements in memory efficiency, training time and accuracy for parameter recovery across tasks. To demonstrate practical relevance, we apply Mollifier Layers to infer spatially varying epigenetic reaction rates from super-resolution chromatin imaging data -- a real-world inverse problem with biomedical significance. Our results establish Mollifier Layers as an efficient and scalable tool for physics-constrained learning.

Figures

Figures reproduced from arXiv: 2505.11682 by the authors.

Figure 1
Figure 1. Limitations of autodiff and overview of PhiML+Mollifier architecture. [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Parameter inference for the Langevin equation using PINN and Mollified PINN. a) Ground [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Parameter estimation for the Heat and Reaction–Diffusion equations using Mollified PINN. [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (23 more)
Figure 4
Figure 4. Figure 4: Mollified PINN capture spatial noise trends and extract reaction rate statistics in the DNA [PITH_FULL_IMAGE:figures/full_fig_p009_4.png]
Figure 5
Figure 5. Figure 5: Constant forcing term inference in Langevin equation using PINN and Mollified PINN 13 [PITH_FULL_IMAGE:figures/full_fig_p013_5.png]
Figure 6
Figure 6. Figure 6: Constant forcing term inference in Langevin equation using PirateNet and Mollified PirateNet Significant progress has been made in improving PINNs since they first came out[46], specially show￾ing that gradient flow can be significantly improved by adding residual conn…
Figure 7
Figure 7. Figure 7: Constant forcing term inference using PINNsFormer transformer-based architectures. Given input features x, the output after applying layer normalization is: f(x) = x − E[x] p Var(x) + ϵ γ + β (14) where E[x] and Var(x) are the mean and variance computed over the featur…
Figure 8
Figure 8. Figure 8: Noisy forcing term inference in Langevin equation using PINN and Mollified PINN the second moment (uncentered variance of gradients). This adaptive mechanism allows Adam to efficiently navigate complex optimization landscapes, ensuring faster convergence, especially in…
Figure 9
Figure 9. Figure 9: Noisy forcing term inference in Langevin equation using PirateNet and Mollified PirateNet θt = θt−1 − α √ vˆt + ϵ mˆt (19) where: • α is the learning rate. • ϵ is a small constant (typically 10−8 ) to prevent division by zero. Adam’s adaptive learning rates make it eff…
Figure 10
Figure 10. Figure 10: Noisy forcing term inference in Langevin equation using PINNsFormer • t is the current iteration or epoch. • T0 is the point at which the learning rate transitions from constant to decreasing. This decay strategy ensures a smooth reduction in the learning rate, allowi…
Figure 11
Figure 11. Figure 11: Mean Forcing term prediction with different kernel choices with Mollified PINNs • R = 0.15 for the reaction-diffusion system. We benchmarked the performance of these kernels using the Langevin equation with a constant parameter with noise, with details provided in Sec…
Figure 12
Figure 12. Figure 12: Estimating the Noise in the forcing term prediction with different kernel choices with Mollified PINNs Streaming Multiprocessors (SMs), with each SM comprising 192 CUDA cores, yielding a total of 2,496 CUDA cores per GPU. For each training run, we utilize a single nod…
Figure 13
Figure 13. Figure 13: Estimating with and without noise temporally varying forcing term with PINNs Here, v = Dαu in the weak sense and ηϵ(t) is a compact support bounded function in (−ϵ, ϵ). Here η, also known as the mollifying function, is non-negative, infinitely differentiable and is de…
Figure 14
Figure 14. Figure 14: Estimating with and without noise temporally varying forcing term with PirateNet [PITH_FULL_IMAGE:figures/full_fig_p022_14.png]
Figure 15
Figure 15. Figure 15: Estimating with and without noise temporally varying forcing term with Mollified PirateNet P x∈G Dα x ηϵ ∗ NNθ(x) − f(x) 2 |G| (37) Here x is sampled randomly from a predefined grid of points in the domain. A.8 Convergence Analysis of the Mollifier Layer Let f : [0, …
Figure 16
Figure 16. Figure 16: Estimating with and without noise temporally varying forcing term with PINNsFormer Finite-difference accuracy[39] [PITH_FULL_IMAGE:figures/full_fig_p024_16.png]
Figure 17
Figure 17. Figure 17: Estimating constant and spatially varying diffusivity terms and corresponding Laplacians for the heat equation using PINNs [PITH_FULL_IMAGE:figures/full_fig_p025_17.png]
Figure 18
Figure 18. Figure 18: Estimating constant and spatially varying diffusivity terms and corresponding Laplacians for the heat equation using PirateNets B Application-wise details B.1 Langevin equation B.1.1 Training Setup for All Models PINN architechures: The PINN architecture for predictin…
Figure 19
Figure 19. Figure 19: Estimating constant and spatially varying diffusivity terms and corresponding Laplacians for the heat equation using mollified PirateNets [PITH_FULL_IMAGE:figures/full_fig_p026_19.png]
Figure 20
Figure 20. Figure 20: Estimating constant and spatially varying diffusivity terms and corresponding Laplacians for the heat equation using PINNsFormer a cosine annealing learning rate schedule. The corresponding mollified PINN maintains the same architecture and training epochs but include…
Figure 21
Figure 21. Figure 21: Predcited vs. Actual mean for the reaction rates in simulations for PINNs and Mollified PINN [PITH_FULL_IMAGE:figures/full_fig_p027_21.png]
Figure 22
Figure 22. Figure 22: Predcited vs. Actual mean for the reaction rates in simulations for PirateNet and Mollified PirateNet heads predict the solution uˆ(t) and the auxiliary forcing coefficient λˆ(t), enabling the network to learn both the state evolution and the driving noise in one join…
Figure 23
Figure 23. Figure 23: Predcited vs. Actual noise for the reaction rates in simulations for PirateNet and Mollified PirateNet [PITH_FULL_IMAGE:figures/full_fig_p028_23.png]
Figure 24
Figure 24. Figure 24: Predcited vs. Actual mean and noise for the reaction rates in simulations for PINNsFormer B.1.2 Evaluation on the Langevin Equation To test the models, we first infer a constant forcing term for the Langevin equation. As shown in [PITH_FULL_IMAGE:figures/full_fig_p02…
Figure 25
Figure 25. Figure 25: Mollified PINNs capture the spatial reaction rates for reaction-diffusion equation [PITH_FULL_IMAGE:figures/full_fig_p029_25.png]
Figure 26
Figure 26. Figure 26: Using Mollified PINNs for a forward problem. variations. An optimal kernel size of 10-15 balances noise capture effectively. This behavior can be attributed to the frequency distribution of the underlying function. Mollifier Order Effect: As shown in [PITH_FULL_IMAGE…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

82 extracted references · 60 canonical work pages

  1. [1]

    PINNverse: Accurate parameter estimation in differential equations from noisy data with constrained physics-informed neural networks

    Marius Almanstötter, Roman Vetter, and Dagmar Iber. “PINNverse: Accurate parameter estimation in differential equations from noisy data with constrained physics-informed neural networks”. In: arXiv preprint arXiv:2504.05248 (2025)

  2. [2]

    Neural operators for accelerating scientific simulations and design

    Kamyar Azizzadenesheli et al. “Neural operators for accelerating scientific simulations and design”. In: Nature Reviews Physics 6.5 (2024), pp. 320–328

  3. [4]

    Layer normalization

    Jimmy Lei Ba, Jamie Ryan Kiros, and Geoffrey E Hinton. “Layer normalization”. In: arXiv preprint arXiv:1607.06450 (2016)

  4. [5]

    Automatic differentiation in machine learning: a survey

    Atilim Gunes Baydin et al. “Automatic differentiation in machine learning: a survey”. In: Journal of machine learning research18.153 (2018), pp. 1–43

  5. [6]

    Aurora: A foundation model of the atmosphere

    Cristian Bodnar et al. “Aurora: A foundation model of the atmosphere”. In: arXiv preprint arXiv:2405.13063 (2024)

  6. [7]

    The mathematical theory of finite element methods

    Susanne C Brenner. The mathematical theory of finite element methods. Springer, 2008

  7. [8]

    The Hadamard- PINN for PDE inverse problems: Convergence with distant initial guesses

    Yohan Chandrasukmana, Helena Margaretha, and Kie Van Ivanky Saputra. “The Hadamard- PINN for PDE inverse problems: Convergence with distant initial guesses”. In: Examples and Counterexamples (2025), p. 100175

  8. [9]

    Neural ordinary differential equations

    Ricky TQ Chen et al. “Neural ordinary differential equations”. In: Advances in neural informa- tion processing systems 31 (2018)

Show all 82 references
  1. [10]

    CAN-PINN: A fast physics-informed neural network based on coupled- automatic–numerical differentiation method

    Pao-Hsiung Chiu et al. “CAN-PINN: A fast physics-informed neural network based on coupled- automatic–numerical differentiation method”. In: Computer Methods in Applied Mechanics and Engineering 395 (2022), p. 114909

  2. [11]

    Separable physics-informed neural networks

    Junwoo Cho et al. “Separable physics-informed neural networks”. In: Advances in Neural Information Processing Systems 36 (2024)

  3. [12]

    An image is worth 16x16 words: Transformers for image recognition at scale

    Alexey Dosovitskiy et al. “An image is worth 16x16 words: Transformers for image recognition at scale”. In: arXiv preprint arXiv:2010.11929 (2020)

  4. [13]

    Reaction–diffusion processes at the nano-and microscales

    Irving R Epstein and Bing Xu. “Reaction–diffusion processes at the nano-and microscales”. In: Nature nanotechnology 11.4 (2016), pp. 312–319. ISSN : 1748-3387

  5. [14]

    Automatic differentiation is no panacea for phylogenetic gradient computation

    Mathieu Fourment et al. “Automatic differentiation is no panacea for phylogenetic gradient computation”. In: Genome biology and evolution 15.6 (2023), evad099

  6. [15]

    The Identity of Weak and Strong Extensions of Differential Operators

    K. O. Friedrichs. “The Identity of Weak and Strong Extensions of Differential Operators”. In: Transactions of the American Mathematical Society55.1 (1944), pp. 132–151. ISSN : 00029947, 10886850. DOI: 10.2307/1990143. URL: http://www.jstor.org/stable/1990143

  7. [16]

    Limitations of physics informed machine learning for nonlinear two-phase transport in porous media

    Olga Fuks and Hamdi A Tchelepi. “Limitations of physics informed machine learning for nonlinear two-phase transport in porous media”. In:Journal of Machine Learning for Modeling and Computing 1.1 (2020). ISSN : 2689-3967. 10

  8. [17]

    Chromatin organization in the mam- malian nucleus

    Nick Gilbert, Susan Gilchrist, and Wendy A Bickmore. “Chromatin organization in the mam- malian nucleus”. In: International review of cytology 242 (2005), pp. 283–336

  9. [18]

    Efficient Bayesian inference using physics-informed invertible neural networks for inverse problems

    Xiaofei Guan et al. “Efficient Bayesian inference using physics-informed invertible neural networks for inverse problems”. In: Machine Learning: Science and Technology5.3 (2024), p. 035026

  10. [19]

    Transformer meets boundary value inverse prob- lems

    Ruchi Guo, Shuhao Cao, and Long Chen. “Transformer meets boundary value inverse prob- lems”. In: arXiv preprint arXiv:2209.14977 (2022)

  11. [20]

    Deep residual learning for image recognition

    Kaiming He et al. “Deep residual learning for image recognition”. In: Proceedings of the IEEE conference on computer vision and pattern recognition. 2016, pp. 770–778

  12. [21]

    Aberrant chromatin reorganization in cells from diseased fibrous connective tissue in response to altered chemomechanical cues

    S. J. Heo et al. “Aberrant chromatin reorganization in cells from diseased fibrous connective tissue in response to altered chemomechanical cues”. In: Nat Biomed Eng 7.2 (2023), pp. 177–

  13. [22]

    Parameter estimation and uncertainty analysis in hydrological modeling

    Paulo A Herrera, Miguel Angel Marazuela, and Thilo Hofmann. “Parameter estimation and uncertainty analysis in hydrological modeling”. In: Wiley Interdisciplinary Reviews: Water9.1 (2022), e1569. ISSN : 2049-1948

  14. [23]

    Efficient physics-informed neural networks using hash encoding

    Xinquan Huang and Tariq Alkhalifah. “Efficient physics-informed neural networks using hash encoding”. In: Journal of computational physics 501 (2024), p. 112760

  15. [24]

    The finite element method: linear static and dynamic finite element analysis

    Thomas JR Hughes. The finite element method: linear static and dynamic finite element analysis. Courier Corporation, 2003

  16. [25]

    Statistical and computational inverse problems

    Jari Kaipio and Erkki Somersalo. Statistical and computational inverse problems. V ol. 160. Springer Science & Business Media, 2006

  17. [26]

    Active transcription and epigenetic reactions synergistically regulate meso-scale genomic organization

    A. Kant et al. “Active transcription and epigenetic reactions synergistically regulate meso-scale genomic organization”. In: Nat Commun 15.1 (2024), p. 4338. ISSN : 2041-1723 (Electronic) 2041-1723 (Linking). DOI: 10.1038/s41467-024-48698-z . URL: https://www.ncbi. nlm.nih.gov...

  18. [27]

    Physics-informed machine learning

    George Em Karniadakis et al. “Physics-informed machine learning”. In: Nature Reviews Physics 3.6 (2021), pp. 422–440

  19. [28]

    Adam: A method for stochastic optimization

    Diederik P Kingma and Jimmy Ba. “Adam: A method for stochastic optimization”. In: arXiv preprint arXiv:1412.6980 (2014)

  20. [29]

    Neural Green’s Function Accelerated Iterative Methods for Solving Indefinite Boundary Value Problems

    Shengyan Li et al. “Neural Green’s Function Accelerated Iterative Methods for Solving Indefinite Boundary Value Problems”. In: arXiv preprint arXiv:2410.06919 (2024)

  21. [30]

    Fourier neural operator for parametric partial differential equations

    Zongyi Li et al. “Fourier neural operator for parametric partial differential equations”. In: arXiv preprint arXiv:2010.08895 (2020)

  22. [31]

    Physics-informed neural operator for learning partial differential equations

    Zongyi Li et al. “Physics-informed neural operator for learning partial differential equations”. In: ACM/JMS Journal of Data Science 1.3 (2024), pp. 1–27

  23. [32]

    Physics informed neural network using finite difference method

    Kart Leong Lim, Rahul Dutta, and Mihai Rotaru. “Physics informed neural network using finite difference method”. In: 2022 IEEE International Conference on Systems, Man, and Cybernetics (SMC). IEEE. 2022, pp. 1828–1833

  24. [33]

    Morphogenesis beyond in vivo

    Yue Liu et al. “Morphogenesis beyond in vivo”. In:Nature Reviews Physics 6.1 (2024), pp. 28– 44

  25. [34]

    Sgdr: Stochastic gradient descent with warm restarts

    Ilya Loshchilov and Frank Hutter. “Sgdr: Stochastic gradient descent with warm restarts”. In: arXiv preprint arXiv:1608.03983 (2016)

  26. [35]

    Learning nonlinear operators via DeepONet based on the universal approximation theorem of operators

    Lu Lu et al. “Learning nonlinear operators via DeepONet based on the universal approximation theorem of operators”. In: Nature Machine Intelligence 3.3 (2021), pp. 218–229. ISSN : 2522-

  27. [36]

    Deep learning for universal linear embeddings of nonlinear dynamics

    Bethany Lusch, J Nathan Kutz, and Steven L Brunton. “Deep learning for universal linear embeddings of nonlinear dynamics”. In: Nature communications 9.1 (2018), p. 4950

  28. [37]

    A review of automatic differentiation and its efficient implementation

    Charles C Margossian. “A review of automatic differentiation and its efficient implementation”. In: Wiley interdisciplinary reviews: data mining and knowledge discovery9.4 (2019), e1305

  29. [38]

    Fourier continuation for exact derivative computation in physics-informed neural operators

    Haydn Maust et al. “Fourier continuation for exact derivative computation in physics-informed neural operators”. In: arXiv preprint arXiv:2211.15960 (2022)

  30. [39]

    Discrete mollification and automatic numerical differentiation

    DA Murio, Carlos E Mejía, and S Zhan. “Discrete mollification and automatic numerical differentiation”. In: Computers & Mathematics with Applications 35.5 (1998), pp. 1–16. 11

  31. [40]

    On estimating regression

    Elizbar A Nadaraya. “On estimating regression”. In: Theory of Probability & Its Applications 9.1 (1964), pp. 141–142

  32. [41]

    A review on the attention mechanism of deep learning

    Zhaoyang Niu, Guoqiang Zhong, and Hui Yu. “A review on the attention mechanism of deep learning”. In: Neurocomputing 452 (2021), pp. 48–62

  33. [42]

    Stochastic weather and climate models

    TN Palmer. “Stochastic weather and climate models”. In: Nature Reviews Physics 1.7 (2019), pp. 463–471

  34. [43]

    Automatic differentiation in pytorch

    Adam Paszke et al. “Automatic differentiation in pytorch”. In: (2017)

  35. [44]

    Thermodynamically consistent physics-informed neural networks for hyperbolic systems

    Ravi G Patel et al. “Thermodynamically consistent physics-informed neural networks for hyperbolic systems”. In: Journal of Computational Physics 449 (2022), p. 110754

  36. [45]

    Physics informed kolmogorov-arnold neural networks for dynamical analysis via efficent-kan and wav-kan

    Subhajit Patra et al. “Physics informed kolmogorov-arnold neural networks for dynamical analysis via efficent-kan and wav-kan”. In: arXiv preprint arXiv:2407.18373 (2024)

  37. [46]

    Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations

    Maziar Raissi, Paris Perdikaris, and George E Karniadakis. “Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations”. In: Journal of Computational physics 378 (2019), pp. 686–707. I...

  38. [47]

    Chromatin fibers are formed by heterogeneous groups of nucleo- somes in vivo

    Maria Aurelia Ricci et al. “Chromatin fibers are formed by heterogeneous groups of nucleo- somes in vivo”. In: Cell 160.6 (2015), pp. 1145–1158

  39. [48]

    Neural ODE control for classification, approxima- tion, and transport

    Domenec Ruiz-Balet and Enrique Zuazua. “Neural ODE control for classification, approxima- tion, and transport”. In: SIAM Review 65.3 (2023), pp. 735–773

  40. [49]

    Stochastic optical reconstruction mi- croscopy (STORM) provides sub-diffraction-limit image resolution

    Michael J Rust, Mark Bates, and Xiaowei Zhuang. “Stochastic optical reconstruction mi- croscopy (STORM) provides sub-diffraction-limit image resolution”. In: Nature methods 3.10 (2006), p. 793

  41. [50]

    Smoothing and differentiation of data by simplified least squares procedures

    Abraham Savitzky and Marcel JE Golay. “Smoothing and differentiation of data by simplified least squares procedures.” In: Analytical chemistry 36.8 (1964), pp. 1627–1639

  42. [51]

    Super-resolution microscopy demystified

    Lothar Schermelleh et al. “Super-resolution microscopy demystified”. In: Nature cell biology 21.1 (2019), pp. 72–84

  43. [52]

    Polynomial differentiation decreases the training time complexity of physics-informed neural networks and strengthens their approxi- mation power

    Juan-Esteban Suarez Cardona and Michael Hecht. “Polynomial differentiation decreases the training time complexity of physics-informed neural networks and strengthens their approxi- mation power”. In: Machine Learning: Science and Technology4 (2023)

  44. [53]

    Inverse problem theory and methods for model parameter estimation

    Albert Tarantola. Inverse problem theory and methods for model parameter estimation. SIAM, 2005

  45. [54]

    From PINNs to PIKANs: Recent Advances in Physics-Informed Machine Learning

    Juan Diego Toscano et al. “From PINNs to PIKANs: Recent Advances in Physics-Informed Machine Learning”. In: arXiv preprint arXiv:2410.13228 (2024)

  46. [55]

    Attention is all you need

    Ashish Vaswani et al. “Attention is all you need”. In:Advances in neural information process- ing systems 30 (2017)

  47. [56]

    Polymer model integrates imaging and sequencing to reveal how nanoscale heterochromatin domains influence gene expression

    Vinayak Vinayak et al. “Polymer model integrates imaging and sequencing to reveal how nanoscale heterochromatin domains influence gene expression”. In: Nature Communications 16.1 (2025), p. 3816

  48. [57]

    Understanding and mitigating gradient flow pathologies in physics-informed neural networks

    Sifan Wang, Yujun Teng, and Paris Perdikaris. “Understanding and mitigating gradient flow pathologies in physics-informed neural networks”. In: SIAM Journal on Scientific Computing 43.5 (2021), A3055–A3081. ISSN : 1064-8275

  49. [58]

    On the eigenvector bias of Fourier feature networks: From regression to solving multi-scale PDEs with physics-informed neural net- works

    Sifan Wang, Hanwen Wang, and Paris Perdikaris. “On the eigenvector bias of Fourier feature networks: From regression to solving multi-scale PDEs with physics-informed neural net- works”. In: Computer Methods in Applied Mechanics and Engineering 384 (2021), p. 113938

  50. [59]

    PirateNets: Physics-informed Deep Learning with Residual Adaptive Networks

    Sifan Wang et al. “PirateNets: Physics-informed Deep Learning with Residual Adaptive Networks”. In: arXiv preprint arXiv:2402.00326 (2024)

  51. [60]

    Latent neural operator for solving forward and inverse pde problems

    Tian Wang and Chuang Wang. “Latent neural operator for solving forward and inverse pde problems”. In: arXiv preprint arXiv:2406.03923 (2024)

  52. [61]

    Smooth regression analysis

    Geoffrey S Watson. “Smooth regression analysis”. In:Sankhy¯a: The Indian Journal of Statistics, Series A (1964), pp. 359–372

  53. [62]

    Computational models for mechanics of morphogenesis

    Matthew A Wyczalkowski et al. “Computational models for mechanics of morphogenesis”. In: Birth defects research part C: Embryo today: Reviews 96.2 (2012), pp. 132–152

  54. [63]

    Understanding and improving layer normalization

    Jingjing Xu et al. “Understanding and improving layer normalization”. In: Advances in neural information processing systems 32 (2019). 12

  55. [64]

    Parameter Estimation of Partial Differential Equation Models

    X. Xun et al. “Parameter Estimation of Partial Differential Equation Models”. In: J Am Stat Assoc 108.503 (2013). ISSN : 0162-1459 (Print) 1537-274X (Electronic) 0162-1459 (Linking). DOI: 10 . 1080 / 01621459 . 2013 . 794730. URL: https : / / www . ncbi . nlm . nih . gov / pub...

  56. [65]

    B-PINNs: Bayesian physics-informed neural networks for forward and inverse PDE problems with noisy data

    Liu Yang, Xuhui Meng, and George Em Karniadakis. “B-PINNs: Bayesian physics-informed neural networks for forward and inverse PDE problems with noisy data”. In: Journal of Computational Physics 425 (2021), p. 109913

  57. [66]

    Gradient-enhanced physics-informed neural networks for forward and inverse PDE problems

    Jeremy Yu et al. “Gradient-enhanced physics-informed neural networks for forward and inverse PDE problems”. In: Computer Methods in Applied Mechanics and Engineering 393 (2022), p. 114823

  58. [67]

    Coupled data assimilation and parameter estimation in coupled ocean–atmosphere models: a review

    Shaoqing Zhang et al. “Coupled data assimilation and parameter estimation in coupled ocean–atmosphere models: a review”. In: Climate Dynamics 54 (2020), pp. 5127–5144. ISSN : 0930-7575

  59. [68]

    Pinnsformer: A transformer-based framework for physics-informed neural networks

    Zhiyuan Zhao, Xueying Ding, and B Aditya Prakash. “Pinnsformer: A transformer-based framework for physics-informed neural networks”. In: arXiv preprint arXiv:2307.11833 (2023)

  60. [69]

    Elsevier, 2005

    Olgierd Cecil Zienkiewicz, Robert Leroy Taylor, and Jian Z Zhu.The finite element method: its basis and fundamentals. Elsevier, 2005. A Details of the models A.1 Details of the PINNs implementation Figure 5: Constant forcing term inference in Langevin equation using PINN and M...

  61. [72]

    They can be incorporated into any layer by modifying the standard transformation in a multi-layer perceptron (MLP)

    Residual Connections: Also known as skip connections, residual connections[20] help miti- gate the vanishing gradient problem and facilitate the training of deep neural networks. They can be incorporated into any layer by modifying the standard transformation in a multi-layer ...

  62. [73]

    Layer Normalization: Layer normalization[3] stabilizes and accelerates the training of deep neural networks by normalizing activations across features within each training example, rather than across the batch dimension as in batch normalization. This ensures consistent normal...

  63. [74]

    Given an inputx, we define a set of frequenciesωi within an intervalI⊂ R

    Fourier Features: As shown through previous works[58], input features mapped to a higher- dimensional space using Fourier featuresperform better in capturing high frequency signals in the output. Given an inputx, we define a set of frequenciesωi within an intervalI⊂ R. Specifi...

  64. [75]

    Adam Optimization: Adam is an adaptive optimization algorithm[28] widely used for train- ing deep learning models. It combines the advantages of Momentum and RMSprop, adapting the learning rate for each parameter based on both the first moment (mean of gradients) and 15 Figure...

  65. [76]

    A common approach for this adjustment is cosine annealing, which schedules the learning rate to follow a cosine curve, ensuring a smooth and gradual decay

    Cosine Learning Rate Decay[34]: In deep learning, the learning rate is often initialized at a relatively high value and progressively reduced to refine the model and prevent overshooting minima. A common approach for this adjustment is cosine annealing, which schedules the lea...

  66. [77]

    to capture high-frequency temporal structure. Each layer applies a custom PI Modified Bottleneck block: a three-layer MLP whose residual update is mixed via two learnable nonlinear functionsu(·) andv(·), and whose skip connection is scaled by a trainable parameterα. Finally, t...

  67. [78]

    The order of the mollifying function η

  68. [79]

    For the Langevin equation with constant noisy parameter, various configurations accurately estimate the mean Λ (Fig

    The kernel size, i.e., the integration domain U. For the Langevin equation with constant noisy parameter, various configurations accurately estimate the mean Λ (Fig. 11), but they differ in their ability to capture noise variations. Kernel Size Effect: As shown in Fig. 11, for...

  69. [80]

    Compute the distances between target points and known data points

  70. [81]

    Apply the Gaussian kernel to compute weights

  71. [82]

    Calculate the weighted sum of the data values

  72. [83]

    After applying Watson Kernel interpolation, the interpolated values are used to update image features such asϕh,ϕe, andϕn

    Normalize the weighted sum by the total weights to obtain the interpolated values. After applying Watson Kernel interpolation, the interpolated values are used to update image features such asϕh,ϕe, andϕn. These terms are computed as: 33 ϕh = zmesh× 6 7 0.5 , (56) ϕn = zmesh− ...

  73. [191]

    ISSN : 2157-846X (Electronic) 2157-846X (Linking). DOI: 10 . 1038 / s41551 - 022 - 00910-5. URL: https://www.ncbi.nlm.nih.gov/pubmed/35996026

  74. [5839]

    URL: https://doi.org/10.1038/s42256- 021-00302-5

    DOI: 10.1038/s42256-021-00302-5 . URL: https://doi.org/10.1038/s42256- 021-00302-5

Pith tools

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