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 →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
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.
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
- 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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
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)
- [§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.
- [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.
- [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.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)
- [§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.
- [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.
- [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.
- [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.
- [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.
- [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
General orbit-transfer in Prop. 4.1 is built into the definition of the steered velocity; SE(2)/SO(2) results remain non-circular.
-
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
free parameters (5)
- Per-field latent code z_l (poses and contexts) =
Optimized per velocity field; N=9, d=32 in 2D
- Latent point count and dimension (N,d) =
9x32 for 2D; 8x32 for 3D; 4x16 or 9x32 for sphere
- RFF frequency initializations for invariant embeddings =
0.05 (query), 0.2 (value)
- Projection temperature alpha_0 =
learned
- Meta-learning inner-loop SGD settings =
LR 30 context, 2 pose, 5 steps
assumptions (4)
- standard math Olver's moving frame existence theorem (Theorem B.1) and cross-section construction apply to the augmented G-action.
- 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.
- ad hoc to paper A finite latent point cloud of N pose-context pairs is expressive enough to encode arbitrary velocity fields after optimization.
- 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.
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 from the paper (8 more)
Reference graph
Works this paper leans on
-
[1]
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]
-
[3]
Joint Invariants of Symplectic and Contact Lie Algebra Actions
Fredrik Andreassen. Joint Invariants of Symplectic and Contact Lie Algebra Actions . 2020
work page 2020
-
[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]
arXiv 2023
-
[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]
work page Pith review arXiv 2015
-
[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
arXiv 2013
-
[7]
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]
work page Pith review arXiv 2024
-
[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]
arXiv 2023
Show all 62 references
-
[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]
2019 arXiv
-
[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]
2022 arXiv
-
[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
2024 arXiv
-
[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
2022
-
[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
2022
-
[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...
2022
-
[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]
2022 arXiv
-
[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
2023 arXiv
-
[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
2024 arXiv
-
[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....
2023
-
[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¬eId=mRP4Zs50iF
2024
-
[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
2022 arXiv
-
[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...
2006
-
[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]
2025 arXiv
-
[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]
2024 arXiv
-
[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]
2024 arXiv
-
[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
2018 doi
-
[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
2019 arXiv
-
[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
2024
-
[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]
2024
-
[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...
2021 arXiv
-
[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]
2025 arXiv
-
[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...
2024
-
[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
2019
-
[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]
2023 arXiv
-
[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...
2017 doi
-
[35]
Peter J. Olver. Equivalence, Invariants and Symmetry . Cambridge University Press, June 1995. ISBN 978-0-521-47811-3. Google-Books-ID: YuTzf61HILAC
1995
-
[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
2001 doi
-
[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-...
2011 doi
-
[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
2019
-
[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
2010 arXiv
-
[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...
2022
-
[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...
2023
-
[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
1993 doi
-
[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/
1996
-
[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]
2024 arXiv
-
[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
2020
-
[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...
2021
-
[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]
2021 arXiv
-
[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...
2024
-
[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 ...
2020
-
[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...
2021
-
[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
2016
-
[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...
2021
-
[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...
2021
-
[54]
So(2)-equivariant reinforcement learning
Dian Wang, Robin Walters, and Robert Platt. So(2)-equivariant reinforcement learning. arXiv preprint arXiv:2203.04439, 2022
2022 arXiv
-
[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...
2024 arXiv
-
[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]
2024 arXiv
-
[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]
2024 arXiv
-
[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
1946
-
[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
2020
-
[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
2025 arXiv
-
[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...
2019
-
[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/
2004 doi
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.