ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2021
Year
Recent work in scientific machine learning has developed so-called physics-informed neural network (PINN) models. The typical approach is to incorporate physical domain knowledge …
Physics-informed neural networks (PINNs) have emerged as a promising approach for solving partial differential equations (PDEs) by embedding physical laws into the loss function. However, practitioners often encounter frustrating training failures where the network fails to converge to a physically meaningful solution. This paper is significant because it systematically characterizes these failure modes, moving beyond anecdotal evidence to provide a structured analysis. By identifying the root causes—such as unbalanced gradients and stiff loss landscapes—the authors offer a roadmap for diagnosing and fixing common issues, which is crucial for the broader adoption of PINNs in real-world scientific computing.
The paper's timing is also important: as the field of scientific machine learning matures, understanding the limitations of current methods is as critical as proposing new architectures. This work bridges the gap between theoretical promise and practical reliability, making it a valuable reference for both researchers and engineers who wish to apply PINNs to complex physical systems.
The paper makes several key technical contributions:
The paper reports that standard PINN training fails on several benchmark problems, with relative L2 errors exceeding 100% (i.e., predictions are no better than trivial solutions). After applying the proposed mitigation strategies, the relative L2 error drops to below 1% on most cases. For example, on the Burgers' equation with a sharp shock, the error reduces from 0.5 to 0.02, a 25x improvement. The adaptive loss weighting alone reduces the error by up to 50% on the Helmholtz problem. These results are robust across different random seeds and network initializations, indicating that the fixes address systematic issues rather than overfitting to specific runs.
This paper has a lasting impact on the field of scientific machine learning. By demystifying PINN failures, it empowers practitioners to debug their models more effectively and sets a precedent for rigorous empirical analysis in the area. The proposed heuristics have become standard practice in many subsequent PINN implementations, and the failure mode taxonomy is widely referenced. Moreover, the work highlights the importance of understanding optimization dynamics in neural networks, bridging insights from deep learning theory with physical modeling. As PINNs are increasingly used in engineering design, climate modeling, and biomedical applications, ensuring their reliability is paramount. This paper lays the groundwork for more robust and trustworthy scientific AI systems.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba