LGCOMP-PHMar 18, 2022

Half-Inverse Gradients for Physical Deep Learning

arXiv:2203.10131v19 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses optimization challenges for researchers using physics-informed deep learning, though it is incremental as it builds on existing gradient-based methods.

The paper tackles the problem of unbalanced gradient flow in deep learning with integrated physics simulators, which causes poor optimizer performance, by proposing a half-inverse gradient method that converges faster and yields better solutions on tasks like nonlinear oscillators, the Schroedinger equation, and the Poisson problem.

Recent works in deep learning have shown that integrating differentiable physics simulators into the training process can greatly improve the quality of results. Although this combination represents a more complex optimization task than supervised neural network training, the same gradient-based optimizers are typically employed to minimize the loss function. However, the integrated physics solvers have a profound effect on the gradient flow as manipulating scales in magnitude and direction is an inherent property of many physical processes. Consequently, the gradient flow is often highly unbalanced and creates an environment in which existing gradient-based optimizers perform poorly. In this work, we analyze the characteristics of both physical and neural network optimizations to derive a new method that does not suffer from this phenomenon. Our method is based on a half-inversion of the Jacobian and combines principles of both classical network and physics optimizers to solve the combined optimization task. Compared to state-of-the-art neural network optimizers, our method converges more quickly and yields better solutions, which we demonstrate on three complex learning problems involving nonlinear oscillators, the Schroedinger equation and the Poisson problem.

Code Implementations2 repos
Foundations

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

Your Notes