Pith. sign in

REVIEW 4 major objections 6 minor 62 references

Equivariant Eikonal Neural Networks: Grid-Free, Scalable Travel-Time Prediction on Homogeneous Spaces

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

Pith's one-line read A single network can solve the eikonal equation for many velocity fields, and steering the latent code steers the answer exactly.

desk verdict A sound theory paper with a useful equivariant eikonal solver, but the abstract oversells validation on spaces that are only future work, and the empirical claims need error bars before fully trusting the numbers. read the letter →

arxiv 2505.16035 v3 pith:VYNG6NLW submitted 2025-05-21 cs.LG cs.AI

classification cs.LGcs.AI
keywords equivariantneuralfieldseikonalequationtravel-timepredictionphysics-informednetworksmovingframeinvariantshomogeneousspacesseismicvelocitymodelssolver
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 introduces Equivariant Neural Eikonal Solvers (E-NES), a way to learn travel-time solutions of the eikonal equation for many different velocity fields with a single neural network. The paper's central claim is that a network built from the invariants $(g_i^{-1}s, g_i^{-1}r)$ for source $s$, receiver $r$, and latent pose $g_i$ is exactly equivariant, so transforming the learned latent code for a velocity field transforms the predicted travel-time field---and the correspondingly steered velocity field---without retraining. If this claim is right, one shared, grid-free model can replace per-field numerical solvers or per-field networks, with a new velocity field represented by a small latent point cloud fitted by a physics-based loss alone. Empirically, converged autodecoding E-NES beats the FC-DeepONet operator baseline on seven of ten OpenFWI benchmark datasets, and meta-learning fits new fields two orders of magnitude faster.

What carries the argument

The load-bearing machinery is the pose-context point cloud $z=\{(g_i,c_i)\}$ combined with an invariant cross-attention encoder. For each source--receiver pair and each latent pose $g_i$, the encoder consumes the joint invariants $(g_i^{-1}s,\,g_i^{-1}r)$, produced by the moving-frame method, a systematic procedure that constructs a complete set of functionally independent invariants of a group action. Theorem 4.1 restores the moving-frame method to non-free group actions by adjoining the latent pose itself to the product manifold, making the action free and guaranteeing the invariants separate orbits. The architecture symmetrizes over source and receiver with a Reynolds average, factors the travel time as $T=\tilde d\,\tau$ with an invariant semimetric $\tilde d$, trains with the eikonal Hamiltonian loss on both gradients, and fits per-field latents by autodecoding or meta-learning.

What would settle it

Fit a held-out velocity field from a family far outside the training set, starting its latent from scratch and driving the eikonal residual (5) to a small value, then compare predicted travel times against second-order factored fast marching ground truth. If the loss can be driven near zero while the travel-time error stays large, the PDE loss plus a finite latent code is not uniquely identifying solutions. A targeted version on the sphere would check whether the factorized ansatz with Euclidean chordal distance can satisfy the eikonal equation in a strongly bent, high-contrast velocity field.

Watch

Extended reading notes

Core claim

The discovery is that equivariant conditioning on a Lie-group point cloud makes travel-time prediction steerable without losing expressivity. For a latent $z=\{(g_i,c_i)\}$ of pose-context pairs and inputs $(s,r)$, the features $\mathrm{Inv}(s,r,g_i)=(g_i^{-1}s,\,g_i^{-1}r)$ form a complete, functionally independent set of invariants for the diagonal group action on the augmented product manifold (Theorem 4.1); the network $T_\theta(s,r;z)=\tilde d(s,r)\,\tau_\theta(s,r;z)$ therefore loses no information by using them and is exactly equivariant, $T_\theta(s,r;g\cdot z)=T_\theta(g^{-1}s,\,g^{-1}r;z)$. Proposition 4.1 then shows that if $T_\theta(\cdot,\cdot;z_l)$ solves the two-point eikonal equation for velocity $v_l$, the steered network $T_\theta(\cdot,\cdot;g\cdot z_l)$ solves it for the group-transformed velocity $\mu(g,v_l)$; for isometric actions this is simply $v_l(g^{-1}\cdot s)$. Training uses only the eikonal Hamiltonian residual (Equation 5) and never ground-truth travel times, keeping the solver grid-free and allowing extension to 3D and spherical domains, where it still recovers correct wavefronts. On the OpenFWI benchmark, converged autodecoding outperforms FC-DeepONet on seven of ten datasets.

Load-bearing premise

The premise that must hold is that a small learned code (nine geometric-context pairs in 2D) together with the eikonal equation as the only loss contains enough information to single out the correct travel-time solution for a new velocity field, and that factoring the solution as a distance-like semimetric times a correction does not exclude valid wavefronts.

Editorial extensions

If this is right

  • Once one velocity field in a group orbit is encoded, every transformed field is solved for free by applying the same transformation to the latent pose set.
  • Storing a field costs a few hundred latent parameters (315 in the 2D setup) independent of grid resolution, rather than a discretized field or a dedicated trained network.
  • Meta-learning reduces per-batch fitting time for new fields from roughly 1000 seconds to under 6 seconds, making near-real-time travel-time prediction plausible.
  • The same architecture handles non-Euclidean homogeneous spaces, predicting travel times on the sphere and recovering geodesic paths by bidirectional gradient backtracking.
  • Because the loss is the eikonal equation itself, the method inherits grid-free, resolution-independent evaluation.

Reading between the lines

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

  • Beyond the paper's benchmarks, the same invariant construction should transfer to other two-point physical quantities such as wavefields, Green's functions, or distance transforms whenever the domain carries a Lie-group action.
  • A testable consequence of the equivariance claim: training on one orbit of transformed velocity fields should already generalize to unseen fields in that orbit, so any errors on such fields would localize the failure in the latent code rather than in the equivariant backbone.
  • The factored ansatz $T=\tilde d\,\tau$ with a chordal-distance semimetric is justified empirically here; a stress test on high-contrast spherical fields with strongly bending geodesics would show whether a geodesic-aware semimetric is ever needed.
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

4 major / 6 minor

Summary. The paper introduces E-NES, a conditional neural field for solving the two-point eikonal equation on Riemannian manifolds. The travel-time is factored as T(s,r)=d̃(s,r)τ(s,r), where d̃ is an invariant semimetric and τ is produced by a network conditioned on a latent point cloud of pose-context pairs. The network is made steerable by using the invariant features (g_i^{-1}s, g_i^{-1}r) inside a cross-attention encoder. The authors prove that if the network solves the eikonal equation for a velocity field v_l with latent z_l, then the same network with latent g·z_l solves the eikonal equation for a g-steered velocity field (Proposition 4.1), and they give a moving-frame construction of the invariants (Theorem 4.1). Training is done purely with a Hamiltonian PDE loss in autodecoding and meta-learning modes. Experiments cover 2D and 3D OpenFWI seismic benchmarks and spherical travel-time problems, with comparisons to FC-DeepONet and Functa.

Significance. The theoretical core is genuinely useful: Proposition 4.1 gives a clean, exact steerability statement, and Theorem 4.1 provides a principled way to obtain complete invariants by augmenting the product space with a latent pose. The paper also ships reproducible code, contains detailed appendix proofs, and includes a falsifiable steerability experiment. If the empirical claims are confirmed, E-NES would be a valuable resolution-invariant, geometry-aware alternative to operator-based eikonal solvers. However, the empirical support is currently too thin for the advertised breadth: all comparisons are single runs without uncertainty, the spherical benchmark has no baseline, and the abstract promises domains that are not tested.

major comments (4)
  1. [§4.1, Appendix C.1, Appendix E.7] The headline orbit-generalization claim is only verified in the forward direction. Proposition 4.1 shows that if z_l solves for v_l, then g·z_l solves for µ(g,v_l). But at inference a new velocity field is encoded by unconstrained SGD over z (Algorithms 1 and 2), and nothing ensures that fitting the eikonal loss for µ(g,v_l) recovers g·z_l (or an equivalent latent). Appendix E.7 transforms a fitted latent and checks the output; it does not fit latents for steered fields and compare them to the steered latents. Thus the statement in §4.1 that 'solving the eikonal equation for one velocity field automatically extends to its entire family under group actions' is not established end-to-end. Please add an experiment that fits latents for µ(g,v) for several g and reports both the distance between the fitted latent and g·z_v and the resulting travel-time error, or explicitly qualify the claim as a property of the representation rather than of the inference procedure.
  2. [Abstract, §5.3, §6] The abstract states that the framework includes 'position-orientation, spherical, and hyperbolic manifolds,' but the experiments cover only Euclidean domains and the 2-sphere; Section 6 explicitly lists position-orientation spaces and hyperbolic spaces as future work. This mismatch should be corrected. Moreover, Table 3 reports only E-NES's own errors on the sphere with no baseline comparison, so the claim of superior generalization to non-Euclidean domains is not actually supported. Please add at least one baseline on the sphere (e.g., a non-equivariant conditional neural field or a conventional eikonal solver) or temper the abstract and discussion accordingly.
  3. [Tables 1–3, Figures 2–3] All empirical comparisons appear to be single runs with no error bars, confidence intervals, or multiple seeds. Since the central performance claim is that E-NES 'outperforms' FC-DeepONet on 7 of 10 datasets, and some differences are modest (e.g., Table 1, FlatVel-A: E-NES RE 0.00506 vs FC-DeepONet 0.00277, where E-NES is worse), the reader cannot assess whether the differences are meaningful. Please provide at least three seeds with means and standard deviations for the headline comparisons, or clearly state that the results are single-run and avoid unqualified 'superior performance' wording.
  4. [§4.3, Theorem 4.1] The completeness claim is under-specified for the actual architecture. Theorem 4.1 proves completeness of the invariants for the augmented space Π×G with a single auxiliary group element, but the network uses N latent poses and only the per-latent invariants (g_i^{-1}s, g_i^{-1}r) in Eq. (4). The paper does not prove that this collection of invariants, together with the contexts c_i, is complete for the joint action on the full multi-latent cloud, nor does it discuss the role of relative poses g_i^{-1}g_j. If the intended claim is completeness for each latent individually, the text should say so; if the claim is that the multi-latent architecture is maximally expressive, a proof is needed.
