Efficient Weak-Entropy PINN for Solving Hyperbolic Conservation Laws

arXiv:2608.10389 2026 Training 2 ideas extracted · analyzed Sep 1, 2026

What the math gives to ML

The paper provides a transferable way to train neural PDE solvers on discontinuous dynamics without differentiating through shocks. Its key construction is a weak conservation residual, obtained by testing the PDE against smooth functions and integrating derivatives onto the known tests, combined with an entropy inequality that rejects nonphysical weak solutions. A second practical contribution is evaluating many periodic test-function residuals with FFTs, turning weak residual computation into batched spectral projections. The most promising engineering path is a weak-entropy PINN for Burgers or Euler equations, followed by an FFT implementation for speed and frequency control.

Ideas from this paper

Mechanism failed 2026

Weak-Entropy Residual Loss

Replace pointwise differential PINN residuals with integral residuals tested against smooth functions, so the network can represent shocks without requiring derivatives of a discontinuous prediction. Add a one-sided entropy penalty to select the physically admissible weak solution rather than an arbitrary shock or rarefaction solution.

Useful8/10
Difficulty5/10
Novelty7/10
Paper: Efficient Weak-Entropy PINN for Solving Hyperbolic Conservation Laws arXiv:2608.10389
Mechanism failed 2026

FFT Weak-Residual Engine

Evaluate weak residuals against a bank of periodic trigonometric test functions using FFT projections instead of repeated pointwise quadrature or output automatic differentiation. Frequency truncation and mode weighting provide a direct way to control the spatial scales enforced during neural PDE training.

Useful7/10
Difficulty4/10
Novelty6/10
Paper: Efficient Weak-Entropy PINN for Solving Hyperbolic Conservation Laws arXiv:2608.10389