Solutions of certain partial differential equations (PDEs) are often represented by the steepest descent curves of corresponding functionals. Minimizing movement scheme was developed in order to study such curves in metric spaces. Especially, Jordan-Kinderlehrer-Otto studied the Fokker-Planck equation in this way with respect to the Wasserstein metric space. In this paper, we propose a deep learning-based minimizing movement scheme for approximating the solutions of PDEs. The proposed method is highly scalable for high-dimensional problems as it is free of mesh generation. We demonstrate through various kinds of numerical examples that the proposed method accurately approximates the solutions of PDEs by finding the steepest descent direction of a functional even in high dimensions.
- The Deep Minimizing Movement Scheme (Hwang 2021)
That means rather than only optimizing an energy
Guess $\theta_0$
for k in 1,..,K
v_k <- NN with parameter theta_k in Evaluation mode only
\theta_{k+1} <- theta_k
v_{k+1} <- NN with parameter theta_{k+1}
for NumberOfTrainingSteps:
Loss function
Backpropagate for training v_{k+1}
Make Optimization step
For the energy we choose a modified version of the Ambrosio-Tortorelli energy:
- Learning Geometric Phase Field representations (Yannick Kees 2022)
This means the network should represent the phase field representation of a surface from where the points