minor comments (6)
  1. [§3.2, Eq. (5)] The loss in Eq. (5) does not explicitly include the boundary condition T(s,s)=0 or the symmetry condition, although symmetry is enforced in the architecture and the factorization with d̃ is intended to handle the singularity. Please clarify how T(s,s)=0 is enforced during optimization.
  2. [Definition 4.1] In Definition 4.1, the notation G^g_p ... := G_{gp}(...) should be written as G_{g·p}(...) to avoid ambiguity between the group element g and the point g·p.
  3. [Theorem 4.1] In the statement of Theorem 4.1, 'of the action µ' should presumably read 'of the action δ', since µ is not defined in that theorem.
  4. [Table 1] The FC-DeepONet fitting time is reported as '~0.615' without a definition; please specify whether this is GPU/CPU forward-pass encoding time and whether it is measured under conditions comparable to the E-NES fitting times.
  5. [Appendix D.1] The dataset description is confusing: 'we sample 600 velocity fields for training and 100 for validation. We further divide the training set into 500 fields for training and 100 fields for testing.' Please clarify the total split and how the 100 testing fields relate to the 600 training and 100 validation fields.
  6. [Figure 3] In Figure 3, the abbreviations 'AD' and 'META' are used without definition in the caption; please define them as autodecoding and meta-learning, respectively.

Circularity Check

1 steps flagged · score 4.0 of 10

General orbit-transfer in Prop. 4.1 is built into the definition of the steered velocity; SE(2)/SO(2) results remain non-circular.

  1. self definitional [Section 4.1, Definition 4.1 / Eq. (3) and Proposition 4.1 (proof, 'By Eq. (3)...')]
    "The map µ:G×(M →R∗+)→(M →R∗+) defined by µ(g, vl)(s) := ||grad_{g−1s} Tl(g−1 ·s, g−1 ·r)||^{-1}_{G^g} ... By Eq. (3), we now get ||grad_s T^g_l(s, r)||_G = 1/µ(g, vl)(s), i.e., T^g_l solves the eikonal equation with velocity µ(g, vl)."

    The 'steered velocity' µ(g,v_l) is defined as the reciprocal of the gradient norm of the transformed solution T_l(g^{-1}s, g^{-1}r). The proposition's conclusion that T_l^g satisfies the eikonal equation with velocity µ is therefore an identity: the last line of the proof simply invokes Eq. (3). For a general non-isometric action, this makes the advertised consequence — 'solving the eikonal equation for one velocity field automatically extends to its entire family under group actions' — true by construction of the family rather than by any property of the network or equation. The substantive, non-tautological content is confined to Corollary 4.1, where isometric or conformal actions express µ in terms of v alone; those are exactly the cases used in the SE(2) and SO(2) experiments.

full rationale

The core equivariant construction is largely self-contained: Eq. (2) holds because the features are the joint invariants (g_i^{-1}s, g_i^{-1}r), and Theorem 4.1's completeness claim is proven via Olver's moving-frame theorems rather than by appeal to prior work. The minor self-citation of Wessels et al. (two shared authors) is for the architecture and fitting modes, not for the load-bearing completeness proof, so it does not by itself raise the score. Test-time predictions are not fitted to travel-time labels: latents are optimized against the eikonal Hamiltonian loss (Eq. 5), and the FMM ground truth is used only for evaluation, so those predictions are not statistically forced. The one definitional step is Proposition 4.1: for general non-isometric actions, µ is defined as the reciprocal gradient norm of the transformed solution, making the transfer conclusion true by construction. The non-tautological and empirically used cases are isometric/conformal (Corollary 4.1), giving µ(g,v_l)(s)=v_l(g^{-1}s) or a conformally scaled version, which is an independent geometric statement. The skeptic's concern that unconstrained latent fitting may not recover the steered latent is a robustness/correctness gap, not circularity.

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

The central derivation rests on standard invariant theory plus a regularity assumption on group actions; the only truly ad hoc ingredients are the finite latent point cloud and the factored ansatz. No new physical entities are postulated.

free parameters (5)
  • Per-field latent code z_l (poses and contexts) = Optimized per velocity field; N=9, d=32 in 2D
    The conditioning mechanism that lets one shared network represent many velocity fields; at test time autodecoding or 5 inner SGD steps re-fit it, so the method's empirical claims depend on it.
  • Latent point count and dimension (N,d) = 9x32 for 2D; 8x32 for 3D; 4x16 or 9x32 for sphere
    Chosen by hand; ablation in Table 6 shows this trade-off materially changes error from 0.021 to 0.078.
  • RFF frequency initializations for invariant embeddings = 0.05 (query), 0.2 (value)
    Hyperparameters taken from Wessels et al. 2024; no principled derivation.
  • Projection temperature alpha_0 = learned
    Scalar in bounded projection head; trained with the network.
  • Meta-learning inner-loop SGD settings = LR 30 context, 2 pose, 5 steps
    Meta-learning accuracy and speed depend on these values; chosen empirically in Appendix D.
assumptions (4)
  • standard math Olver's moving frame existence theorem (Theorem B.1) and cross-section construction apply to the augmented G-action.
    Used in Appendix B to derive complete invariants for Theorem 4.1; this is accepted background from Olver 2001 and 2011.
  • domain assumption The group actions on each factor manifold M_i are regular, and regularity is preserved on the product and on the augmented space P x G.
    Theorem 4.1 assumes regular actions; for the S^2/SO(2) and Euclidean tests this is true, but for the claimed hyperbolic and SE(2) cases it is not demonstrated.
  • ad hoc to paper A finite latent point cloud of N pose-context pairs is expressive enough to encode arbitrary velocity fields after optimization.
    No expressivity theorem is provided; Section E.4 only ablates N and d on one dataset, so sufficiency is empirical.
  • domain assumption The factored ansatz T=d_tilde*tau with an invariant semimetric (e.g., chordal distance on S^2) is a valid representation for eikonal solutions.
    Borrowed from prior eikonal PINN works such as Smith et al. 2021 and Grubas et al. 2023; on non-isometric group actions the suggested discrete semimetric is not tested.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Equivariant Eikonal Neural Networks: Grid-Free, Scalable Travel-Time Prediction on Homogeneous Spaces." pith.science (2026). https://pith.science/paper/VYNG6NLW

