Table of Contents
Fetching ...

HergNet: a Fast Neural Surrogate Model for Sound Field Predictions via Superposition of Plane Waves

Matteo Calafà, Yuanxin Xia, Cheol-Ho Jeong

TL;DR

The paper tackles efficient high-frequency sound-field prediction by introducing HergNet, a physics-consistent neural surrogate that enforces the Helmholtz equation through a Herglotz plane-wave representation $p(\mathbf{x}) = \frac{1}{N_{quad}} \sum_{j=1}^{N_{quad}} e^{ik(\mathbf{x}\cdot \mathbf{s}_j + d_j)} \tilde{h}(\mathbf{s}_j)$. A complex-valued neural network learns the Herglotz density $\tilde{h}$, while a boundary-only loss $ \mathcal{L} = \mathbb{E}_{\mathbf{x}\in \partial\Omega}[(p - Z v_{\mathbf{n}})^2]$ enforces impedance conditions, enabling efficient 2D/3D predictions without interior PDE sampling. The approach scales $N_{quad}$ with frequency as $N_{quad} = f^2/2000$ and demonstrates high fidelity against analytic solutions (e.g., Green’s function) for mid-to-high frequencies with substantially lower computational cost than volumetric solvers like FEM or PINNs. Limitations arise at low frequencies due to the intrinsic plane-wave representation, which is better suited to oscillatory regimes, but the method provides a practical, accurate surrogate for room acoustics and potentially other wave phenomena.

Abstract

We present a novel neural network architecture for the efficient prediction of sound fields in two and three dimensions. The network is designed to automatically satisfy the Helmholtz equation, ensuring that the outputs are physically valid. Therefore, the method can effectively learn solutions to boundary-value problems in various wave phenomena, such as acoustics, optics, and electromagnetism. Numerical experiments show that the proposed strategy can potentially outperform state-of-the-art methods in room acoustics simulation, in particular in the range of mid to high frequencies.

HergNet: a Fast Neural Surrogate Model for Sound Field Predictions via Superposition of Plane Waves

TL;DR

The paper tackles efficient high-frequency sound-field prediction by introducing HergNet, a physics-consistent neural surrogate that enforces the Helmholtz equation through a Herglotz plane-wave representation . A complex-valued neural network learns the Herglotz density , while a boundary-only loss enforces impedance conditions, enabling efficient 2D/3D predictions without interior PDE sampling. The approach scales with frequency as and demonstrates high fidelity against analytic solutions (e.g., Green’s function) for mid-to-high frequencies with substantially lower computational cost than volumetric solvers like FEM or PINNs. Limitations arise at low frequencies due to the intrinsic plane-wave representation, which is better suited to oscillatory regimes, but the method provides a practical, accurate surrogate for room acoustics and potentially other wave phenomena.

Abstract

We present a novel neural network architecture for the efficient prediction of sound fields in two and three dimensions. The network is designed to automatically satisfy the Helmholtz equation, ensuring that the outputs are physically valid. Therefore, the method can effectively learn solutions to boundary-value problems in various wave phenomena, such as acoustics, optics, and electromagnetism. Numerical experiments show that the proposed strategy can potentially outperform state-of-the-art methods in room acoustics simulation, in particular in the range of mid to high frequencies.

Paper Structure

This paper contains 4 sections, 5 equations, 3 figures, 1 table.

Figures (3)

  • Figure 1: Sketch of the HergNet underlying functioning.
  • Figure 2: Contour plots of the acoustic field at $6000$ Hz (in Pa). (a) Predicted $\text{Re}(p)$ from HergNet. (b) Analytic $\text{Re}(p)$. (c) Predicted $\text{Im}(p)$ from HergNet. (d) Analytic $\text{Im}(p)$. (e) Absolute error.
  • Figure 3: Acoustic signal for source at $[0.2,0.4,0.3]$ m and receiver at $[0.7, 1.2, 1.5]$ m. Transfer function in terms of (a) SPL and (b) phase. (c) Impulse response. (d) Impulse response error.