LGJan 27, 2025

MILP initialization for solving parabolic PDEs with PINNs

arXiv:2501.16153v10.001 citationsh-index: 10
AI Analysis50

This is an incremental improvement for researchers using PINNs to solve parabolic PDEs in engineering applications.

The paper tackles the slow convergence of Physics-Informed Neural Networks (PINNs) by proposing a convex optimization model for initializing weights, specifically testing it on the heat diffusion equation for power transformers, with boundary pre-training showing the fastest convergence.

Physics-Informed Neural Networks (PINNs) are a powerful deep learning method capable of providing solutions and parameter estimations of physical systems. Given the complexity of their neural network structure, the convergence speed is still limited compared to numerical methods, mainly when used in applications that model realistic systems. The network initialization follows a random distribution of the initial weights, as in the case of traditional neural networks, which could lead to severe model convergence bottlenecks. To overcome this problem, we follow current studies that deal with optimal initial weights in traditional neural networks. In this paper, we use a convex optimization model to improve the initialization of the weights in PINNs and accelerate convergence. We investigate two optimization models as a first training step, defined as pre-training, one involving only the boundaries and one including physics. The optimization is focused on the first layer of the neural network part of the PINN model, while the other weights are randomly initialized. We test the methods using a practical application of the heat diffusion equation to model the temperature distribution of power transformers. The PINN model with boundary pre-training is the fastest converging method at the current stage.

Foundations

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

Your Notes