English

Symbolic Regression for PDEs using Pruned Differentiable Programs

Machine Learning 2023-03-14 v1 Artificial Intelligence Analysis of PDEs

Abstract

Physics-informed Neural Networks (PINNs) have been widely used to obtain accurate neural surrogates for a system of Partial Differential Equations (PDE). One of the major limitations of PINNs is that the neural solutions are challenging to interpret, and are often treated as black-box solvers. While Symbolic Regression (SR) has been studied extensively, very few works exist which generate analytical expressions to directly perform SR for a system of PDEs. In this work, we introduce an end-to-end framework for obtaining mathematical expressions for solutions of PDEs. We use a trained PINN to generate a dataset, upon which we perform SR. We use a Differentiable Program Architecture (DPA) defined using context-free grammar to describe the space of symbolic expressions. We improve the interpretability by pruning the DPA in a depth-first manner using the magnitude of weights as our heuristic. On average, we observe a 95.3% reduction in parameters of DPA while maintaining accuracy at par with PINNs. Furthermore, on an average, pruning improves the accuracy of DPA by 7.81% . We demonstrate our framework outperforms the existing state-of-the-art SR solvers on systems of complex PDEs like Navier-Stokes: Kovasznay flow and Taylor-Green Vortex flow. Furthermore, we produce analytical expressions for a complex industrial use-case of an Air-Preheater, without suffering from performance loss viz-a-viz PINNs.

Keywords

Cite

@article{arxiv.2303.07009,
  title  = {Symbolic Regression for PDEs using Pruned Differentiable Programs},
  author = {Ritam Majumdar and Vishal Jadhav and Anirudh Deodhar and Shirish Karande and Lovekesh Vig and Venkataramana Runkana},
  journal= {arXiv preprint arXiv:2303.07009},
  year   = {2023}
}

Comments

Publication accepted at International Conference for Learning Representations 2023: Physics for Machine Learning

R2 v1 2026-06-28T09:13:50.151Z