Pith. sign in

REVIEW 5 major objections 6 minor 1 cited by

Multi-frequency wavefield solutions for variable velocity models using meta-learning enhanced low-rank physics-informed neural network

T0 review · 5 major / 6 minor · reviewed 2026-08-09 · deepseek-v4-flash

Pith's one-line read This paper claims that decomposing a physics-informed neural network's weights by singular value decomposition, with frequency-dependent singular values supplied by a small hypernetwork and a meta-learned initialization, makes…

desk verdict The core multi-frequency speedup is real and well demonstrated at 3–12 Hz, but the abstract's OOD generalization claim outruns the evidence, and the private code/data block verification. read the letter →

arxiv 2502.00897 v1 pith:T6JXCJBW submitted 2025-02-02 cs.LG physics.geo-ph

classification cs.LGphysics.geo-ph
keywords multi-frequencywavefieldphysics-informedneuralnetworkmeta-learninglow-rankSVDfrequencyembeddinghypernetworkseismicmodelingadaptiverankreductionscattered
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 proposes Meta-LRPINN, a physics-informed neural network for solving the frequency-domain acoustic wave equation across many frequencies and velocity models. Its central claim is that decomposing each hidden-layer weight matrix into singular vectors and singular values, with the singular values generated from the input frequency by a small hypernetwork, makes the network cheap to fine-tune and frequency-adaptive enough to generalize. The authors show that a meta-learned initialization, trained on 40 velocity models and 14 frequencies, lets the network adapt to unseen models and frequencies with far fewer epochs and higher accuracy than a meta-learned full-rank PINN or a vanilla PINN. They also report that pruning the hypernetwork at test time and keeping only the largest singular values preserves accuracy at low and mid frequencies while cutting parameters substantially. If correct, this is a route to scalable seismic wavefield modeling where one trained initialization serves many acquisition frequencies and subsurface scenarios.

What carries the argument

The load-bearing object is the SVD-parameterized low-rank PINN (LRPINN): each hidden-layer weight matrix $W_l$ is written $W_l = U_l \Theta_l V_l^T$, where $U_l$ and $V_l$ are learned, penalized toward orthonormality by an extra loss term, and $\Theta_l = \operatorname{diag}(\sigma_{l,1},\dots,\sigma_{l,k})$ holds frequency-dependent singular values produced by the frequency-embedding hypernetwork (FEH), a small MLP that maps the input frequency to every layer's singular values. This factorization lets one set of singular vectors serve many frequencies while the singular values carry the frequency adaptation. Around it, model-agnostic meta-learning supplies a shared initialization for the LRPINN and FEH, and during meta-testing the FEH is pruned and the retained singular values are fine-tuned; an adaptive rank-reduction step then deletes the smallest singular values and the matching columns of $U_l$ and $V_l$. The orthogonality loss keeps the factorization a genuine SVD so that rank pruning is meaningful.

What would settle it

Run Meta-LRPINN at fixed rank 100 on the 12 Hz overthrust task and compare against the finite-difference reference, then repeat with ranks 200 and 400 while keeping everything else fixed. If increasing the rank does not recover the missing wavefield details, the low-rank SVD representation is not the binding constraint and the paper's account of its own limitation is wrong; if it does recover them, the rank-100 ceiling is confirmed as the stated bottleneck.

Watch

Extended reading notes

Core claim

The paper's central claim is that the information carried by frequency in a multi-frequency scattering problem can be parked inside the singular values of a low-rank weight factorization, so that the network's learned geometry (the singular vectors) stays shared across frequencies while only the scaling of each rank-1 component changes. Building on the authors' earlier Meta-PINN, Meta-LRPINN meta-trains both the low-rank PINN and a frequency-embedding hypernetwork so that, at meta-test time, a test frequency is fed through the hypernetwork to initialize the singular values, the hypernetwork is pruned, and only the singular vectors and singular values are fine-tuned for a few hundred epochs. The numerical evidence is that this converges to accurate scattered-wavefield solutions much faster and to lower error than Meta-PINN and vanilla PINN at 3, 6, and 12 Hz on a layered Marmousi model and an overthrust model, and that it retains reasonable accuracy at an out-of-distribution 18 Hz. The authors are explicit that the method's representational ceiling is set by the chosen rank: for the 12 Hz overthrust case, Meta-LRPINN did not capture all details in the reference wavefield, a limitation attributed at least partly to the rank-100 SVD representation.