@misc{pith2026250516035,
  author       = {Pith},
  title        = {Pith review of: Equivariant Eikonal Neural Networks: Grid-Free, Scalable Travel-Time Prediction on Homogeneous Spaces},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VYNG6NLW}},
  note         = {Machine review of arXiv:2505.16035}
}
read the original abstract

We introduce Equivariant Neural Eikonal Solvers, a novel framework that integrates Equivariant Neural Fields (ENFs) with Neural Eikonal Solvers. Our approach employs a single neural field where a unified shared backbone is conditioned on signal-specific latent variables - represented as point clouds in a Lie group - to model diverse Eikonal solutions. The ENF integration ensures equivariant mapping from these latent representations to the solution field, delivering three key benefits: enhanced representation efficiency through weight-sharing, robust geometric grounding, and solution steerability. This steerability allows transformations applied to the latent point cloud to induce predictable, geometrically meaningful modifications in the resulting Eikonal solution. By coupling these steerable representations with Physics-Informed Neural Networks (PINNs), our framework accurately models Eikonal travel-time solutions while generalizing to arbitrary Riemannian manifolds with regular group actions. This includes homogeneous spaces such as Euclidean, position-orientation, spherical, and hyperbolic manifolds. We validate our approach through applications in seismic travel-time modeling of 2D, 3D, and spherical benchmark datasets. Experimental results demonstrate superior performance, scalability, adaptability, and user controllability compared to existing Neural Operator-based Eikonal solver methods.

Figures

Figures reproduced from arXiv: 2505.16035 by the authors.

Figure 1
Figure 1. Steerability in the Equivariant Neural Eikonal Solver (E-NES) enables weight sharing across the entire group orbit: applying a group transformation to the conditioning variable zl , in￾duces a corresponding transformation on the travel￾time function Tθ(·, ·; zl) through the group’s left regular representation, and on the associated ve￾locity field vl via the non-linear group action µ, as formalized in Section 4.1. R… view at source ↗
Figure 2
Figure 2. Comparative analysis of equivariant con [PITH_FULL_IMAGE:figures/full_fig_p008_2.png] view at source ↗
Figure 3
Figure 3. Scaling analysis of E-NES versus FMM on 3D OpenFWI data. (a) Both au￾todecoding and meta-learning maintain con￾sistent error metrics (RE and RMAE, ×10−2 ) across increasing grid dimensions. (b) E-NES demonstrates computational advantages (sec￾onds ×103 ) over FMM even at minimal grid sizes, with efficiency gains amplifying as di￾mensions increase. Note that meta-learning fitting times (approximately 3 seconds) are b… view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Geodesic path planning on the sphere using gradient integration of the travel-time function [PITH_FULL_IMAGE:figures/full_fig_p010_4.png]
Figure 5
Figure 5. Figure 5: Example of conformal group action on v(s) = e −s 2 . As an example of an isometric action, consider 2D rotations with G = SO(2) acting on M = R 2 . In [PITH_FULL_IMAGE:figures/full_fig_p019_5.png]
Figure 6
Figure 6. Figure 6: Comparative analysis of meta-learning convergence with pretrained versus random initial [PITH_FULL_IMAGE:figures/full_fig_p025_6.png]
Figure 7
Figure 7. Figure 7: Comparative analysis of Relative Error versus total fitting time for all 100 velocity fields in [PITH_FULL_IMAGE:figures/full_fig_p028_7.png]
Figure 8
Figure 8. Figure 8: Comparative analysis of Relative Error versus total fitting time for all 100 velocity fields in [PITH_FULL_IMAGE:figures/full_fig_p029_8.png]
Figure 9
Figure 9. Figure 9: Comparative visualization of E-NES predicted travel-times against reference solutions for OpenFWI type B datasets. Each panel displays the velocity field (left), ground-truth travel-time surface (center-left), E-NES predicted travel-time surface (center-right), and rel…
Figure 10
Figure 10. Figure 10: Comparative visualization of E-NES predicted travel-times against reference solutions for OpenFWI type A datasets. Each panel displays the velocity field (left), ground-truth travel-time surface (center-left), E-NES predicted travel-time surface (center-right), and re…
Figure 11
Figure 11. Figure 11: Steerability test demonstrating SE(2) equivariance on the FlatVel-A dataset. When the latent conditioning point cloud is transformed by elements of SE(2) (rotations and translations), the predicted travel-time field and recovered velocity field undergo corresponding g…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

