A Green-Integral-Constrained Neural Solver with Stochastic Physics-Informed Regularization

arXiv cs.LG / 4/24/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical UsageModels & Research

Key Points

  • The paper addresses a key weakness of physics-informed neural networks (PINNs): pointwise minimization of second-order PDE residuals becomes computationally expensive and often biases solutions toward smooth outputs for highly oscillatory Helmholtz problems in heterogeneous media.
  • It proposes a Green-Integral (GI) neural solver that enforces wave physics using a nonlocal integral representation, directly encoding oscillatory behavior and outgoing radiation through the integral kernel and avoiding second-order spatial derivatives and artificial absorbing boundary layers.
  • The authors show that optimizing the proposed GI loss corresponds to a spectrally tuned, preconditioned iteration and can converge in heterogeneous media where classical Born-series methods diverge.
  • By using FFT-based convolution to compute the GI loss efficiently, the method substantially lowers GPU memory usage and training time, though it currently depends on a fixed regular grid that may limit local resolution.
  • To improve accuracy in strongly scattering regions, the paper introduces a hybrid GI+PDE loss that combines the GI formulation with a lightweight Helmholtz residual enforced at a small set of nonuniformly sampled collocation points, achieving the best reconstructions in localized scattering scenarios.

Abstract

Standard physics-informed neural networks (PINNs) struggle to simulate highly oscillatory Helmholtz solutions in heterogeneous media because pointwise minimization of second-order PDE residuals is computationally expensive, biased toward smooth solutions, and requires artificial absorbing boundary layers to restrict the solution. To overcome these challenges, we introduce a Green-Integral (GI) neural solver for the acoustic Helmholtz equation. It departs from the PDE-residual-based formulation by enforcing wave physics through an integral representation that imposes a nonlocal constraint. Oscillatory behavior and outgoing radiation are encoded directly through the integral kernel, eliminating second-order spatial derivatives and enforcing physical solutions without additional boundary layers. Theoretically, optimizing this GI loss via a neural network acts as a spectrally tuned preconditioned iteration, enabling convergence in heterogeneous media where the classical Born series diverges. By exploiting FFT-based convolution to accelerate the GI loss evaluation, our approach substantially reduces GPU memory usage and training time. However, this efficiency relies on a fixed regular grid, which can limit local resolution. To improve local accuracy in strong scattering regions, we also propose a hybrid GI+PDE loss, enforcing a lightweight Helmholtz residual at a small number of nonuniformly sampled collocation points. We evaluate our method on seismic benchmark models characterized by structural contrasts and subwavelength heterogeneity at frequencies up to 20Hz. GI-based training consistently outperforms PDE-based PINNs, reducing computational cost by over a factor of ten. In models with localized scattering, the hybrid loss yields the most accurate reconstructions, providing a stable, efficient, and physically grounded alternative.