Load-bearing premise

The method's accuracy depends on the assumption that a rank-100 singular-value representation of each hidden-layer weight matrix can capture the detail of high-frequency scattered wavefields in complex velocity models; the paper itself notes that at 12 Hz on the overthrust model the predicted wavefield misses details in the reference solution and suggests the chosen rank may be the cause.

Editorial extensions

If this is right

  • A single meta-trained initialization can be adapted to a new velocity model and frequency with a few hundred gradient updates, rather than training from scratch.
  • Adaptive rank reduction during meta-testing cuts the parameter count substantially, with 75–90% reductions improving or matching accuracy at 3 Hz and moderate reductions remaining competitive at 12 Hz.
  • Pruning the frequency-embedding hypernetwork after it has supplied the initial singular values accelerates convergence at low and mid frequencies without hurting final accuracy.
  • The meta-learned initialization transfers to an out-of-distribution frequency of 18 Hz better than Meta-PINN and vanilla PINN, with an immediate drop in physical loss and rapid early accuracy gains.
  • Higher rank is needed to capture fine details in high-frequency wavefields in large complex models; rank-100 outperforms rank-10 and rank-25 at 12 Hz.

Reading between the lines

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

  • The paper leaves implicit that the same recipe could apply to other parametric PDEs: freeze the network's geometry, condition a scalar parameter through the singular values, and meta-learn the shared part, for example with Reynolds number or dimensionless time as the conditioning parameter.
  • The result that rank reduction helps at low frequencies but hurts at high frequencies suggests a frequency-dependent rank schedule, small rank for low frequencies and larger rank for high frequencies, could outperform the fixed rank-100 configuration and would be a cheap test of the claimed link between singular-value magnitude and frequency content.
  • The 18 Hz experiment's early accuracy gain followed by decline hints that the meta-learned initialization is a good starting point but not a stable attractor far outside the training distribution; meta-training on a wider or logarithmically spaced frequency range would show whether the decline moves or disappears.
  • Because the FEH is pruned after initialization, the paper implies frequency conditioning matters mainly for the starting singular values, not for ongoing adaptation; if so, a cheaper analytical frequency-dependent singular-value scaling might capture part of the benefit.
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

5 major / 6 minor

Summary. This paper proposes Meta-LRPINN, a PINN framework for multi-frequency 2D acoustic scattered wavefields in variable velocity models. The method factorizes each hidden-layer weight as U_l Θ_l V_l^T, uses a frequency embedding hypernetwork (FEH) to generate the singular values Θ_l from the input frequency, meta-trains the initialization of the low-rank network and FEH across 40 velocity models and 14 frequencies, and at meta-test time prunes the FEH and optionally reduces rank. Experiments on a Marmousi-extracted layered model and a smoothed overthrust model at 3, 6, and 12 Hz compare against Meta-PINN and vanilla PINN, with additional studies of rank reduction, rank size, FEH pruning, and an out-of-distribution frequency of 18 Hz. The stated central claims are faster convergence, higher accuracy, and strong OOD generalization.

Significance. If the empirical claims held, Meta-LRPINN would be a practically useful step for PINN-based seismic modeling: it combines parameter reduction via SVD with fast adaptation via MAML and introduces a natural frequency-conditioning mechanism. The paper also contributes a clear set of ablations on meta-learning, rank size, FEH pruning, and rank reduction. However, the manuscript currently lacks the quantitative and statistical evidence needed to support its headline claims: there are no final accuracy numbers, no repeated runs or error bars, no public code/data, and the paper's own OOD experiment shows a declining accuracy curve. These gaps are substantial for an empirical methods paper.

