EPS
← All batches·2605.11001

Finite Volume-Informed Neural Network Framework for 2D Shallow Water Equations: Rugged Loss Landscapes and the Importance of Data Guidance

topic: othertop score: 100released: 2026-05-13first surfaced: 2026-05-13arXivPDFthreats2026-05-13

Authors: Xiaofeng Liu

arXiv · PDF

Summary

The author develops a physics-informed neural network (PINN) for the shallow water equations (used in flood modeling) by replacing the usual point-wise PDE residual with a finite-volume (FVM) loss computed on an unstructured mesh. The main finding is that training on physics alone often collapses to a trivial "no flow" solution because the FVM loss landscape has a shallow basin near zero momentum. Adding even a small amount of real data (50–200 scattered measurements) breaks the degeneracy: the gap between the trivial solution's loss and the true solution's loss jumps from 7× to 310×, and prediction error drops by 7–22×. The framework is demonstrated on a 2D benchmark and a real Savannah River reach.

Main takeaways:

  • Standard strong-form PINNs can't handle discontinuities or enforce conservation for shallow water equations; the author uses a differentiable finite-volume Riemann solver instead.
  • Physics-only training frequently gets stuck in a low-momentum state that nearly satisfies the FVM loss but doesn't match real flow.
  • Loss-landscape analysis shows the trivial solution sits in a shallow basin; sparse data (e.g., 200 velocity measurements) deepens the basin around the correct solution by 44×.
  • On a 2D channel benchmark, just 50 data points cut velocity error by 7×; 200 points yield a 22× improvement over physics-only.
  • The FVM-PINN loss contributes most in the sparse-data regime (≈23% error reduction) and becomes neutral when dense reference data is available.

Relevance

Not directly related to my persona/midtraining work — this is about neural surrogates for fluid-dynamics PDEs, not language models or behavioral conditioning.

Threat model

Potential threat/caveat for clean result "Fine-tuning one persona on a two-marker chunk and another on the start marker plants the end marker at every donor answer's end, not chained to the start (LOW confidence)": this item discusses benchmark.

Abstract

arXiv:2605.11001v1 Announce Type: new Abstract: Physics-informed neural networks (PINNs) are a simple surrogate-modelling paradigm for partial differential equations, but their standard strong-form residual formulation is ill suited to the shallow water equations (SWE). It cannot enforce local conservation, handle discontinuities, or leverage the boundary-conforming unstructured meshes used in real-world applications. We introduce ``Data-Guided FVM-PINN'', a framework that replaces the strong-form residual with a differentiable, well-balanced Roe Riemann-solver finite-volume (FVM) loss evaluated on unstructured meshes. The major finding is that physics-only FVM-PINN training often fails on realistic 2D problems: the network collapses to a trivial low-momentum state that nearly satisfies the FVM-PINN residual but bears no resemblance to the true flow. A loss-landscape diagnostic shows that the FVM-PINN loss at zero momentum is only about $7\times$ larger than at the trained solution, a shallow basin that an ordinary optimizer falls into; adding even sparse data turns this into a $310\times$ separation, breaking the degeneracy. On a 2D block-in-channel benchmark, just $200$ random velocity measurements drop the velocity-field $L_2$ error by $22\times$ versus physics-only; $50$ measurements still deliver a $7\times$ reduction. A controlled ablation isolates the contribution of the FVM-PINN loss: it reduces velocity-field $L_2$ by $\sim$$23%$ in the sparse-data regime and is essentially neutral when dense reference data is available. On a real-world Savannah River reach ($1306$ cells, $3600$~s simulation, five Manning zones), the framework constructs an accurate surrogate from SRH-2D anchor data, with time-window decomposition reducing error monotonically via progressive initial-condition handoff.