Pith. sign in

REVIEW 4 major objections 6 minor 76 references

Neural Implicit Solution Formula for Efficiently Solving Hamilton-Jacobi Equations

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

Pith's one-line read A single implicit formula, learned by a neural network, solves high-dimensional Hamilton–Jacobi equations without grids or Legendre transforms.

desk verdict Clean idea and promising numerics, but the central uniqueness theorem is unproven and Example 2.1 contains a concrete formula error. read the letter →

arxiv 2501.19351 v1 pith:42LGUJF6 submitted 2025-01-31 cs.LG

classification cs.LG MSC 65M2568T0735C99
keywords Hamilton-Jacobiequationsimplicitsolutionformulaviscositysolutionsdeeplearningmethodofcharacteristicshigh-dimensionalPDEscursedimensionalityoptimalcontrol
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper claims that the viscosity solution of a Hamilton-Jacobi equation can be written through an implicit equation that involves the solution's own gradient at the same point, and that this equation can be turned into a deep-learning objective. The formula is derived from the method of characteristics, and the authors prove that, when the Hamiltonian or the initial function is convex, a continuous function satisfying it coincides with the viscosity solution almost everywhere. Because the formula avoids Legendre transforms and explicit characteristic trajectories, it allows a mesh-free neural network to solve HJ equations in tens of dimensions with training cost that grows little with dimension. The same idea is extended to state-dependent Hamiltonians by approximating characteristics piecewise linearly and marching in time. If correct, the method offers a practical route around the curse of dimensionality for HJ equations arising in control, level-set evolution, and geometric optics.

What carries the argument

The load-bearing object is the implicit solution formula (2.3), which packages the constant-gradient property of characteristics into a fixed-point condition on $u$ itself. It is derived from Hamilton's system $\dot x=\nabla H(p)$, $\dot u=-H+p^\top\nabla H(p)$, with $p=\nabla u(x,t)$ evaluated at the terminal point, and it substitutes $x_0=x-t\nabla H(\nabla u)$ into the initial data. The second piece of machinery is the neural representation: a multilayer perceptron with softplus activations, trained by gradient descent on a Monte Carlo estimate of the residual squared, with automatic differentiation supplying exact gradients. For state-dependent Hamiltonians, the machinery is a piecewise-linear approximation of characteristic curves over intervals of length $\Delta t$, which makes the implicit formula applicable step by step at first-order accuracy.

What would settle it

Find two different continuous functions on the same bounded spacetime domain that both satisfy (2.3) with the same initial condition; alternatively, take one of the nonconvex examples, compute the trained network's output, and compare it against a provably convergent monotone scheme at a fine resolution -- a mismatch would disprove the claim that the formula selects the viscosity solution.

Watch

Extended reading notes

Core claim

The paper's central object is the identity $$u(x,t)=-tH(\nabla u)+t\nabla u^\top\nabla H(\nabla u)+g(x-t\nabla H(\nabla u)),$$ which it calls the implicit solution formula. Along any characteristic the gradient $p=\nabla u$ is constant, so tracing a characteristic backward from $(x,t)$ reaches the initial point $x_0=x-t\nabla H(\nabla u)$, and the solution value is determined by the Hamiltonian and the initial function evaluated there. The authors show Theorems 2.1 and 2.2: under convexity (or concavity) of $H$ or of $g$, any continuous function satisfying this identity is the viscosity solution of the HJ equation almost everywhere, with the proof working by showing the identity is equivalent to the Hopf-Lax or Hopf formulas. The numerical method minimizes the squared residual of this identity with Monte Carlo samples, using a Lipschitz neural network to represent $u$, so no grid, no Legendre transform, and no characteristic ODE integration are needed. For state-dependent Hamiltonians the characteristic is approximated as linear over short time steps, yielding a first-order time-marching scheme.

Load-bearing premise

The proof assumes the implicit equation (2.3) has a unique continuous solution on the whole spacetime domain, since the theorems only show the viscosity solution satisfies the formula, not that every continuous solution of the formula must be that solution.

Editorial extensions