major comments (5)
  1. [Section 5.4, Figure 19] The abstract's claim of 'strong generalization to out-of-distribution frequencies' is contradicted by the paper's own OOD experiment. The text states that at 18 Hz 'Meta-LRPINN initially improves rapidly within just a few epochs, but its accuracy subsequently declines,' and no final converged accuracy, early-stopping rule, or error bars are reported. The evidence supports at most a warm-start benefit on an OOD frequency, not strong generalization. Please either soften the claim or add experiments that demonstrate stable convergence (e.g., best-epoch curves, learning-rate schedules, or further OOD frequencies) and report final accuracy with uncertainty.
  2. [Sections 4.2–4.3, Figures 3 and 8] The central accuracy claim is not quantitatively supported. All comparisons are presented as loss/accuracy curves, but the text never reports the converged MSE values for Meta-LRPINN, Meta-PINN, or vanilla PINN at any frequency. Without final numbers, repeated runs, and error bars, 'much higher accuracy' cannot be assessed or reproduced. Please report final accuracy metrics, with standard deviations over at least a few random seeds, for each method and frequency.
  3. [Section 4.3, Figure 11] The overthrust 12 Hz experiment shows a failure mode under the chosen rank: the authors state that 'the Meta-LRPINN overall could not capture the details in the reference wavefield solution' and attribute this to the SVD rank. This directly limits the scope of the claim that Meta-LRPINN achieves high accuracy for high-frequency wavefields in complex models. Please either demonstrate that increasing the rank resolves this failure, or explicitly restrict the accuracy claim to the ranks and frequencies for which the representation is adequate.
  4. [Sections 3.4–3.5, 4.4, and 5.2] The rank-adaptive pruning relies on an empirical assumption that is never validated: that larger singular values correspond to lower-frequency content and that retaining the top r fraction preserves accuracy. The orthogonality loss in Eq. (22) is also assumed to keep U_l and V_l close to orthonormal, but no orthogonality error is measured. Please report the actual orthogonality error of the learned factors and, if possible, a direct validation of the singular-value-frequency association that motivates pruning.
  5. [Code and Data Availability] The reproducibility of the experimental section is currently blocked. The stated repository is private, no code or data are provided, and the finite-difference reference solver is not described in terms of grid spacing, discretization order, boundary conditions, or convergence criteria. For an empirical paper whose main contribution is a numerical method, I would request release of the code/data, or a detailed pseudocode plus benchmark outputs, before acceptance.
minor comments (6)
  1. [Section 2 heading] The heading 'Reivew of frequency-domain scattered wavefield solutions' should be 'Review'.
  2. [Abstract and throughout] There are several grammar errors, e.g., 'much fast convergence speed and much high accuracy'; these should be corrected throughout.
  3. [Acknowledgments] 'The authors thank the DeepWave sponsors fort heir support' should be 'for their support'.
  4. [Section 3.3] The sentence containing 'mathcalT represents all training data set' appears to be a LaTeX rendering error; please fix the notation.
  5. [Figures 4–6 and 9–11] The figure captions do not list the exact hyperparameters and epoch-to-iteration mapping used for the displayed snapshots; adding this information would help readers interpret the convergence claims.
  6. [Section 5.2] The phrase 'the rank-10 model performs relatively poor' is ungrammatical, and the qualitative comparison of rank-10 and rank-25 at different frequencies would benefit from the quantitative metrics requested in the major comments.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: Meta-LRPINN is validated against external finite-difference references, and its PDE-residual training does not encode the target wavefields.

full rationale

This is an empirical methods paper rather than a derivation from first principles, and its central comparisons are self-contained in the relevant sense. The training objective is the physics-informed residual of the scattered Helmholtz equation (Equation 6), not a regression against the reference wavefields; the numerical references used for accuracy evaluation are computed with a finite-difference method, so the accuracy metric is external to the network's optimization. The FEH maps frequency to singular values by construction, but this is the proposed architecture itself rather than a concealed reuse of the target output; the predicted quantity is the LRPINN wavefield produced after meta-testing fine-tuning against the PDE loss. The self-citations to the authors' prior Meta-PINN work are used as a baseline and for a regularization-loss reference, but the novel low-rank and frequency-embedding components are evaluated against that baseline and against vanilla PINN using the same external references, so the self-citation is not load-bearing. There is no uniqueness theorem imported from the authors' prior work, and no ansatz is smuggled in via citation: the SVD low-rank parameterization, FEH, and meta-learning steps are stated directly in the paper. The manuscript does contain internal limitations: Section 4.3 concedes that for the 12 Hz overthrust case 'Meta-LRPINN overall could not capture the details in the reference wavefield solution,' and Section 5.4 reports that at the out-of-distribution 18 Hz frequency 'its accuracy subsequently declines.' These are performance limitations relevant to the strength of the generalization claim, but they are not circularity: they do not show that any claimed result reduces by construction to its inputs. No fitted parameter is renamed as a prediction, and no derived quantity is defined in terms of the quantity it is supposed to predict. The appropriate finding is therefore no significant circularity.

