LGAIMay 9, 2025

Mask-PINNs: Mitigating Internal Covariate Shift in Physics-Informed Neural Networks

arXiv:2505.06331v3h-index: 3
AI Analysis

This addresses a fundamental optimization issue for researchers and practitioners using PINNs to solve partial differential equations, though it is an incremental improvement over existing PINN frameworks.

The paper tackles the problem of internal covariate shift hindering stable training in Physics-Informed Neural Networks (PINNs) by proposing Mask-PINNs, a novel architecture that introduces a learnable mask function to regulate feature distributions while preserving physical constraints, resulting in consistent improvements in prediction accuracy, convergence stability, and robustness across multiple PDE benchmarks.

Physics-Informed Neural Networks (PINNs) have emerged as a powerful framework for solving partial differential equations (PDEs) by embedding physical laws directly into the loss function. However, as a fundamental optimization issue, internal covariate shift (ICS) hinders the stable and effective training of PINNs by disrupting feature distributions and limiting model expressiveness. Unlike standard deep learning tasks, conventional remedies for ICS -- such as Batch Normalization and Layer Normalization -- are not directly applicable to PINNs, as they distort the physical consistency required for reliable PDE solutions. To address this issue, we propose Mask-PINNs, a novel architecture that introduces a learnable mask function to regulate feature distributions while preserving the underlying physical constraints of PINNs. We provide a theoretical analysis showing that the mask suppresses the expansion of feature representations through a carefully designed modulation mechanism. Empirically, we validate the method on multiple PDE benchmarks -- including convection, wave propagation, and Helmholtz equations -- across diverse activation functions. Our results show consistent improvements in prediction accuracy, convergence stability, and robustness. Furthermore, we demonstrate that Mask-PINNs enable the effective use of wider networks, overcoming a key limitation in existing PINN frameworks.

Foundations

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

Your Notes