English

Neuro-Spectral Architectures for Causal Physics-Informed Networks

Machine Learning 2025-11-17 v2

Abstract

Physics-Informed Neural Networks (PINNs) have emerged as a powerful framework for solving partial differential equations (PDEs). However, standard MLP-based PINNs often fail to converge when dealing with complex initial value problems, leading to solutions that violate causality and suffer from a spectral bias towards low-frequency components. To address these issues, we introduce NeuSA (Neuro-Spectral Architectures), a novel class of PINNs inspired by classical spectral methods, designed to solve linear and nonlinear PDEs with variable coefficients. NeuSA learns a projection of the underlying PDE onto a spectral basis, leading to a finite-dimensional representation of the dynamics which is then integrated with an adapted Neural ODE (NODE). This allows us to overcome spectral bias, by leveraging the high-frequency components enabled by the spectral representation; to enforce causality, by inheriting the causal structure of NODEs, and to start training near the target solution, by means of an initialization scheme based on classical methods. We validate NeuSA on canonical benchmarks for linear and nonlinear wave equations, demonstrating strong performance as compared to other architectures, with faster convergence, improved temporal consistency and superior predictive accuracy. Code and pretrained models are available in https://github.com/arthur-bizzi/neusa.

Keywords

Cite

@article{arxiv.2509.04966,
  title  = {Neuro-Spectral Architectures for Causal Physics-Informed Networks},
  author = {Arthur Bizzi and Leonardo M. Moreira and Márcio Marques and Leonardo Mendonça and Christian Júnior de Oliveira and Vitor Balestro and Lucas dos Santos Fernandez and Daniel Yukimura and Pavel Petrov and João M. Pereira and Tiago Novello and Lucas Nissenbaum},
  journal= {arXiv preprint arXiv:2509.04966},
  year   = {2025}
}

Comments

Accepted at NeurIPS 2025 (poster). 24 pages, 10 figures

R2 v1 2026-07-01T05:22:50.743Z