Assumptions & free parameters 7 free parameters · 8 assumptions · 1 invented entities

The central claim rests on several modeling choices that the paper does not independently justify: the rank-100 SVD representation must be expressive enough for high-frequency wavefields, the FEH must provide useful frequency-dependent initialization, the soft orthogonality loss must keep U and V close to orthonormal, and the meta-training distribution must cover the test scenarios. The free parameters are the network sizes, ranks, learning rates, loss weights, and rank-retention ratios chosen by hand. No new physical entities are postulated; the only invented component is the FEH hypernetwork.

free parameters (7)
  • SVD rank k = 100 (meta-training); 10-200 in rank experiments
    Controls the capacity of the low-rank weight decomposition; chosen by hand, no a priori justification.
  • Retention ratio r for rank pruning = 1.0, 0.5, 0.25, 0.1
    User-chosen threshold defining how many singular values are kept during meta-testing; different values give different accuracy and complexity trade-offs.
  • Loss weights lambda_p, lambda_r, lambda_ort, lambda_scale = 1, 1, 1, 0.1
    Set without tuning to demonstrate generality; still affect the objective and hence the solutions.
  • Learning rates and decay schedule = inner 2e-3; outer 1e-3 decay 0.8 per 5000 epochs; meta-test 1e-3 decay 0.5 at epochs 2000, 4000, 8000
    Optimization hyperparameters chosen by hand; no sensitivity analysis provided.
  • FEH architecture = 3 hidden layers, 80 neurons each
    Hypernetwork capacity for mapping frequency to singular values; chosen without reported tuning.
  • Main LRPINN width and depth = 6 hidden layers; U and V of size 320x100; baselines 320 neurons per layer
    Network capacity for wavefield representation; chosen by hand, affects comparison fairness.
  • Meta-training task scale = 40 velocity models x 14 frequencies = 560 tasks; 50000 epochs
    Scale of meta-training; chosen by hand and affects generalization.
assumptions (8)
  • domain assumption The constant-density acoustic wave equation (Eq. 1) governs the scattered wavefields.
    Used as the physical model throughout; standard in seismic modeling.
  • standard math The scattered-field reformulation (Eq. 2) and analytic Hankel background field (Eq. 3) are valid and remove the source singularity.
    Invoked in Section 2 to define the PDE loss; standard scattering theory.
  • domain assumption The finite-difference numerical references are accurate enough to serve as ground truth for MSE comparisons.
    Used to compute accuracy; details of the FD solver are not provided.
  • ad hoc to paper A rank-100 SVD factorization of each hidden layer can represent the multi-frequency scattered wavefield with sufficient accuracy.
    No a priori bound or validation is given; the paper itself notes failure to capture detail at 12 Hz on the overthrust model (Section 4.3).
  • ad hoc to paper The FEH can map any test frequency to singular values that serve as a good starting point for fine-tuning.
    FEH is trained on 2-15 Hz; for OOD 18 Hz the accuracy declines after early epochs (Section 5.4).
  • ad hoc to paper The soft orthogonality loss keeps U and V close enough to orthonormal for the factorization to be treated as an SVD.
    No quantitative orthogonality check is reported; the loss only encourages, not enforces, orthonormality.
  • ad hoc to paper The 40 training velocity models and the 2-15 Hz frequency range are representative enough for generalization to new models and out-of-distribution frequencies.
    Only two held-out models and one OOD frequency are tested; generation process for training models is not described.
  • ad hoc to paper Larger singular values correspond to low-frequency content, and smaller singular values to high-frequency details, justifying rank pruning.
    Stated in Section 3.4 without direct evidence; rank reduction results show this heuristic is only partially valid, since aggressive pruning hurts 12 Hz accuracy.
