Loss Jump During Loss Switch in Solving PDEs with Neural Networks
Zhiwei Wang, Lulu Zhang, Zhongwang Zhang, Zhi-Qin John Xu
TL;DR
Loss Jump During Loss Switch in Solving PDEs with Neural Networks investigates the effect of loss function design on training dynamics for neural PDE solvers. A stable loss-jump is observed when switching from data loss to higher-order derivative model loss, explained via frequency-domain analysis and a multi-stage descent. Across Burgers, heat, diffusion, and wave equations, the study shows that model loss changes spectral priorities, often weakening low-frequency constraint and occasionally favoring higher frequencies. The findings motivate frequency-aware training strategies to improve robustness and convergence of neural PDE solvers.
Abstract
Using neural networks to solve partial differential equations (PDEs) is gaining popularity as an alternative approach in the scientific computing community. Neural networks can integrate different types of information into the loss function. These include observation data, governing equations, and variational forms, etc. These loss functions can be broadly categorized into two types: observation data loss directly constrains and measures the model output, while other loss functions indirectly model the performance of the network, which can be classified as model loss. However, this alternative approach lacks a thorough understanding of its underlying mechanisms, including theoretical foundations and rigorous characterization of various phenomena. This work focuses on investigating how different loss functions impact the training of neural networks for solving PDEs. We discover a stable loss-jump phenomenon: when switching the loss function from the data loss to the model loss, which includes different orders of derivative information, the neural network solution significantly deviates from the exact solution immediately. Further experiments reveal that this phenomenon arises from the different frequency preferences of neural networks under different loss functions. We theoretically analyze the frequency preference of neural networks under model loss. This loss-jump phenomenon provides a valuable perspective for examining the underlying mechanisms of neural networks in solving PDEs.
