Dual-Balancing for Physics-Informed Neural Networks
Chenhong Zhou, Jie Chen, Zaifeng Yang, Ching Eng Png

TL;DR
This paper introduces Dual-Balanced PINN (DB-PINN), a novel method that dynamically adjusts loss weights to improve convergence and accuracy in physics-informed neural networks solving PDEs.
Contribution
The paper proposes a dual-balancing strategy with inter- and intra-balancing to address imbalance issues in PINNs, enhancing training stability and performance.
Findings
DB-PINN outperforms existing weighting methods in convergence speed.
It achieves higher prediction accuracy on PDE problems.
The method demonstrates stable training with smooth weight updates.
Abstract
Physics-informed neural networks (PINNs) have emerged as a new learning paradigm for solving partial differential equations (PDEs) by enforcing the constraints of physical equations, boundary conditions (BCs), and initial conditions (ICs) into the loss function. Despite their successes, vanilla PINNs still suffer from poor accuracy and slow convergence due to the intractable multi-objective optimization issue. In this paper, we propose a novel Dual-Balanced PINN (DB-PINN), which dynamically adjusts loss weights by integrating inter-balancing and intra-balancing to alleviate two imbalance issues in PINNs. Inter-balancing aims to mitigate the gradient imbalance between PDE residual loss and condition-fitting losses by determining an aggregated weight that offsets their gradient distribution discrepancies. Intra-balancing acts on condition-fitting losses to tackle the imbalance in fitting…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Neural Networks and Reservoir Computing · Machine Learning in Materials Science
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