invented entities (1)
  • Frequency embedding hypernetwork (FEH)
    purpose: Maps input frequency to diagonal singular-value matrices for each LRPINN layer, enabling frequency-adaptive weights.
    The FEH is a novel architectural component, not a physical entity. Its effectiveness is only demonstrated on the paper's own experiments; no external or falsifiable handle is provided outside the paper.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Multi-frequency wavefield solutions for variable velocity models using meta-learning enhanced low-rank physics-informed neural network." pith.science (2026). https://pith.science/paper/T6JXCJBW

@misc{pith2026250200897,
  author       = {Pith},
  title        = {Pith review of: Multi-frequency wavefield solutions for variable velocity models using meta-learning enhanced low-rank physics-informed neural network},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/T6JXCJBW}},
  note         = {Machine review of arXiv:2502.00897}
}
read the original abstract

Physics-informed neural networks (PINNs) face significant challenges in modeling multi-frequency wavefields in complex velocity models due to their slow convergence, difficulty in representing high-frequency details, and lack of generalization to varying frequencies and velocity scenarios. To address these issues, we propose Meta-LRPINN, a novel framework that combines low-rank parameterization using singular value decomposition (SVD) with meta-learning and frequency embedding. Specifically, we decompose the weights of PINN's hidden layers using SVD and introduce an innovative frequency embedding hypernetwork (FEH) that links input frequencies with the singular values, enabling efficient and frequency-adaptive wavefield representation. Meta-learning is employed to provide robust initialization, improving optimization stability and reducing training time. Additionally, we implement adaptive rank reduction and FEH pruning during the meta-testing phase to further enhance efficiency. Numerical experiments, which are presented on multi-frequency scattered wavefields for different velocity models, demonstrate that Meta-LRPINN achieves much fast convergence speed and much high accuracy compared to baseline methods such as Meta-PINN and vanilla PINN. Also, the proposed framework shows strong generalization to out-of-distribution frequencies while maintaining computational efficiency. These results highlight the potential of our Meta-LRPINN for scalable and adaptable seismic wavefield modeling.

Figures

Figures reproduced from arXiv: 2502.00897 by the authors.

