Symbolic Graph Networks for Robust PDE Discovery from Noisy Sparse Data

arXiv cs.LG / 3/25/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces a Symbolic Graph Network (SGN) framework for discovering PDEs from observational data when measurements are noisy and sparsely sampled.
  • Instead of using local numerical differentiation or integral formulations, SGN uses graph message passing to learn a non-local spatial interaction representation that is designed to be less sensitive to high-frequency noise.
  • A symbolic regression module is then applied to SGN’s learned latent features to extract interpretable mathematical expressions representing the governing relations or solution forms.
  • Experiments on benchmark PDEs (wave equation, convection-diffusion, and incompressible Navier–Stokes) show SGN recovers meaningful structures across different noise levels and improves robustness versus baseline approaches in sparse/noisy regimes.
  • The authors provide code via a public GitHub repository, enabling replication and further experimentation with the proposed SGN approach.

Abstract

Data-driven discovery of partial differential equations (PDEs) offers a promising paradigm for uncovering governing physical laws from observational data. However, in practical scenarios, measurements are often contaminated by noise and limited by sparse sampling, which poses significant challenges to existing approaches based on numerical differentiation or integral formulations. In this work, we propose a Symbolic Graph Network (SGN) framework for PDE discovery under noisy and sparse conditions. Instead of relying on local differential approximations, SGN leverages graph message passing to model spatial interactions, providing a non-local representation that is less sensitive to high frequency noise. Based on this representation, the learned latent features are further processed by a symbolic regression module to extract interpretable mathematical expressions. We evaluate the proposed method on several benchmark systems, including the wave equation, convection-diffusion equation, and incompressible Navier-Stokes equations. Experimental results show that SGN can recover meaningful governing relations or solution forms under varying noise levels, and demonstrates improved robustness compared to baseline methods in sparse and noisy settings. These results suggest that combining graph-based representations with symbolic regression provides a viable direction for robust data-driven discovery of physical laws from imperfect observations. The code is available at https://github.com/CXY0112/SGN