If this is right

  • HJ equations in 10 to 40 dimensions can be solved with a fixed network size, with per-epoch time and memory that barely change as dimension grows.
  • The method eliminates the need to compute Legendre transforms or to solve characteristic ODEs, so it applies to Hamiltonians and initial data where Hopf or Lax formulas are impractical.
  • Because the implicit formula encodes the initial condition automatically, training uses a single loss term rather than a tuned PDE/initial-condition weighting.
  • For state-dependent Hamiltonians the time-marching version offers a first-order convergent scheme whose error scales linearly with the time step $\Delta t$.
  • Nonconvex Hamiltonians, for which the theory is not yet established, are solved accurately in the reported experiments, suggesting the formula may extend beyond the proven convex cases.

Reading between the lines

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

  • If uniqueness of continuous solutions of (2.3) fails on bounded domains without boundary conditions, the training loss could select a spurious function; checking uniqueness or adding boundary data would close the gap the authors leave open.
  • The a.e. nature of the theorems means kinks are permitted; a natural test is whether the loss landscape has spurious minimizers exactly at the points where viscosity solutions lose differentiability.
  • The same fixed-point formula could be adapted to other first-order PDEs with constant gradient along characteristics, such as certain conservation laws or control problems, with the same mesh-free benefit.
  • A direct comparison of the trained network against a provably convergent monotone finite-difference solver on the nonconvex examples would test whether the empirical success extends where the proof does not.
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 an implicit solution formula (2.3) for Hamilton-Jacobi equations, derived from the method of characteristics by identifying the costate p with the current gradient ∇u. The authors claim in Theorems 2.1 and 2.2 that any continuous function satisfying (2.3) is the viscosity solution of (2.1) under convexity of either the Hamiltonian or the initial function, and they connect the formula to Hopf-Lax and Hopf representations. They then propose a deep learning algorithm that minimizes the residual of (2.3) via Monte Carlo sampling, avoiding grids and Legendre transforms, and extend the approach to state-dependent Hamiltonians through piecewise linear time marching. Numerical experiments include convex, concave, nonconvex, and state-dependent problems up to 40 dimensions.

Significance. If the equivalence between the implicit formula and the viscosity solution were rigorously established, the formula would be a genuinely useful alternative to Hopf-Lax/Hopf formulas, removing the need for Legendre transforms and characteristic ODE solving. The forward direction (the viscosity solution satisfies (2.3)) is a clean and potentially valuable observation, and the proposed mesh-free method is simple, scalable, and supported by a wide range of experiments. However, the central theorems as stated are not proven: they only show one direction, and the uniqueness of continuous solutions to (2.3) is asserted without proof. Moreover, Example 2.1, which is intended to illustrate uniqueness, contains a mis-derived formula for the quadratic Hamiltonian. These issues bear directly on the loss functional (3.1), since without uniqueness a neural minimizer is not guaranteed to recover the viscosity solution.

major comments (4)
  1. [§2.1, Theorems 2.1 and 2.2] The theorems claim that any continuous function satisfying the implicit formula (2.3) is the viscosity solution a.e., but the proofs only demonstrate the forward direction: the viscosity solution, represented by the Hopf-Lax or Hopf formula, satisfies (2.3). No argument is given for the converse or for the uniqueness of continuous solutions of (2.3). This gap is load-bearing because the deep learning loss (3.1) minimizes the residual of (2.3); in the absence of uniqueness, a minimizer could converge to a spurious solution that is not the viscosity solution. The authors acknowledge in Section 5 that rigorous analysis of the implicit formula is future work, which is inconsistent with the theorems as stated.
  2. [§2.1, Example 2.1] For H(p) = p^2, substituting into (2.3) gives u = -t(u_x)^2 + t u_x (2u_x) = t(u_x)^2, not u = t u_x as written in (2.15). The ODE u = t u_x has solutions u = C e^{x/t}, but the correct equation u = t(u_x)^2 admits a different family, e.g., u(x,t) = (x - 2Ct)^2/(4t) for t>0. The uniqueness argument in the example therefore applies to a different equation and does not establish uniqueness for the stated problem, even in the simplest quadratic case.
  3. [§2.1, theorem statements] The phrase 'is the viscosity solution of (2.1) a.e.' is undefined: viscosity solutions are defined pointwise through test-function inequalities, not a.e. In addition, a merely continuous function need not have a gradient a.e. (e.g., continuous nowhere-differentiable functions), while (2.3) requires ∇u. The theorems should either assume u is locally Lipschitz (so ∇u exists a.e.) or otherwise specify the regularity needed for the formula and the conclusion.
  4. [§2.1, proof of Theorem 2.1] In the proof of Theorem 2.1, equation (2.9) asserts that the Euler-Lagrange minimizer satisfies y* = x - t∇H(∇u), but this identity is not derived from the preceding variational problem without already using z* = ∇u, which is only established in (2.10). The proof has an order-of-dependencies issue; a rigorous derivation from the Hopf-Lax formula, including the required regularity of u, should be provided.