Figure 1
Figure 1. Illustration of the proposed LRPINN with frequency embedding. (a) [PITH_FULL_IMAGE:figures/full_fig_p006_1.png] view at source ↗
Figure 2
Figure 2. The layered velocity model extracted from the Marmousi model. [PITH_FULL_IMAGE:figures/full_fig_p011_2.png] view at source ↗
Figure 3
Figure 3. Comparison of physical loss and accuracy curves between our Meta-LRPINN (blue), Meta-PINN (orange), [PITH_FULL_IMAGE:figures/full_fig_p012_3.png] view at source ↗
Figures from the paper (16 more)
Figure 4
Figure 4. Figure 4: Comparison of the real part of the scattered wavefield solutions at 3 Hz for the layered velocity model. (a) [PITH_FULL_IMAGE:figures/full_fig_p013_4.png]
Figure 5
Figure 5. Figure 5: Similar with Figure [PITH_FULL_IMAGE:figures/full_fig_p014_5.png]
Figure 6
Figure 6. Figure 6: Similar with Figure [PITH_FULL_IMAGE:figures/full_fig_p015_6.png]
Figure 7
Figure 7. Figure 7: Overthrust velocity model. 15 [PITH_FULL_IMAGE:figures/full_fig_p015_7.png]
Figure 8
Figure 8. Figure 8: Comparison of physical loss and accuracy curves between our Meta-LRPINN (blue), Meta-PINN (orange), [PITH_FULL_IMAGE:figures/full_fig_p016_8.png]
Figure 9
Figure 9. Figure 9: Comparison of the real part of the scattered wavefield solutions at 3 Hz for the overthrust model. (a) Numerical [PITH_FULL_IMAGE:figures/full_fig_p017_9.png]
Figure 10
Figure 10. Figure 10: Similar with Figure [PITH_FULL_IMAGE:figures/full_fig_p017_10.png]
Figure 11
Figure 11. Figure 11: Similar with Figure [PITH_FULL_IMAGE:figures/full_fig_p018_11.png]
Figure 12
Figure 12. Figure 12: Comparison of physical loss and accuracy curves between four rank configurations on the layered velocity [PITH_FULL_IMAGE:figures/full_fig_p020_12.png]
Figure 13
Figure 13. Figure 13: Comparison of the real part of the scattered wavefield solutions at 3 Hz for the layered velocity model (Figure [PITH_FULL_IMAGE:figures/full_fig_p021_13.png]
Figure 14
Figure 14. Figure 14: Similar with Figure [PITH_FULL_IMAGE:figures/full_fig_p022_14.png]
Figure 15
Figure 15. Figure 15: Similar with Figure [PITH_FULL_IMAGE:figures/full_fig_p023_15.png]
Figure 16
Figure 16. Figure 16: The physical loss and accuracy curves of LRPINN initialized with random parameters for three different [PITH_FULL_IMAGE:figures/full_fig_p024_16.png]
Figure 17
Figure 17. Figure 17: Comparison of physical loss and accuracy curves between different rank sizes on layered model: rank = 10 [PITH_FULL_IMAGE:figures/full_fig_p025_17.png]
Figure 18
Figure 18. Figure 18: Comparison of physical loss and accuracy curves between pruning FEH (blue) and retaining FEH (orange) [PITH_FULL_IMAGE:figures/full_fig_p026_18.png]
Figure 19
Figure 19. Figure 19: Test the performance of our Meta-LRPINN (blue) on an out-of-distribution frequency (18 Hz), where we [PITH_FULL_IMAGE:figures/full_fig_p027_19.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. DiffPINN: Generative diffusion-initialized physics-informed neural networks for accelerating seismic wavefield representation

    physics.geo-ph 2025-05 conditional novelty 5.0 of 10

    A conditional latent diffusion model generates physics-informed neural network initializations that speed up seismic wavefield PINN training and improve accuracy.

Reference graph

Works this paper leans on

36 extracted references · 22 canonical work pages · cited by 1 Pith paper

  1. [1]

    Seismic modeling

    Jose M Carcione, G \'e rard C Herman, and APE Ten Kroode. Seismic modeling. Geophysics, 67 0 (4): 0 1304--1325, 2002

  2. [2]

    Full seismic waveform modelling and inversion

    Andreas Fichtner. Full seismic waveform modelling and inversion. Springer Science & Business Media, 2010

  3. [3]

    Accuracy of finite-difference and finite-element modeling of the scalar and elastic wave equations

    Kurt J Marfurt. Accuracy of finite-difference and finite-element modeling of the scalar and elastic wave equations. Geophysics, 49 0 (5): 0 533--549, 1984

  4. [4]

    Seismic waveform inversion in the frequency domain, part 1: Theory and verification in a physical scale model

    R Gerhard Pratt. Seismic waveform inversion in the frequency domain, part 1: Theory and verification in a physical scale model. Geophysics, 64 0 (3): 0 888--901, 1999

  5. [5]

    Seismic waveform inversion in the frequency domain, part 2: Fault delineation in sediments using crosshole data

    R Gerhard Pratt and Richard M Shipp. Seismic waveform inversion in the frequency domain, part 2: Fault delineation in sediments using crosshole data. Geophysics, 64 0 (3): 0 902--914, 1999

  6. [6]

    Frequency-domain elastic wave modeling by finite differences: A tool for crosshole seismic imaging

    R Gerhard Pratt. Frequency-domain elastic wave modeling by finite differences: A tool for crosshole seismic imaging. Geophysics, 55 0 (5): 0 626--632, 1990

  7. [7]

    3d finite-difference frequency-domain modeling of visco-acoustic wave propagation using a massively parallel direct solver: A feasibility study

    St \'e phane Operto, Jean Virieux, Patrick Amestoy, Jean-Yves L’Excellent, Luc Giraud, and Hafedh Ben Hadj Ali. 3d finite-difference frequency-domain modeling of visco-acoustic wave propagation using a massively parallel direct solver: A feasibility study. Geophysics, 72 0 (5): 0 SM195--SM211, 2007

  8. [8]

    A new iterative solver for the time-harmonic wave equation

    CD Riyanti, YA Erlangga, R-E Plessix, Wim A Mulder, C Vuik, and C Oosterlee. A new iterative solver for the time-harmonic wave equation. Geophysics, 71 0 (5): 0 E57--E63, 2006

Show all 36 references
  1. [9]

    Three-dimensional frequency-domain full-waveform inversion with an iterative solver

    Ren \'e - \'E douard Plessix. Three-dimensional frequency-domain full-waveform inversion with an iterative solver. Geophysics, 74 0 (6): 0 WCC149--WCC157, 2009

  2. [10]

    3d finite-difference modeling of elastic wave propagation in the laplace-fourier domain

    Petr V Petrov and Gregory A Newman. 3d finite-difference modeling of elastic wave propagation in the laplace-fourier domain. Geophysics, 77 0 (4): 0 T137--T155, 2012

  3. [11]

    An efficient helmholtz solver for acoustic transversely isotropic media

    Zedong Wu and Tariq Alkhalifah. An efficient helmholtz solver for acoustic transversely isotropic media. Geophysics, 83 0 (2): 0 C75--C83, 2018

  4. [12]

    An optimal nearly analytic discrete method for 2d acoustic and elastic wave equations

    Dinghui Yang, Ming Lu, Rushan Wu, and Jiming Peng. An optimal nearly analytic discrete method for 2d acoustic and elastic wave equations. Bulletin of the Seismological Society of America, 94 0 (5): 0 1982--1992, 2004

  5. [13]

    A finite-difference iterative solver of the helmholtz equation for frequency-domain seismic wave modeling and full-waveform inversion

    Xingguo Huang and Stewart Greenhalgh. A finite-difference iterative solver of the helmholtz equation for frequency-domain seismic wave modeling and full-waveform inversion. Geophysics, 86 0 (2): 0 T107--T116, 2021

  6. [14]

    Accelerating the shifted laplace preconditioner for the helmholtz equation by multilevel deflation

    Abdul Hanan Sheikh, Domenico Lahaye, L Garcia Ramos, Reinhard Nabben, and Cornelis Vuik. Accelerating the shifted laplace preconditioner for the helmholtz equation by multilevel deflation. Journal of Computational Physics, 322: 0 473--490, 2016

  7. [15]

    An iterative solver for the 3d helmholtz equation

    Mikhail Belonosov, Maxim Dmitriev, Victor Kostin, Dmitry Neklyudov, and Vladimir Tcheverda. An iterative solver for the 3d helmholtz equation. Journal of computational physics, 345: 0 330--344, 2017

  8. [16]

    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. Journal of Computational physics, 378: 0 686--707, 2019

  9. [17]

    Physics-informed neural networks (pinns) for wave propagation and full waveform inversions

    Majid Rasht-Behesht, Christian Huber, Khemraj Shukla, and George Em Karniadakis. Physics-informed neural networks (pinns) for wave propagation and full waveform inversions. Journal of Geophysical Research: Solid Earth, 127 0 (5): 0 e2021JB023120, 2022

  10. [18]

    Kronecker neural networks overcome spectral bias for pinn-based wavefield computation

    Umair Bin Waheed. Kronecker neural networks overcome spectral bias for pinn-based wavefield computation. IEEE Geoscience and Remote Sensing Letters, 19: 0 1--5, 2022

  11. [19]

    Multi-frequency wavefield modeling of acoustic vti wave equation using physics informed neural networks

    Ali Imran Sandhu, Umair bin Waheed, Chao Song, Oliver Dorn, and Pantelis Soupios. Multi-frequency wavefield modeling of acoustic vti wave equation using physics informed neural networks. Frontiers in Earth Science, 11: 0 1227828, 2023

  12. [20]

    Review of physics-informed machine-learning inversion of geophysical data

    Gerard T Schuster, Yuqing Chen, and Shihang Feng. Review of physics-informed machine-learning inversion of geophysical data. Geophysics, 89 0 (6): 0 T337--T356, 2024

  13. [21]

    Modeling multisource multifrequency acoustic wavefields by a multiscale fourier feature physics-informed neural network with adaptive activation functions

    Xintao Chai, Zhiyuan Gu, Hang Long, Shaoyong Liu, Taihui Yang, Lei Wang, Fenglin Zhan, Xiaodong Sun, and Wenjun Cao. Modeling multisource multifrequency acoustic wavefields by a multiscale fourier feature physics-informed neural network with adaptive activation functions. Geop...

  14. [22]

    Solving the frequency-domain acoustic vti wave equation using physics-informed neural networks

    Chao Song, Tariq Alkhalifah, and Umair Bin Waheed. Solving the frequency-domain acoustic vti wave equation using physics-informed neural networks. Geophysical Journal International, 225 0 (2): 0 846--859, 2021

  15. [23]

    A versatile framework to solve the helmholtz equation using physics-informed neural networks

    Chao Song, Tariq Alkhalifah, and Umair Bin Waheed. A versatile framework to solve the helmholtz equation using physics-informed neural networks. Geophysical Journal International, 228 0 (3): 0 1750--1762, 2022

  16. [24]

    Pinneik: Eikonal solution using physics-informed neural networks

    Umair Bin Waheed, Ehsan Haghighat, Tariq Alkhalifah, Chao Song, and Qi Hao. Pinneik: Eikonal solution using physics-informed neural networks. Computers & Geosciences, 155: 0 104833, 2021

  17. [25]

    A modified physics-informed neural network with positional encoding

    Xinquan Huang, Tariq Alkhalifah, and Chao Song. A modified physics-informed neural network with positional encoding. In SEG International Exposition and Annual Meeting, page D011S106R002. SEG, 2021

  18. [26]

    Helmholtz-equation solution in nonsmooth media by a physics-informed neural network incorporating quadratic terms and a perfectly matching layer condition

    Yanqi Wu, Hossein S Aghamiry, Stephane Operto, and Jianwei Ma. Helmholtz-equation solution in nonsmooth media by a physics-informed neural network incorporating quadratic terms and a perfectly matching layer condition. Geophysics, 88 0 (4): 0 T185--T202, 2023

  19. [27]

    Physics-informed neural wavefields with gabor basis functions

    Tariq Alkhalifah and Xinquan Huang. Physics-informed neural wavefields with gabor basis functions. Neural Networks, 175: 0 106286, 2024

  20. [28]

    Meta-auto-decoder for solving parametric partial differential equations

    Xiang Huang, Zhanhong Ye, Hongsheng Liu, Shi Ji, Zidong Wang, Kang Yang, Yang Li, Min Wang, Haotian Chu, Fan Yu, et al. Meta-auto-decoder for solving parametric partial differential equations. Advances in Neural Information Processing Systems, 35: 0 23426--23438, 2022

  21. [29]

    Single reference frequency loss for multifrequency wavefield representation using physics-informed neural networks

    Xinquan Huang and Tariq Alkhalifah. Single reference frequency loss for multifrequency wavefield representation using physics-informed neural networks. IEEE Geoscience and Remote Sensing Letters, 19: 0 1--5, 2022

  22. [30]

    Simulating seismic multifrequency wavefields with the fourier feature physics-informed neural network

    Chao Song and Yanghua Wang. Simulating seismic multifrequency wavefields with the fourier feature physics-informed neural network. Geophysical Journal International, 232 0 (3): 0 1503--1514, 2023

  23. [31]

    Multiple wavefield solutions in physics-informed neural networks using latent representation

    Mohammad H Taufik, Xinquan Huang, and Tariq Alkhalifah. Multiple wavefield solutions in physics-informed neural networks using latent representation. IEEE Geoscience and Remote Sensing Letters, 2024

  24. [32]

    Meta learning for improved neural network wavefield solutions

    Shijun Cheng and Tariq Alkhalifah. Meta learning for improved neural network wavefield solutions. Surveys in Geophysics, pages 1--23, 2025

  25. [33]

    Model-agnostic meta-learning for fast adaptation of deep networks

    Chelsea Finn, Pieter Abbeel, and Sergey Levine. Model-agnostic meta-learning for fast adaptation of deep networks. In International conference on machine learning, pages 1126--1135. PMLR, 2017

  26. [34]

    Richards

    Keiiti Aki and Paul G. Richards. Quantitative seismology: Theory and methods. 1980. URL https://api.semanticscholar.org/CorpusID:58794764

  27. [35]

    Wavefield solutions from machine learned functions constrained by the helmholtz equation

    Tariq Alkhalifah, Chao Song, Umair bin Waheed, and Qi Hao. Wavefield solutions from machine learned functions constrained by the helmholtz equation. Artificial Intelligence in Geosciences, 2: 0 11--19, 2021

  28. [36]

    Decoupled weight decay regularization

    Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization. arXiv preprint arXiv:1711.05101, 2017

Pith tools

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