Multi-Objective Loss Balancing in Physics-Informed Neural Networks for Fluid Flow Applications
Afrah Farea, Saiful Khan, Mustafa Serdar Celebi
TL;DR
The paper addresses multi-objective loss balancing in PINNs for Navier–Stokes fluid flows by introducing trainable SiLU activations and learnable B-spline bases within Kolmogorov–Arnol'd networks. It systematically evaluates how activation design interacts with loss-balancing strategies (RBA, SA, LRA, GradNorm) across 2D lid-driven cavity, plane Poiseuille, and BFS slip/no-slip flows, comparing against fixed Tanh baselines and OpenFOAM references. The key finding is that learnable activations generally improve RMSE (7.4%–95.2% reductions) with most schemes; LRA often yields the largest gains, though GradNorm can become unstable with these activations. The study also highlights trade-offs: while accuracy improves, the B-spline+SiLU networks incur higher parameter counts and runtime, with RBA offering a favorable efficiency-accuracy balance and GradNorm proving unreliable in some configurations.
Abstract
Physics-Informed Neural Networks (PINNs) have emerged as a promising machine learning approach for solving partial differential equations (PDEs). However, PINNs face significant challenges in balancing multi-objective losses, as multiple competing loss terms such as physics residuals, boundary conditions, and initial conditions must be appropriately weighted. While various loss balancing schemes have been proposed, they have been implemented within neural network architectures with fixed activation functions, and their effectiveness has been assessed using simpler PDEs. We hypothesize that the effectiveness of loss balancing schemes depends not only on the balancing strategy itself, but also on the loss function design and the neural network's inherent function approximation capabilities, which are influenced by the choice of activation function. In this paper, we extend existing solutions by incorporating trainable activation functions within the neural network architecture and evaluate the proposed approach on complex fluid flow applications modeled by the Navier-Stokes equations. Our evaluation across diverse Navier-Stokes problems demonstrates that this proposed solution achieves root mean square error (RMSE) improvements ranging from 7.4% to 95.2% across different scenarios. These findings highlight the importance of carefully designing the loss function and selecting activation functions for effective loss balancing.