minor comments (6)
  1. [§1 and §4] The title/abstract contain typos: 'EFFICIENTL Y', 'SOL VING', 'HAMIL TON-JACOBI'; in §4, 'for for N = 200,000 epochs' should be 'for N = 200,000 epochs'.
  2. [§2.1, after (2.7)] The text refers to 'the Hopf-Lax formula (2.1)', but the Hopf-Lax formula is (2.4); the reference should be corrected.
  3. [§2.2] The phrase 'the PMP formula (3.5)' in the discussion following (2.25) should refer to the PMP system (2.20), not (3.5).
  4. [§3.3] The sentence 'The system of characteristic ODEs of (3.6) is given by' should refer to equation (3.4), not (3.6).
  5. [§4.2, Example 4.9] The sentence 'where we can observe can observe that' contains a duplicated phrase.
  6. [§3.2, Remark 3.1] The phrase 'the the implicit solution formula' contains a duplicated article.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the implicit formula is derived from characteristics and benchmarked against Hopf-Lax/Hopf; the main gaps are a missing converse/uniqueness proof and an erroneous example, not circular reductions.

full rationale

The paper's central derivation is self-contained rather than circular. Formula (2.3) is obtained directly from Hamilton's characteristic ODEs (2.2) by setting p = ∇u at the current point; it does not assume the Hopf-Lax or Hopf formulas. Theorems 2.1 and 2.2 then use the classical Hopf-Lax and Hopf representations as external benchmarks to verify that the viscosity solution satisfies the implicit formula. The deep learning loss (3.1) is simply the squared residual of the derived implicit equation, with no fitted physical constants and no supervised data, so the numerical solutions are not a renamed fit. The state-dependent Hamiltonian algorithm is an explicit piecewise-linear approximation, not a circular step. The paper's real weaknesses are rigor gaps: Theorems 2.1 and 2.2 prove only that the viscosity solution satisfies (2.3), and they do not prove uniqueness or the converse claim that any continuous solution of (2.3) is the viscosity solution; Section 5 explicitly defers rigorous analysis to future work. Moreover, Example 2.1 writes (2.15) as u = t u_x for H(p)=p^2, but substitution into (2.3) gives u = t u_x^2, so the subsequent ODE uniqueness argument applies to a different equation. These are correctness and proof-completeness concerns, not circularity, because no load-bearing step reduces to its own inputs by construction or by self-citation.

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

The central formula is derived from the characteristic ODEs, which are standard. The theorems import the Hopf-Lax and Hopf representation formulas as black boxes. The main unproved input is the uniqueness of continuous solutions of the implicit equation. All other inputs are hand-chosen numerical hyperparameters.

free parameters (8)
  • Boundary regularization weight lambda = 0.1
    Chosen in Section 4 to weight the boundary loss; not tuned per problem.
  • Softplus steepness beta = 100
    Activation sigma(x) = (1/beta) log(1 + exp(beta x)); hand-picked to approximate ReLU while remaining smooth.
  • Network depth L = 5
    Fixed across all experiments.
  • Network width = 64
    Fixed across all experiments.
  • Collocation points per epoch M = 5000
    Monte Carlo sample size for the loss integral.
  • Training epochs N = 200,000
    Number of gradient steps for every experiment, reported in Section 4.
  • Initial learning rate and schedule = 1e-3, decay 0.99 on loss decrease
    Hand-chosen schedule reported in Section 4.
  • Time step Delta t for state-dependent H = 0.1, 0.25, 0.5 in tests
    Controls the piecewise linear characteristic approximation; first-order accuracy in Delta t is demonstrated.
assumptions (5)
  • domain assumption Hopf-Lax formula gives the viscosity solution for convex H and lower semicontinuous g.
    Used in Theorem 2.1 proof; cited from [33, 5, 50].
  • domain assumption Hopf formula gives the viscosity solution for convex g and continuous H.
    Used in Theorem 2.2 proof; cited from [33, 5].
  • domain assumption Characteristic ODEs (2.2) are valid and p = nabla u is constant along characteristics; the formula holds a.e. for viscosity solutions.
    Standard theory from viscosity solutions and the method of characteristics, invoked throughout Section 2.
  • domain assumption The neural network approximation error and the Monte Carlo loss (3.3) are small enough that the trained network satisfies the implicit formula to the reported accuracy.
    Assumed in the numerical sections; no convergence guarantee for the optimization is proved.
  • ad hoc to paper For state-dependent H, p is approximately constant on each time interval Delta t.
    This is the piecewise linear approximation in Section 3.3; it is a modeling assumption, not a theorem.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Neural Implicit Solution Formula for Efficiently Solving Hamilton-Jacobi Equations." pith.science (2026). https://pith.science/paper/42LGUJF6

@misc{pith2026250119351,
  author       = {Pith},
  title        = {Pith review of: Neural Implicit Solution Formula for Efficiently Solving Hamilton-Jacobi Equations},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/42LGUJF6}},
  note         = {Machine review of arXiv:2501.19351}
}
read the original abstract

This paper presents an implicit solution formula for the Hamilton-Jacobi partial differential equation (HJ PDE). The formula is derived using the method of characteristics and is shown to coincide with the Hopf and Lax formulas in the case where either the Hamiltonian or the initial function is convex. It provides a simple and efficient numerical approach for computing the viscosity solution of HJ PDEs, bypassing the need for the Legendre transform of the Hamiltonian or the initial condition, and the explicit computation of individual characteristic trajectories. A deep learning-based methodology is proposed to learn this implicit solution formula, leveraging the mesh-free nature of deep learning to ensure scalability for high-dimensional problems. Building upon this framework, an algorithm is developed that approximates the characteristic curves piecewise linearly for state-dependent Hamiltonians. Extensive experimental results demonstrate that the proposed method delivers highly accurate solutions, even for nonconvex Hamiltonians, and exhibits remarkable scalability, achieving computational efficiency for problems up to 40 dimensions.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

76 extracted references · 67 canonical work pages

  1. [1]

    Akian, S

    M. Akian, S. Gaubert, and A. Lakhoua , The max-plus finite element method for solving deterministic optimal control problems: basic properties and convergence analysis , SIAM Journal on Control and Optimization, 47 (2008), pp. 817–848

  2. [2]

    Ansari, A

    M. Ansari, A. Khajepour, and E. Esmailzadeh , Application of level set method to optimal vibration control of plate structures , Journal of Sound and Vibration, 332 (2013), pp. 687– 700

  3. [3]

    Bansal, A

    S. Bansal, A. Bajcsy, E. Ratner, A. D. Dragan, and C. J. Tomlin , A hamilton-jacobi reachability-based framework for predicting and analyzing human motion for safe planning, in 2020 IEEE International Conference on Robotics and Automation (ICRA), IEEE, 2020, pp. 7149–7155

  4. [4]

    Bansal, M

    S. Bansal, M. Chen, S. Herbert, and C. J. Tomlin , Hamilton-jacobi reachability: A brief overview and recent advances , in 2017 IEEE 56th Annual Conference on Decision and Control (CDC), IEEE, 2017, pp. 2242–2253

  5. [5]

    Bardi and L

    M. Bardi and L. C. Evans , On hopf ’s formulas for solutions of hamilton-jacobi equations , Nonlinear Analysis: Theory, Methods & Applications, 8 (1984), pp. 1373–1381

  6. [6]

    Bryson and D

    S. Bryson and D. Levy , High-order central weno schemes for multidimensional hamilton- jacobi equations, SIAM Journal on Numerical Analysis, 41 (2003), pp. 1339–1369

  7. [7]

    Cao and N

    Y. Cao and N. W an, Optimal proportional reinsurance and investment based on hamilton– jacobi–bellman equation, Insurance: Mathematics and Economics, 45 (2009), pp. 157–162. NEURAL IMPLICIT SOLUTION FORMULA FOR HJ PDES 25

  8. [8]

    Caselles, R

    V. Caselles, R. Kimmel, and G. Sapiro , Geodesic active contours , International journal of computer vision, 22 (1997), pp. 61–79

Show all 76 references
  1. [9]

    H. Chen, R. Wu, E. Grinspun, C. Zheng, and P. Y. Chen , Implicit neural spatial represen- tations for time-dependent pdes, in International Conference on Machine Learning, PMLR, 2023, pp. 5162–5177

  2. [10]

    P. Chen, J. Darbon, and T. Meng, Hopf-type representation formulas and efficient algorithms for certain high-dimensional optimal control problems , Computers & Mathematics with Applications, 161 (2024), pp. 90–120

  3. [11]

    Cheng and C.-W

    Y. Cheng and C.-W. Shu, A discontinuous galerkin finite element method for directly solving the hamilton–jacobi equations, Journal of Computational Physics, 223 (2007), pp. 398–415

  4. [12]

    Y. T. Chow, J. Darbon, S. Osher, and W. Yin , Algorithm for overcoming the curse of dimensionality for time-dependent non-convex hamilton–jacobi equations arising from op- timal control and differential games problems , Journal of Scientific Computing, 73 (2017), pp. 617–643

  5. [13]

    Y. T. Chow, J. Darbon, S. Osher, and W. Yin , Algorithm for overcoming the curse of dimensionality for state-dependent hamilton-jacobi equations , Journal of Computational Physics, 387 (2019), pp. 376–409

  6. [14]

    M. G. Crandall and P.-L. Lions , Viscosity solutions of hamilton-jacobi equations , Transac- tions of the American mathematical society, 277 (1983), pp. 1–42

  7. [15]

    Cristiani and M

    E. Cristiani and M. F alcone , Fast semi-lagrangian schemes for the eikonal equation and applications, SIAM Journal on Numerical Analysis, 45 (2007), pp. 1979–2011

  8. [16]

    J. Cui, S. Liu, and H. Zhou , A supervised learning scheme for computing hamilton-jacobi equation via density coupling , arXiv preprint arXiv:2401.15954, (2024)

  9. [17]

    Darbon, P

    J. Darbon, P. M. Dower, and T. Meng, Neural network architectures using min-plus algebra for solving certain high-dimensional optimal control problems and hamilton–jacobi pdes , Mathematics of Control, Signals, and Systems, 35 (2023), pp. 1–44

  10. [18]

    Darbon, G

    J. Darbon, G. P. Langlois, and T. Meng , Overcoming the curse of dimensionality for some hamilton–jacobi partial differential equations via neural network architectures, Research in the Mathematical Sciences, 7 (2020), p. 20

  11. [19]

    Darbon and T

    J. Darbon and T. Meng , On some neural network architectures that can represent viscosity solutions of certain high dimensional hamilton–jacobi partial differential equations, Journal of Computational Physics, 425 (2021), p. 109907

  12. [20]

    Darbon and S

    J. Darbon and S. Osher , Algorithms for overcoming the curse of dimensionality for cer- tain hamilton–jacobi equations arising in control theory and elsewhere , Research in the Mathematical Sciences, 3 (2016), p. 19

  13. [21]

    de Le ´on, J

    M. de Le ´on, J. C. Marrero, and D. M. de Diego , Linear almost poisson structures and hamilton-jacobi equation. applications to nonholonomic mechanics , arXiv preprint arXiv:0801.4358, (2008)

  14. [22]

    Delahaye, S

    D. Delahaye, S. Puechmorel, P. Tsiotras, and E. F´eron, Mathematical models for aircraft trajectory design: A survey , in Air Traffic Management and Systems: Selected Papers of the 3rd ENRI International Workshop on ATM/CNS (EIW AC2013), Springer, 2014, pp. 205–247

  15. [23]

    H. H. Denman and L. H. Buch, Solution of the hamilton-jacobi equation for certain dissipative classical mechanical systems, Journal of Mathematical Physics, 14 (1973), pp. 326–329

  16. [24]

    Dolgov, D

    S. Dolgov, D. Kalise, and K. K. Kunisch , Tensor decomposition methods for high- dimensional hamilton–jacobi–bellman equations , SIAM Journal on Scientific Computing, 43 (2021), pp. A1625–A1650

  17. [25]

    Dolgov, D

    S. Dolgov, D. Kalise, and L. Saluzzi, Data-driven tensor train gradient cross approximation for hamilton–jacobi–bellman equations, SIAM Journal on Scientific Computing, 45 (2023), pp. A2153–A2184

  18. [26]

    L. C. Evans, Partial differential equations , vol. 19, American Mathematical Society, 2022

  19. [27]

    L. C. Evans and P. E. Souganidis , Differential games and representation formulas for so- lutions of hamilton-jacobi-isaacs equations , Indiana University mathematics journal, 33 (1984), pp. 773–797

  20. [28]

    F alcone and R

    M. F alcone and R. Ferretti, Semi-lagrangian schemes for hamilton–jacobi equations, dis- crete representation formulae and godunov methods, Journal of computational physics, 175 (2002), pp. 559–575

  21. [29]

    F alcone and R

    M. F alcone and R. Ferretti, Semi-Lagrangian approximation schemes for linear and Hamil- ton—Jacobi equations, SIAM, 2013

  22. [30]

    W. H. Fleming and W. M. McEneaney , A max-plus-based algorithm for a hamilton–jacobi– bellman equation of nonlinear filtering , SIAM Journal on Control and Optimization, 38 (2000), pp. 683–710. 26 Y. PARK AND S. OSHER

  23. [31]

    P. A. Forsyth and G. Labahn , Numerical methods for controlled hamilton-jacobi-bellman pdes in finance , Journal of Computational Finance, 11 (2007), p. 1

  24. [32]

    Gilboa and S

    G. Gilboa and S. Osher, Nonlocal operators with applications to image processing, Multiscale Modeling & Simulation, 7 (2009), pp. 1005–1028

  25. [33]

    Hopf, Generalized solutions of non-linear equations of first order , Journal of Mathematics and Mechanics, 14 (1965), pp

    E. Hopf, Generalized solutions of non-linear equations of first order , Journal of Mathematics and Mechanics, 14 (1965), pp. 951–973

  26. [34]

    Imbert, R

    C. Imbert, R. Monneau, and H. Zidani , A hamilton-jacobi approach to junction problems and application to traffic flows , ESAIM: Control, Optimisation and Calculus of Variations, 19 (2013), pp. 129–166

  27. [35]

    Jiang and D

    G.-S. Jiang and D. Peng, Weighted eno schemes for hamilton–jacobi equations, SIAM Journal on Scientific computing, 21 (2000), pp. 2126–2143

  28. [36]

    Kalise, S

    D. Kalise, S. Kundu, and K. Kunisch, Robust feedback control of nonlinear pdes by numerical approximation of high-dimensional hamilton–jacobi–isaacs equations , SIAM Journal on Applied Dynamical Systems, 19 (2020), pp. 1496–1524

  29. [37]

    Kalise and K

    D. Kalise and K. Kunisch , Polynomial approximation of high-dimensional hamilton–jacobi– bellman equations and applications to feedback control of semilinear parabolic pdes , SIAM Journal on Scientific Computing, 40 (2018), pp. A629–A652

  30. [38]

    Kang and L

    W. Kang and L. Wilcox , A causality free computational method for hjb equations with ap- plication to rigid body satellites , in AIAA Guidance, Navigation, and Control Conference, 2015, p. 2009

  31. [39]

    Kang and L

    W. Kang and L. C. Wilcox , Mitigating the curse of dimensionality: sparse grid characteris- tics method for optimal feedback control and hjb equations , Computational Optimization and Applications, 68 (2017), pp. 289–315

  32. [40]

    R. L. Karandikar and M. Vidyasagar , Convergence rates for stochastic approximation: Biased noise with unbounded variance, and applications , Journal of Optimization Theory and Applications, (2024), pp. 1–39

  33. [41]

    Khanin and A

    K. Khanin and A. Sobolevski, Particle dynamics inside shocks in hamilton–jacobi equations , Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 368 (2010), pp. 1579–1593

  34. [42]

    S. N. Kruzhkov, The cauchy problem in the large for certain non-linear first order differential equations, in Doklady Akademii Nauk, vol. 132, Russian Academy of Sciences, 1960, pp. 36– 39

  35. [43]

    S. N. Kruzhkov , Generalized solutions of nonlinear first order equations with several inde- pendent variables. ii , Matematicheskii Sbornik, 114 (1967), pp. 108–134

  36. [44]

    Lafon and S

    F. Lafon and S. Osher , High order two dimensional nonoscillatory methods for solving hamilton–jacobi scalar equations, Journal of Computational Physics, 123 (1996), pp. 235– 253

  37. [45]

    J. A. Laval and L. Leclercq, The hamilton–jacobi partial differential equation and the three representations of traffic flow, Transportation Research Part B: Methodological, 52 (2013), pp. 17–30

  38. [46]

    F. L. Lewis, D. M. Dawson, and C. T. Abdallah , Robot manipulator control: theory and practice, CRC Press, 2003

  39. [47]

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

  40. [48]

    Lin and R

    F. Lin and R. D. Brandt, An optimal control approach to robust control of robot manipulators, IEEE Transactions on robotics and automation, 14 (1998), pp. 69–77

  41. [49]

    Z. Lin, J. Duan, S. E. Li, H. Ma, J. Li, J. Chen, B. Cheng, and J. Ma, Policy-iteration-based finite-horizon approximate dynamic programming for continuous-time nonlinear optimal control, IEEE Transactions on Neural Networks and Learning Systems, 34 (2022), pp. 5255– 5267

  42. [50]

    Lions, Generalized solutions of hamilton-jacobi equations , (No Title), (1982)

    P.-L. Lions, Generalized solutions of hamilton-jacobi equations , (No Title), (1982)

  43. [51]

    L. Lu, P. Jin, and G. E. Karniadakis, Deeponet: Learning nonlinear operators for identifying differential equations based on the universal approximation theorem of operators , arXiv preprint arXiv:1910.03193, (2019)

  44. [52]

    W. M. McEneaney , Max-plus methods for nonlinear control and estimation , vol. 2, Springer Science & Business Media, 2006

  45. [53]

    J. C. Mi ˜nano, P. Ben ´ıtez, and A. Santamar ´ıa, Hamilton-jacobi equation in momentum space, Optics Express, 14 (2006), pp. 9083–9092

  46. [54]

    Mitchell, A

    I. Mitchell, A. Bayen, and C. J. Tomlin, Computing reachable sets for continuous dynamic games using level set methods , Submitted January, (2004)

  47. [55]

    Nakamura-Zimmerer, Q

    T. Nakamura-Zimmerer, Q. Gong, and W. Kang , Adaptive deep learning for high- NEURAL IMPLICIT SOLUTION FORMULA FOR HJ PDES 27 dimensional hamilton–jacobi–bellman equations , SIAM Journal on Scientific Computing, 43 (2021), pp. A1221–A1247

  48. [56]

    Osher, A level set formulation for the solution of the dirichlet problem for hamilton–jacobi equations, SIAM Journal on Mathematical Analysis, 24 (1993), pp

    S. Osher, A level set formulation for the solution of the dirichlet problem for hamilton–jacobi equations, SIAM Journal on Mathematical Analysis, 24 (1993), pp. 1145–1152

  49. [57]

    Osher, R

    S. Osher, R. Fedkiw, and K. Piechor , Level set methods and dynamic implicit surfaces , Appl. Mech. Rev., 57 (2004), pp. B15–B15

  50. [58]

    Osher and N

    S. Osher and N. Paragios , Geometric level set methods in imaging, vision, and graphics , Springer Science & Business Media, 2007

  51. [59]

    Osher and J

    S. Osher and J. A. Sethian , Fronts propagating with curvature-dependent speed: Algorithms based on hamilton-jacobi formulations, Journal of computational physics, 79 (1988), pp. 12– 49

  52. [60]

    Osher and C.-W

    S. Osher and C.-W. Shu , High-order essentially nonoscillatory schemes for hamilton–jacobi equations, SIAM Journal on numerical analysis, 28 (1991), pp. 907–922

  53. [61]

    Parzani and S

    C. Parzani and S. Puechmorel, On a hamilton-jacobi-bellman approach for coordinated opti- mal aircraft trajectories planning , Optimal Control Applications and Methods, 39 (2018), pp. 933–948

  54. [62]

    Paszke, S

    A. Paszke, S. Gross, S. Chintala, G. Chanan, E. Yang, Z. DeVito, Z. Lin, A. Desmaison, L. Antiga, and A. Lerer , Automatic differentiation in pytorch , (2017)

  55. [63]

    Qiu and C.-W

    J. Qiu and C.-W. Shu , Hermite weno schemes for hamilton–jacobi equations , Journal of Computational Physics, 204 (2005), pp. 82–99

  56. [64]

    Raissi, P

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

  57. [65]

    Rajeev, A hamilton–jacobi formalism for thermodynamics , Annals of Physics, 323 (2008), pp

    S. Rajeev, A hamilton–jacobi formalism for thermodynamics , Annals of Physics, 323 (2008), pp. 2265–2285

  58. [66]

    Sideris and J

    A. Sideris and J. E. Bobrow , An efficient sequential linear quadratic algorithm for solving nonlinear optimal control problems, in Proceedings of the 2005, American Control Confer- ence, 2005., IEEE, 2005, pp. 2275–2280

  59. [67]

    Sirignano and K

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

  60. [68]

    A. I. Subbotin , Generalized solutions of first order PDEs: the dynamical optimization per- spective, Springer Science & Business Media, 2013

  61. [69]

    Takikawa, J

    T. Takikawa, J. Litalien, K. Yin, K. Kreis, C. Loop, D. Nowrouzezahrai, A. Jacobson, M. McGuire, and S. Fidler , Neural geometric level of detail: Real-time rendering with implicit 3d shapes , in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition...

  62. [70]

    W ang, X

    S. W ang, X. Yu, and P. Perdikaris , When and why pinns fail to train: A neural tangent kernel perspective, Journal of Computational Physics, 449 (2022), p. 110768

  63. [71]

    Yan and S

    J. Yan and S. Osher , A local discontinuous galerkin method for directly solving hamilton– jacobi equations, Journal of Computational Physics, 230 (2011), pp. 232–244

  64. [72]

    L. Yang, S. Liu, T. Meng, and S. J. Osher , In-context operator learning with data prompts for differential equation problems , Proceedings of the National Academy of Sciences, 120 (2023), p. e2310142120

  65. [73]

    Yegorov and P

    I. Yegorov and P. M. Dower, Perspectives on characteristics based curse-of-dimensionality- free numerical approaches for solving hamilton–jacobi equations , Applied Mathematics & Optimization, 83 (2021), pp. 1–49

  66. [74]

    Yu et al

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

  67. [75]

    Zhang, T

    X. Zhang, T. Cheng, and L. Ju , Implicit form neural network for learning scalar hyper- bolic conservation laws , in Mathematical and Scientific Machine Learning, PMLR, 2022, pp. 1082–1098

  68. [76]

    M. Zhou, J. Han, and J. Lu, Actor-critic method for high dimensional static hamilton–jacobi– bellman partial differential equations based on neural networks, SIAM Journal on Scientific Computing, 43 (2021), pp. A4043–A4066

Pith tools

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