paper-with-me

홈 › Papers

A Comparison of Mesh-Free Differentiable Programming and Data-Driven Strategies for Optimal Control under PDE Constraints

2023-10-02 · Roussel Desmond Nzoyem, David A. W. Barton, Tom Deakin

The field of Optimal Control under Partial Differential Equations (PDE) constraints is rapidly changing under the influence of Deep Learning and the accompanying automatic differentiation libraries. Novel techniques like Physics-Informed Neural Networks (PINNs) and Differentiable Programming (DP) are to be contrasted with established numerical schemes like Direct-Adjoint Looping (DAL). We present a comprehensive comparison of DAL, PINN, and DP using a general-purpose mesh-free differentiable PDE solver based on Radial Basis Functions. Under Laplace and Navier-Stokes equations, we found DP to be extremely effective as it produces the most accurate gradients; thriving even when DAL fails and PINNs struggle. Additionally, we provide a detailed benchmark highlighting the limited conditions under which any of those methods can be efficiently used. Our work provides a guide to Optimal Control practitioners and connects them further to the Deep Learning community.

📄 PDF Abstract BibTeX arXiv:2310.02286

Code (1)

ddrous/updec 공식 구현 jax

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Neural-Integrated Meshfree (NIM) Method: A differentiable programming-based hybrid solver for computational mechanics

2023-11-21 · Honghui Du, Qizhi He

We present the neural-integrated meshfree (NIM) method, a differentiable programming-based hybrid meshfree approach within the field of computational mechanics. NIM seamlessly integrates traditional physics-based meshfre…

FormPhysics-informed machine learningUnity

JAX-MPM: A Learning-Augmented Differentiable Meshfree Framework for GPU-Accelerated Lagrangian Simulation and Geophysical Inverse Modeling

2025-07-06 · Honghui Du, QiZhi He arxiv

Differentiable programming has emerged as a powerful paradigm in scientific computing, enabling automatic differentiation through simulation pipelines and naturally supporting both forward and inverse modeling. We presen…

Scalable Differentiable Physics for Learning and Control

2020-07-04 · ICML 2020 1 · Yi-Ling Qiao, Junbang Liang, Vladlen Koltun, Ming C. Lin

Differentiable physics is a powerful approach to learning and control problems that involve physical objects and environments. While notable progress has been made, the capabilities of differentiable physics solvers rema…

Differentiation Strategies for Acoustic Inverse Problems: Admittance Estimation and Shape Optimization

2025-11-14 · Nikolas Borrel-Jensen, Josiah Bjorgaard arxiv

We demonstrate a practical differentiable programming approach for acoustic inverse problems through two applications: admittance estimation and shape optimization for resonance damping. First, we show that JAX-FEM's aut…

DMesh: A Differentiable Mesh Representation

2024-04-20 · Sanghyun Son, Matheus Gadelha, Yang Zhou, Zexiang Xu 외

We present a differentiable representation, DMesh, for general 3D triangular meshes. DMesh considers both the geometry and connectivity information of a mesh. In our design, we first get a set of convex tetrahedra that c…