Papers
Topics
Authors
Recent
Search
2000 character limit reached

Sound Field Interpolation Using Physics-Informed Extreme Learning Machine with Pre-Training

Published 7 Jun 2026 in eess.AS | (2606.08435v1)

Abstract: Numerous machine learning-based sound field interpolation methods have been proposed. In particular, physics-informed neural networks (PINNs) can accurately interpolate sound fields from a small number of microphones. However, their high computational cost and long training time pose practical challenges for applications requiring real-time processing or online learning. To address this, we propose a hybrid framework that combines PINN-based pre-training with a physics-informed extreme learning machine (PIELM) tailored for acoustic fields. By replacing iterative PINN fine-tuning for each target sound field with closed-form output-layer adaptation using hidden-layer weights pre-trained by PINN, the proposed method efficiently interpolates unknown sound fields from limited observations. Simulation results under simplified one-dimensional free-field conditions demonstrate that, given a pre-trained model, the proposed method achieves interpolation accuracy comparable to that of PINN-based fine-tuning while reducing the adaptation time by more than three orders of magnitude.

Summary

  • The paper introduces a physics-informed extreme learning machine (PIELM) that leverages PINN-based pre-training to bolster hidden-layer stability for sound field interpolation.
  • It achieves near iterative PINN accuracy with more than three orders of magnitude faster adaptation using a closed-form update under PDE constraints.
  • The integration of explicit acoustic wave equation constraints with pre-trained hidden representations ensures robust performance from sparse microphone data.

Physics-Informed Extreme Learning Machine with Pre-Training for Sound Field Interpolation

Introduction and Motivation

High-fidelity sound field interpolation from sparse microphone measurements is critical for applications such as active noise control, virtual/augmented reality, and acoustic environment reconstruction. While traditional approaches—such as compressive sensing, kernel-based interpolation, and neural network-based models—have demonstrated progress, they often suffer from limited accuracy or high computational demands, particularly when physical constraints are not explicitly enforced. Physics-informed neural networks (PINNs) address this by embedding the governing partial differential equations (PDEs) into the loss function, yielding superior performance with fewer labeled data. However, the expensive iterative gradient-based training of standard PINNs hinders their applicability for low-latency or real-time scenarios.

This work proposes a hybrid approach that integrates PINN-based pre-training with a closed-form Physics-Informed Extreme Learning Machine (PIELM) adaptation, targeting efficient and accurate sound field interpolation in a one-dimensional free-field setting. The primary contributions are (1) a formalization of PIELM for acoustic sound field estimation under the wave equation constraint and (2) the introduction of hidden-layer weight pre-training via PINNs to stabilize and enhance closed-form adaptation.

Methodology

The framework consists of two stages: PINN-based pre-training for hidden-layer weights and closed-form PIELM-based sound field interpolation for each target audio environment. Figure 1

Figure 1: The proposed hybrid framework comprises PINN-based pre-training for universal hidden-layer weights (left) and physics-informed, closed-form PIELM sound field adaptation for new instances (right).

PIELM Formulation

ELMs are single-hidden-layer feedforward networks where only the output-layer weights are learned in closed form via pseudoinverse computations, after random initialization of the hidden-layer. PIELM generalizes this by embedding physical constraints—here, the homogeneous one-dimensional acoustic wave equation:

∂2p∂t2=c2∂2p∂x2\frac{\partial^2 p}{\partial t^2} = c^2 \frac{\partial^2 p}{\partial x^2}

as an additional requirement for the output function.

Given the measurement data and PDE evaluation domains, PIELM constructs a linear system by stacking both the data-matching and physics-constrained terms. The output-layer weights β\boldsymbol{\beta} are determined by:

Hβ=k\boldsymbol{H}\boldsymbol{\beta} = \boldsymbol{k}

where H\boldsymbol{H} encodes both the neural network responses and the PDE residuals, providing enhanced extrapolation capability from minimal data.

PINN-Based Pre-Training

Random initialization in ELM/PIELM leads to instability and poor generalization, especially with sparse data and in physically constrained regimes. In the proposed framework, hidden weights are pre-trained using a PINN on source-domain sound field data, optimizing a composite loss:

LTotal=LData+λLPDE\mathcal{L}_{\text{Total}} = \mathcal{L}_{\text{Data}} + \lambda \mathcal{L}_{\text{PDE}}

PINN pre-training exploits both labeled sound pressure data and the PDE residual—imparting physically consistent representations to the hidden layer. After pre-training, only the output weights are adapted for each new interpolation task using the closed-form PIELM update—drastically reducing total adaptation time.

Experimental Design

Simulation experiments were conducted under a scenario emulating active noise control.

  • Sound Field: Plane wave in 1D free field, source signals produced via white noise filtered to 100–200 Hz.
  • Sensors: Two microphones placed 0.2 m away from the center on either side, with a 0.32 m interpolation region to reconstruct.
  • Evaluation: Nine randomized test sound fields, various SNRs, and ablations comparing ELM, conventional PINN, and PIELM both with and without pre-training. Figure 2

    Figure 2: Experimental configuration for 1D sound field interpolation with two microphones outside the target region.

PINN pre-training used a single-hidden-layer network with 1008 neurons and hyperbolic tangent activation, following prior work. Measurement and PDE residual domains were matched throughout all compared pipelines.

Results

Interpolation Accuracy and Adaptation Speed

The pre-trained PIELM achieved a normalized mean squared error (NMSE) of −23.40-23.40 dB (at interpolation positions) with an average closed-form adaptation time of $0.42$ s, closely matching the accuracy of a fine-tuned PINN (−26.16-26.16 dB at $30,000$ iterations) yet reducing adaptation time by over three orders of magnitude (from $1060.27$ s to β\boldsymbol{\beta}0 s). This represents a significant leap in inference efficiency for physics-informed sound field interpolation.

Notably, omitting PINN-based pre-training degraded PIELM performance drastically (NMSE: β\boldsymbol{\beta}1 dB), underscoring the necessity of the pre-trained universal hidden representation. Ablation with standard ELM (without PDE constraint) yielded poor generalization (NMSE: β\boldsymbol{\beta}2 dB), further verifying the pivotal role of physics-informed modeling.

Robustness to Observation Noise

For high SNRs (20–30 dB), pre-trained PIELM maintained high interpolation accuracy (NMSE β\boldsymbol{\beta}3 to β\boldsymbol{\beta}4 dB). At 10 dB SNR, accuracy dropped to β\boldsymbol{\beta}5 dB, revealing sensitivity to noise due to the closed-form pseudoinverse construction, though PINN finetuning also exhibited notable degradation.

Implications and Future Work

The integration of physically consistent hidden-layer representations with closed-form output adaptation represents a promising paradigm for real-time sound field modeling with theoretical guarantees from the PDE constraint. This architecture can substantially lower the computational barrier for employing physics-informed learning in latency-critical acoustic applications, including spatial audio, low-latency active noise control, and sensor-limited environmental reconstruction.

Future directions include:

  • Extending the methodology to two- and three-dimensional wavefields.
  • Investigating noise-robust closed-form adaptation techniques.
  • Applying similar frameworks for other PDE-dominated physical signals.

Conclusion

This work demonstrates that PINN-based pre-training combined with PIELM closed-form adaptation enables fast and physically consistent sound field interpolation from limited data, achieving accuracy comparable to iterative PINNs but at a fraction of the computational cost. The results delineate a clear path toward practical deployment of physics-informed ML in time-sensitive acoustic signal processing contexts.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 2 tweets with 5 likes about this paper.