62 extracted references · 38 canonical work pages

  1. [1]

    Big ray‐tracing and eikonal solver on unstructured grids: Application to the computation of a multivalued traveltime field in the Marmousi model

    Rémi Abgrall and Jean‐David Benamou. Big ray‐tracing and eikonal solver on unstructured grids: Application to the computation of a multivalued traveltime field in the Marmousi model. GEOPHYSICS, 64 0 (1): 0 230--239, January 1999. ISSN 0016-8033, 1942-2156. doi:10.1190/1.1444519. URL https://library.seg.org/doi/10.1190/1.1444519

  2. [2]

    Absil, R

    P.-A. Absil, R. Mahony, and R. Sepulchre. Optimization algorithms on matrix manifolds. Princeton University Press, Princeton, N.J. ; Woodstock, 2008. ISBN 978-0-691-13298-3. OCLC: ocn174129993

  3. [3]

    Joint Invariants of Symplectic and Contact Lie Algebra Actions

    Fredrik Andreassen. Joint Invariants of Symplectic and Contact Lie Algebra Actions . 2020

  4. [4]

    Spatial Functa : Scaling Functa to ImageNet Classification and Generation , February 2023

    Matthias Bauer, Emilien Dupont, Andy Brock, Dan Rosenbaum, Jonathan Richard Schwarz, and Hyunjik Kim. Spatial Functa : Scaling Functa to ImageNet Classification and Generation , February 2023. URL http://arxiv.org/abs/2302.03130. arXiv:2302.03130 [cs]

  5. [5]

    A PDE Approach to Data-driven Sub-Riemannian Geodesics in SE(2)

    Erik J. Bekkers, Remco Duits, Alexey Mashtakov, and Gonzalo R. Sanguinetti. A PDE Approach to Data -driven Sub - Riemannian Geodesics in SE (2), April 2015. URL http://arxiv.org/abs/1503.01433. arXiv:1503.01433 [math]

  6. [6]

    Estimating or propagating gradients through stochastic neurons for conditional computation

    Yoshua Bengio, Nicholas L \'e onard, and Aaron Courville. Estimating or propagating gradients through stochastic neurons for conditional computation. arXiv preprint arXiv:1308.3432, 2013

  7. [7]

    A Galois theorem for machine learning: Functions on symmetric matrices and point clouds via lightweight invariant features

    Ben Blum-Smith, Ningyuan Huang, Marco Cuturi, and Soledad Villar. Learning functions on symmetric matrices and point clouds via lightweight invariant features, May 2024. URL http://arxiv.org/abs/2405.08097. arXiv:2405.08097 [cs, math]

  8. [8]

    SE (3)- Equivariant Attention Networks for Shape Reconstruction in Function Space , February 2023

    Evangelos Chatzipantazis, Stefanos Pertigkiozoglou, Edgar Dobriban, and Kostas Daniilidis. SE (3)- Equivariant Attention Networks for Shape Reconstruction in Function Space , February 2023. URL http://arxiv.org/abs/2204.02394. arXiv:2204.02394 [cs]

Show all 62 references
  1. [9]

    Da Chen and Laurent D. Cohen. From Active Contours to Minimal Geodesic Paths : New Solutions to Active Contours Problems by Eikonal Equations , September 2019. URL http://arxiv.org/abs/1907.09828. arXiv:1907.09828 [cs]

  2. [10]

    3D Equivariant Graph Implicit Functions , March 2022

    Yunlu Chen, Basura Fernando, Hakan Bilen, Matthias Nießner, and Efstratios Gavves. 3D Equivariant Graph Implicit Functions , March 2022. URL http://arxiv.org/abs/2203.17178. arXiv:2203.17178 [cs]

  3. [11]

    Meta-pinn: Meta learning for improved neural network wavefield solutions

    Shijun Cheng and Tariq Alkhalifah. Meta-pinn: Meta learning for improved neural network wavefield solutions. arXiv preprint arXiv:2401.11502, 2024

  4. [12]

    A tutorial on SE (3) transformation parameterizations and on-manifold optimization

    Jose Luis Blanco Claraco. A tutorial on SE (3) transformation parameterizations and on-manifold optimization. Technical report, 2022

  5. [13]

    Openfwi: Large-scale multi-structural benchmark datasets for full waveform inversion

    Chengyuan Deng, Shihang Feng, Hanchen Wang, Xitong Zhang, Peng Jin, Yinan Feng, Qili Zeng, Yinpeng Chen, and Youzuo Lin. Openfwi: Large-scale multi-structural benchmark datasets for full waveform inversion. Advances in Neural Information Processing Systems, 35: 0 6007--6020, 2022

  6. [14]

    SE (3) Equivariant Graph Neural Networks with Complete Local Frames

    Weitao Du, He Zhang, Yuanqi Du, Qi Meng, Wei Chen, Nanning Zheng, Bin Shao, and Tie-Yan Liu. SE (3) Equivariant Graph Neural Networks with Complete Local Frames . In Proceedings of the 39th International Conference on Machine Learning , pages 5583--5608. PMLR, June 2022. URL h...

  7. [15]

    Emilien Dupont, Hyunjik Kim, S. M. Ali Eslami, Danilo Rezende, and Dan Rosenbaum. From data to functa: Your data point is a function and you can treat it like one, November 2022. URL http://arxiv.org/abs/2201.12204. arXiv:2201.12204 [cs]

  8. [16]

    Nadav Dym and Steven J. Gortler. Low Dimensional Invariant Embeddings for Universal Geometric Learning , November 2023. URL http://arxiv.org/abs/2205.02956. arXiv:2205.02956

  9. [17]

    Nadav Dym, Hannah Lawrence, and Jonathan W. Siegel. Equivariant Frames and the Impossibility of Continuous Canonicalization , June 2024. URL http://arxiv.org/abs/2402.16077. arXiv:2402.16077

  10. [18]

    Neural Eikonal solver: Improving accuracy of physics-informed neural networks for solving eikonal equation in case of caustics

    Serafim Grubas, Anton Duchkov, and Georgy Loginov. Neural Eikonal solver: Improving accuracy of physics-informed neural networks for solving eikonal equation in case of caustics. Journal of Computational Physics, 474: 0 111789, February 2023. ISSN 0021-9991. doi:10.1016/j.jcp....

  11. [19]

    Learning 3D Equivariant Implicit Function with Patch - Level Pose - Invariant Representation

    Xin Hu, Xiaole Tang, Ruixuan Yu, and Jian Sun. Learning 3D Equivariant Implicit Function with Patch - Level Pose - Invariant Representation . November 2024. URL https://openreview.net/forum?id=aXS1pwMa8I&noteId=mRP4Zs50iF

  12. [20]

    Dhavala, and Snehanshu Saha

    Aryaman Jeendgar, Aditya Pola, Soma S. Dhavala, and Snehanshu Saha. LogGENE : A smooth alternative to check loss for Deep Healthcare Inference Tasks , June 2022. URL http://arxiv.org/abs/2206.09333. arXiv:2206.09333 [cs] version: 1

  13. [21]

    Jones, J.A

    M.W. Jones, J.A. Baerentzen, and M. Sramek. 3D distance fields: a survey of techniques and applications. IEEE Transactions on Visualization and Computer Graphics, 12 0 (4): 0 581--599, July 2006. ISSN 1941-0506. doi:10.1109/TVCG.2006.56. URL https://ieeexplore.ieee.org/documen...

  14. [22]

    LIFT : Latent Implicit Functions for Task - and Data - Agnostic Encoding , March 2025

    Amirhossein Kazerouni, Soroush Mehraban, Michael Brudno, and Babak Taati. LIFT : Latent Implicit Functions for Task - and Data - Agnostic Encoding , March 2025. URL http://arxiv.org/abs/2503.15420. arXiv:2503.15420 [cs]

  15. [23]

    Computing distances and means on manifolds with a metric-constrained Eikonal approach, April 2024

    Daniel Kelshaw and Luca Magri. Computing distances and means on manifolds with a metric-constrained Eikonal approach, April 2024. URL http://arxiv.org/abs/2404.08754. arXiv:2404.08754 [cs, math]

  16. [24]

    Knigge, David R

    David M. Knigge, David R. Wessels, Riccardo Valperga, Samuele Papa, Jan-Jakob Sonke, Efstratios Gavves, and Erik J. Bekkers. Space- Time Continuous PDE Forecasting using Equivariant Neural Fields , June 2024. URL http://arxiv.org/abs/2406.06660. arXiv:2406.06660 [cs]

  17. [25]

    John M. Lee. Introduction to Riemannian Manifolds , volume 176 of Graduate Texts in Mathematics . Springer International Publishing, Cham, 2018. ISBN 978-3-319-91754-2 978-3-319-91755-9. doi:10.1007/978-3-319-91755-9. URL http://link.springer.com/10.1007/978-3-319-91755-9

  18. [26]

    Trivializations for Gradient - Based Optimization on Manifolds , October 2019

    Mario Lezcano-Casado. Trivializations for Gradient - Based Optimization on Manifolds , October 2019. URL http://arxiv.org/abs/1909.09501. arXiv:1909.09501

  19. [27]

    Affine Equivariant Networks Based on Differential Invariants

    Yikang Li, Yeqing Qiu, Yuxuan Chen, Lingshen He, and Zhouchen Lin. Affine Equivariant Networks Based on Differential Invariants . 2024 a

  20. [28]

    A Riemannian Take on Distance Fields and Geodesic Flows in Robotics , December 2024 b

    Yiming Li, Jiacheng Qiu, and Sylvain Calinon. A Riemannian Take on Distance Fields and Geodesic Flows in Robotics , December 2024 b . URL http://arxiv.org/abs/2412.05197. arXiv:2412.05197 [cs]

  21. [29]

    DeepONet : Learning nonlinear operators for identifying differential equations based on the universal approximation theorem of operators

    Lu Lu, Pengzhan Jin, and George Em Karniadakis. DeepONet : Learning nonlinear operators for identifying differential equations based on the universal approximation theorem of operators. Nature Machine Intelligence, 3 0 (3): 0 218--229, March 2021. ISSN 2522-5839. doi:10.1038/s...

  22. [30]

    ARC : Anchored Representation Clouds for High - Resolution INR Classification , March 2025

    Joost Luijmes, Alexander Gielisse, Roman Knyazhitskiy, and Jan van Gemert. ARC : Anchored Representation Clouds for High - Resolution INR Classification , March 2025. URL http://arxiv.org/abs/2503.15156. arXiv:2503.15156 [cs]

  23. [31]

    Fully Convolutional Network - Enhanced DeepONet - Based Surrogate of Predicting the Travel - Time Fields

    Yifan Mei, Yijie Zhang, Xueyu Zhu, Rongxi Gou, and Jinghuai Gao. Fully Convolutional Network - Enhanced DeepONet - Based Surrogate of Predicting the Travel - Time Fields . IEEE Transactions on Geoscience and Remote Sensing, 62: 0 1--12, 2024. ISSN 1558-0644. doi:10.1109/TGRS.2...

  24. [32]

    Hamiltonian fast marching: A numerical solver for anisotropic and non-holonomic eikonal pdes

    Jean-Marie Mirebeau and Jorg Portegies. Hamiltonian fast marching: A numerical solver for anisotropic and non-holonomic eikonal pdes. Image processing on line, 9: 0 47--93, 2019

  25. [33]

    Ruiqi Ni and Ahmed H. Qureshi. NTFields : Neural Time Fields for Physics - Informed Robot Motion Planning , March 2023. URL http://arxiv.org/abs/2210.00120. arXiv:2210.00120 [cs]

  26. [34]

    Noack and Stuart Clark

    Marcus M. Noack and Stuart Clark. Acoustic wave and eikonal equations in a transformed metric space for various types of anisotropy. Heliyon, 3 0 (3): 0 e00260, March 2017. ISSN 2405-8440. doi:10.1016/j.heliyon.2017.e00260. URL https://www.sciencedirect.com/science/article/pii...

  27. [35]

    Peter J. Olver. Equivalence, Invariants and Symmetry . Cambridge University Press, June 1995. ISBN 978-0-521-47811-3. Google-Books-ID: YuTzf61HILAC

  28. [36]

    Peter J. Olver. Joint Invariant Signatures . Foundations of Computational Mathematics, 1 0 (1): 0 3--68, January 2001. ISSN 1615-3375. doi:10.1007/s10208001001. URL http://link.springer.com/10.1007/s10208001001

  29. [37]

    Peter J. Olver. Lectures on Moving Frames . In Decio Levi, Peter Olver, Zora Thomova, and Pavel Winternitz, editors, Symmetries and Integrability of Difference Equations , pages 207--246. Cambridge University Press, 1 edition, June 2011. ISBN 978-0-521-13658-7 978-0-511-99713-...

  30. [38]

    Deepsdf: Learning continuous signed distance functions for shape representation

    Jeong Joon Park, Peter Florence, Julian Straub, Richard Newcombe, and Steven Lovegrove. Deepsdf: Learning continuous signed distance functions for shape representation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 165--174, 2019

  31. [39]

    Rawlinson, M

    N. Rawlinson, M. Sambridge, and J. Hauser. Multipathing, reciprocal traveltime fields and raylets. Geophysical Journal International, 181 0 (2): 0 1077--1092, 2010. doi:10.1111/j.1365-246X.2010.04558.x

  32. [40]

    Differential Invariants for SE (2)- Equivariant Networks

    Mateus Sangalli, Samy Blusseau, Santiago Velasco-Forero, and Jesus Angúlo. Differential Invariants for SE (2)- Equivariant Networks . In 2022 IEEE International Conference on Image Processing ( ICIP ) , pages 2216--2220, October 2022. doi:10.1109/ICIP46576.2022.9897301. URL ht...

  33. [41]

    Moving frame net: SE (3)-equivariant network for volumes

    Mateus Sangalli, Samy Blusseau, Santiago Velasco-Forero, and Jesús Angulo. Moving frame net: SE (3)-equivariant network for volumes. In Proceedings of the 1st NeurIPS Workshop on Symmetry and Geometry in Neural Representations , pages 81--97. PMLR, February 2023. URL https://p...

  34. [42]

    Schuster and Aksel Quintus‐Bosz

    Gerard T. Schuster and Aksel Quintus‐Bosz. Wavepath eikonal traveltime inversion: Theory. GEOPHYSICS, 58 0 (9): 0 1314--1323, 1993. doi:10.1190/1.1443514. URL https://doi.org/10.1190/1.1443514

  35. [43]

    A fast marching level set method for monotonically advancing fronts

    J A Sethian. A fast marching level set method for monotonically advancing fronts. Proceedings of the National Academy of Sciences of the United States of America, 93 0 (4): 0 1591--1595, February 1996. ISSN 0027-8424. URL https://www.ncbi.nlm.nih.gov/pmc/articles/PMC39986/

  36. [44]

    Lie Algebra Canonicalization : Equivariant Neural Operators under arbitrary Lie Groups , October 2024

    Zakhar Shumaylov, Peter Zaika, James Rowbottom, Ferdia Sherry, Melanie Weber, and Carola-Bibiane Schönlieb. Lie Algebra Canonicalization : Equivariant Neural Operators under arbitrary Lie Groups , October 2024. URL http://arxiv.org/abs/2410.02698. arXiv:2410.02698 [cs, math]

  37. [45]

    Implicit neural representations with periodic activation functions

    Vincent Sitzmann, Julien Martel, Alexander Bergman, David Lindell, and Gordon Wetzstein. Implicit neural representations with periodic activation functions. Advances in neural information processing systems, 33: 0 7462--7473, 2020

  38. [46]

    Smith, Kamyar Azizzadenesheli, and Zachary E

    Jonathan D. Smith, Kamyar Azizzadenesheli, and Zachary E. Ross. EikoNet : Solving the Eikonal equation with Deep Neural Networks . IEEE Transactions on Geoscience and Remote Sensing, 59 0 (12): 0 10685--10696, December 2021. ISSN 0196-2892, 1558-0644. doi:10.1109/TGRS.2020.303...

  39. [47]

    A micro Lie theory for state estimation in robotics, December 2021

    Joan Solà, Jeremie Deray, and Dinesh Atchuthan. A micro Lie theory for state estimation in robotics, December 2021. URL http://arxiv.org/abs/1812.01537. arXiv:1812.01537 [cs]

  40. [48]

    Seismic Traveltime Simulation for Variable Velocity Models Using Physics - Informed Fourier Neural Operator

    Chao Song, Tianshuo Zhao, Umair Bin Waheed, Cai Liu, and You Tian. Seismic Traveltime Simulation for Variable Velocity Models Using Physics - Informed Fourier Neural Operator . IEEE Transactions on Geoscience and Remote Sensing, 62: 0 1--9, 2024. ISSN 1558-0644. doi:10.1109/TG...

  41. [49]

    Fourier Features Let Networks Learn High Frequency Functions in Low Dimensional Domains

    Matthew Tancik, Pratul Srinivasan, Ben Mildenhall, Sara Fridovich-Keil, Nithin Raghavan, Utkarsh Singhal, Ravi Ramamoorthi, Jonathan Barron, and Ren Ng. Fourier Features Let Networks Learn High Frequency Functions in Low Dimensional Domains . In Advances in Neural Information ...

  42. [50]

    Learned initializations for optimizing coordinate-based neural representations

    Matthew Tancik, Ben Mildenhall, Terrance Wang, Divi Schmidt, Pratul P Srinivasan, Jonathan T Barron, and Ren Ng. Learned initializations for optimizing coordinate-based neural representations. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition...

  43. [51]

    A fast marching algorithm for the factored eikonal equation

    Eran Treister and Eldad Haber. A fast marching algorithm for the factored eikonal equation. Journal of Computational physics, 324: 0 210--225, 2016

  44. [52]

    Scalars are universal: Equivariant machine learning, structured like classical physics

    Soledad Villar, David W Hogg, Kate Storey-Fisher, Weichi Yao, and Ben Blum-Smith. Scalars are universal: Equivariant machine learning, structured like classical physics. In Advances in Neural Information Processing Systems , volume 34, pages 28848--28863. Curran Associates, In...

  45. [53]

    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, October 2021. ISSN 00983004. doi:10.1016/j.cageo.2021.104833. URL http://arxiv.org/abs/2007.08...

  46. [54]

    So(2)-equivariant reinforcement learning

    Dian Wang, Robin Walters, and Robert Platt. So(2)-equivariant reinforcement learning. arXiv preprint arXiv:2203.04439, 2022

  47. [55]

    Equivariant Local Reference Frames for Unsupervised Non -rigid Point Cloud Shape Correspondence , April 2024 a

    Ling Wang, Runfa Chen, Yikai Wang, Fuchun Sun, Xinzhou Wang, Sun Kai, Guangyuan Fu, Jianwei Zhang, and Wenbing Huang. Equivariant Local Reference Frames for Unsupervised Non -rigid Point Cloud Shape Correspondence , April 2024 a . URL http://arxiv.org/abs/2404.00959. arXiv:240...

  48. [56]

    Seidman, Shyam Sankaran, Hanwen Wang, George J

    Sifan Wang, Jacob H. Seidman, Shyam Sankaran, Hanwen Wang, George J. Pappas, and Paris Perdikaris. Bridging Operator Learning and Conditioned Neural Fields : A Unifying Perspective , May 2024 b . URL http://arxiv.org/abs/2405.13998. arXiv:2405.13998 [cs, stat]

  49. [57]

    Wessels, David M

    David R. Wessels, David M. Knigge, Samuele Papa, Riccardo Valperga, Sharvaree Vadgama, Efstratios Gavves, and Erik J. Bekkers. Grounding Continuous Representations in Geometry : Equivariant Neural Fields , June 2024. URL http://arxiv.org/abs/2406.05753. arXiv:2406.05753 [cs]

  50. [58]

    The classical groups: their invariants and representations

    Hermann Weyl. The classical groups: their invariants and representations. Princeton landmarks in mathematics and physics Mathematics . Princeton University Press, Princeton, N.J. Chichester, 2nd ed., with suppl edition, 1946. ISBN 978-0-691-07923-3 978-0-691-05756-9

  51. [59]

    Meta-world: A benchmark and evaluation for multi-task and meta reinforcement learning

    Tianhe Yu, Deirdre Quillen, Zhanpeng He, Ryan Julian, Karol Hausman, Chelsea Finn, and Sergey Levine. Meta-world: A benchmark and evaluation for multi-task and meta reinforcement learning. In Conference on robot learning, pages 1094--1100. PMLR, 2020

  52. [60]

    A survey on test-time scaling in large language models: What, how, where, and how well? arXiv preprint arXiv:2503.24235, 2025

    Qiyuan Zhang, Fuyuan Lyu, Zexu Sun, Lei Wang, Weixu Zhang, Wenyue Hua, Haolun Wu, Zhihan Guo, Yufei Wang, Niklas Muennighoff, et al. A survey on test-time scaling in large language models: What, how, where, and how well? arXiv preprint arXiv:2503.24235, 2025

  53. [61]

    Rosen, and Sai-Kit Yeung

    Zhiyuan Zhang, Binh-Son Hua, David W. Rosen, and Sai-Kit Yeung. Rotation Invariant Convolutions for 3D Point Clouds Deep Learning . In 2019 International Conference on 3D Vision ( 3DV ) , pages 204--213, September 2019. doi:10.1109/3DV.2019.00031. URL https://ieeexplore.ieee.o...

  54. [62]

    A fast sweeping method for Eikonal equations

    Hongkai Zhao. A fast sweeping method for Eikonal equations. Mathematics of Computation, 74 0 (250): 0 603--627, May 2004. ISSN 0025-5718, 1088-6842. doi:10.1090/S0025-5718-04-01678-3. URL https://www.ams.org/mcom/2005-74-250/S0025-5718-04-01678-3/

Pith tools

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