paper-with-me

홈 › Papers

Leveraging Hamilton-Jacobi PDEs with time-dependent Hamiltonians for continual scientific machine learning

2023-11-13 · Paula Chen, Tingwei Meng, Zongren Zou, Jérôme Darbon, George Em Karniadakis

We address two major challenges in scientific machine learning (SciML): interpretability and computational efficiency. We increase the interpretability of certain learning processes by establishing a new theoretical connection between optimization problems arising from SciML and a generalized Hopf formula, which represents the viscosity solution to a Hamilton-Jacobi partial differential equation (HJ PDE) with time-dependent Hamiltonian. Namely, we show that when we solve certain regularized learning problems with integral-type losses, we actually solve an optimal control problem and its associated HJ PDE with time-dependent Hamiltonian. This connection allows us to reinterpret incremental updates to learned models as the evolution of an associated HJ PDE and optimal control problem in time, where all of the previous information is intrinsically encoded in the solution to the HJ PDE. As a result, existing HJ PDE solvers and optimal control algorithms can be reused to design new efficient training approaches for SciML that naturally coincide with the continual learning framework, while avoiding catastrophic forgetting. As a first exploration of this connection, we consider the special case of linear regression and leverage our connection to develop a new Riccati-based methodology for solving these learning problems that is amenable to continual learning applications. We also provide some corresponding numerical examples that demonstrate the potential computational and memory advantages our Riccati-based approach can provide.

📄 PDF Abstract BibTeX arXiv:2311.07790

Code (1)

zongrenzou/timehjpde4sciml 공식 구현

Tasks

Computational EfficiencyContinual Learning

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

On Hamilton-Jacobi PDEs and image denoising models with certain non-additive noise

2021-05-28 · Jérôme Darbon, Tingwei Meng, Elena Resmerita

We consider image denoising problems formulated as variational problems. It is known that Hamilton-Jacobi PDEs govern the solution of such optimization problems when the noise model is additive. In this work, we address …

DenoisingImage Denoising

Neural Implicit Solution Formula for Efficiently Solving Hamilton-Jacobi Equations

2025-01-31 · Yesom Park, Stanley Osher

This paper presents an implicit solution formula for the Hamilton-Jacobi partial differential equation (HJ PDE). The formula is derived using the method of characteristics and is shown to coincide with the Hopf and Lax f…

Computational Efficiency

Leveraging Multi-time Hamilton-Jacobi PDEs for Certain Scientific Machine Learning Problems

2023-03-22 · Paula Chen, Tingwei Meng, Zongren Zou, Jérôme Darbon 외

Hamilton-Jacobi partial differential equations (HJ PDEs) have deep connections with a wide range of fields, including optimal control, differential games, and imaging sciences. By considering the time variable to be a hi…

Continual LearningTransfer Learning

Neural network architectures using min-plus algebra for solving certain high dimensional optimal control problems and Hamilton-Jacobi PDEs

2021-05-07 · Jérôme Darbon, Peter M. Dower, Tingwei Meng

Solving high dimensional optimal control problems and corresponding Hamilton-Jacobi PDEs are important but challenging problems in control engineering. In this paper, we propose two abstract neural network architectures …

Data-driven initialization of deep learning solvers for Hamilton-Jacobi-Bellman PDEs

2022-07-19 · Anastasia Borovykh, Dante Kalise, Alexis Laignelet, Panos Parpas

A deep learning approach for the approximation of the Hamilton-Jacobi-Bellman partial differential equation (HJB PDE) associated to the Nonlinear Quadratic Regulator (NLQR) problem. A state-dependent Riccati equation con…