paper-with-me

Papers

A solver-in-the-loop framework for end-to-end differentiable coastal hydrodynamics

2026-04-08 · Elsa Cardoso-Bihlo, Alex Bihlo arxiv

Numerical simulation of wave propagation and run-up is a cornerstone of coastal engineering and tsunami hazard assessment. However, applying these forward models to inverse problems, such as bathymetry estimation, source inversion, and structural optimization, remains notoriously difficult due to the rigidity and high computational cost of deriving discrete adjoints. In this paper, we introduce AegirJAX, a fully differentiable hydrodynamic solver based on the depth-integrated, non-hydrostatic shallow-water equations. By implementing the solver entirely within a reverse-mode automatic differentiation framework, AegirJAX treats the time-marching physics loop as a continuous computational graph. We demonstrate the framework's versatility across a suite of scientific machine learning tasks: (1) discovering regime-specific neural corrections for model misspecifications in highly dispersive wave propagation; (2) performing continuous topology optimization for breakwater design; (3) training recurrent neural networks in-the-loop for active wave cancellation; and (4) inverting hidden bathymetry and submarine landslide kinematics directly from downstream sensor data. The proposed differentiable paradigm fundamentally blurs the line between forward simulation and inverse optimization, offering a unified, end-to-end framework for coastal hydrodynamics.

📄 PDF Abstract BibTeX arXiv:2604.07129

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

JAX-SPH: A Differentiable Smoothed Particle Hydrodynamics Framework

2024-03-07 · Artur P. Toshev, Harish Ramachandran, Jonas A. Erbesdobler, Gianluca Galletti 외

Particle-based fluid simulations have emerged as a powerful tool for solving the Navier-Stokes equations, especially in cases that include intricate physics and free surfaces. The recent addition of machine learning meth…

Dataset Generation

diffSPH: Differentiable Smoothed Particle Hydrodynamics for Adjoint Optimization and Machine Learning

2025-07-29 · Rene Winchenbach, Nils Thuerey arxiv

We present diffSPH, a novel open-source differentiable Smoothed Particle Hydrodynamics (SPH) framework developed entirely in PyTorch with GPU acceleration. diffSPH is designed centrally around differentiation to facilita…

Hybrid Physical-Neural Simulator for Fast Cosmological Hydrodynamics

2025-10-30 · Arne Thomsen, Tilman Tröster, François Lanusse arxiv

Cosmological field-level inference requires differentiable forward models that solve the challenging dynamics of gas and dark matter under hydrodynamics and gravity. We propose a hybrid approach where gravitational force…

Scientific Machine Learning of Flow Resistance Using Universal Shallow Water Equations with Differentiable Programming

2025-02-18 · Xiaofeng Liu, Yalan Song

Shallow water equations (SWEs) are the backbone of most hydrodynamics models for flood prediction, river engineering, and many other water resources applications. The estimation of flow resistance, i.e., the Manning's ro…

Sensitivity

Mosaic: A Benchmark Suite for Differentiable Physics Solvers

2026-06-26 · Andrin Rehmann, Heiko Zimmermann, Dion Häfner arxiv

Differentiable partial differential equation (PDE) solvers underpin solver-in-the-loop ML training, gradient-based optimal control, and inverse problems, yet the practical cost of obtaining correct, usable gradients from…