Enhancing Physics-Informed Neural Networks Through Feature Engineering
Abstract
Physics-Informed Neural Networks (PINNs) seek to solve partial differential equations (PDEs) with deep learning. Mainstream approaches that deploy fully-connected multi-layer deep learning architectures require prolonged training to achieve moderate accuracy, while recent work on feature engineering allows higher accuracy and faster convergence. This paper introduces SAFE-NET, a Single-layered Adaptive Feature Engineering NETwork that improves errors with far fewer parameters than baseline feature engineering methods. SAFE-NET returns to basic ideas in machine learning, using Fourier features, a simplified single hidden layer network architecture, and an effective optimizer that improves the conditioning of the PINN optimization problem. Numerical results show that SAFE-NET converges faster and typically outperforms deeper networks and more complex architectures. It consistently uses fewer parameters --- on average, 53% fewer than the competing feature engineering methods and 70-100$\boldsymbol{\times}$ fewer than state-of-the-art large-scale architectures --- while achieving comparable accuracy in less than 30% of the training epochs. Moreover, each SAFE-NET epoch is 95% faster than those of competing feature engineering approaches. These findings challenge the prevailing belief that modern PINNs effectively learn relevant features and highlight the efficiency gains possible through feature engineering.
Cite
Text
Fazliani et al. "Enhancing Physics-Informed Neural Networks Through Feature Engineering." Transactions on Machine Learning Research, 2025.Markdown
[Fazliani et al. "Enhancing Physics-Informed Neural Networks Through Feature Engineering." Transactions on Machine Learning Research, 2025.](https://mlanthology.org/tmlr/2025/fazliani2025tmlr-enhancing/)BibTeX
@article{fazliani2025tmlr-enhancing,
title = {{Enhancing Physics-Informed Neural Networks Through Feature Engineering}},
author = {Fazliani, Shaghayegh and Frangella, Zachary and Udell, Madeleine},
journal = {Transactions on Machine Learning Research},
year = {2025},
url = {https://mlanthology.org/tmlr/2025/fazliani2025tmlr-enhancing/}
}