LGAIOCOct 2, 2023

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

arXiv:2310.02286v19 citationsh-index: 4
Originality Synthesis-oriented
AI Analysis

This work provides a practical guide for optimal control practitioners by benchmarking methods to connect them with deep learning advancements, though it is incremental as it focuses on comparison rather than introducing a new method.

The paper compared mesh-free differentiable programming (DP) with data-driven strategies like Physics-Informed Neural Networks (PINNs) and Direct-Adjoint Looping (DAL) for optimal control under PDE constraints, finding DP to be the most accurate in gradient computation, especially effective where DAL fails and PINNs struggle under Laplace and Navier-Stokes equations.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes