Higher-Order Non-Linear Beamforming
- Higher-order non-linear beamforming is a set of methods that utilize non-linear combinations of delayed sensor signals to harness higher-order statistics for improved noise suppression and signal enhancement.
- These techniques extend traditional delay-and-sum methods by employing polynomial correlations and neural network architectures, leading to sharper resolution and better artifact rejection.
- Efficient implementations via closed-form polynomial expansions and GPU parallelism enable real-time applications, yielding significant gains in SNR, dynamic range, and imaging contrast.
Higher-order non-linear beamforming refers to spatial signal processing techniques that incorporate products or other non-linear combinations of delayed sensor signals across orders greater than two, in order to exploit higher-order statistical dependencies for improved noise/artifact suppression and signal enhancement. These methods surpass traditional linear approaches—such as delay-and-sum—as well as basic second-order non-linear methods like delay-multiply-and-sum (DMAS), by systematically harnessing higher-order interactions among sensor channels in array signal processing tasks. This class includes both polynomial-correlation beamformers and neural architectures designed to realize, approximate, or extend such non-linear filtering.
1. Mathematical Principles and Non-Linear Extensions
Linear beamforming methods, typified by delay-and-sum (DAS), assume perfect coherence across delayed channels, summing the delayed observations as . While computationally efficient ( per beam/pixel), this approach suffers from broad main lobes, high sidelobes, and low contrast/resolution in noisy or reverberant environments due to its inability to discriminate signal from incoherent noise or clutter (Mulani et al., 2022, Jansen et al., 12 Nov 2025).
Second-order DMAS improves upon these limitations by introducing pairwise signal products, evaluating . This pairwise multiplication acts as a simple coherence detector, reinforcing true source directions while attenuating incoherent/noise-like signals, but incurs a quadratic complexity.
The general -th order DMAS beamformer extends this by summing over all -tuples of delayed signals:
with yielding progressively stronger suppression of off-axis incoherent artifacts while further distinguishing coherent signal arrivals (Mulani et al., 2022, Jansen et al., 12 Nov 2025).
In the domain of multichannel speech enhancement, higher-order non-linear beamformers also emerge from an MMSE-optimal Bayesian perspective when the noise is modeled as non-Gaussian, e.g., a Gaussian mixture, resulting in estimators that are fundamentally non-linear and jointly exploit spatial and spectral statistics (Tesch et al., 2021). Neural approximators such as TaylorBeamformer employ high-order nonlinear transformations, recursively derived from Taylor expansion terms, where each higher-order component serves as a data-driven residual canceller complementing the 0th-order spatial filter (Li et al., 2022).
2. Efficient Implementation via Closed-Form and Neural Methods
Direct computation of -th order DMAS is combinatorially expensive (0 for 1 sensors and order 2). Closed-form polynomial expansions, derived using Newton–Girard identities, enable efficient 3 computation for all practical 4 (typically 5), reducing higher-order sums to a small number of sums and products of vector powers. For example, third-order DMAS is implemented as:
6
with 7 (Mulani et al., 2022, Jansen et al., 12 Nov 2025).
Real-time deployment is achieved by parallelizing these vector calculations across array pixels or time-frequency bins on GPU architectures, with memory traffic and root/sign operations managed to sustain high throughput (e.g., 23 frames per second for images with 8 pixels on commodity GPUs for 9) (Mulani et al., 2022). Embedded GPU platforms support real-time in-air acoustic imaging with similar techniques, using a per-pixel CUDA thread model (Jansen et al., 12 Nov 2025).
End-to-end neural architectures, such as TaylorBeamformer, replace explicit higher-order analytic terms with learnable neural modules for each derivative order. These networks (e.g., stacks of S-TCN blocks) are trained with loss functions balancing spatial and spectral reconstruction, and achieve competitive inference cost (08 Giga MAC/s on 6 mics, 7.25M parameters for 1) (Li et al., 2022).
3. Quantitative Performance in Imaging and Speech Applications
Systematic evaluations have demonstrated that increasing the correlation order 2 yields monotonic improvements in contrast, SNR, and artifact suppression, up to an empirically optimal value (usually 3). In photoacoustic imaging, progressing from DAS to DMAS-5 led to FWHM reductions (from 43.2 mm to 51.6 mm) and SNR improvements (6 dB versus DAS, 7 dB versus DMAS) (Mulani et al., 2022). In in-air acoustic imaging, dynamic range increased from 830 dB (DAS) to 980 dB (DMAS-5), with SNR and contrast rising accordingly (Jansen et al., 12 Nov 2025).
In multichannel speech enhancement, analytic higher-order non-linear filters outperformed classical and two-stage linear beamformers, particularly in heavy-tailed (kurtotic) or multi-interferer environments. The non-linear joint MMSE filter, or its neural approximation, delivered SI-SDR gains up to 04.5 dB and perceptual speech quality (POLQA) advantages over linear approaches in both simulated and real environments (Tesch et al., 2021). Neural higher-order methods (TaylorBeamformer, 1) outperformed frame-wise oracle MVDR baselines by 2 PESQ, 3 ESTOI points, and 4 dB SI-SDR in causal 6-microphone speech enhancement settings (Li et al., 2022).
| Method/Order | FWHM (mm) | SNR Gain (dB, vs. DAS) | Dynamic Range (dB) |
|---|---|---|---|
| DAS (Linear, 5) | 63.2 | 0 | 730 |
| DMAS (8) | 91.9 | 0–1 | 250 |
| DMAS-5 (3) | 41.6 | 5 | 680 |
4. Comparison with Classical Linear and Hybrid Approaches
Classical linear approaches, such as MVDR or multichannel Wiener filtering, are optimal only under Gaussian noise due to the sufficiency of second-order statistics. Two-step cascades (linear spatial filter plus postfilter) are suboptimal for non-Gaussian fields because they cannot fully exploit higher-order spatial or spectral dependencies.
Higher-order non-linear methods, whether analytic or learned, can (a) suppress more than 7 directional interferers for 8 array elements, and (b) adapt to non-stationary or heavy-tailed noise via higher-order moment exploitation. This effect is particularly pronounced in heavy-tailed (super-Gaussian) or mixture-based noise environments (Tesch et al., 2021). Linear cascades lose spatial detail by collapsing mixture components, whereas non-linear spatial filtering leverages individual component covariances, realizing higher spatial selectivity.
Neural architectures inspired by Taylor expansion (e.g., TaylorBeamformer) generalize this principle, where each additional order corresponds to a data-driven non-linear correction that further reduces residual noise or reverberation, with performance saturating after 9 (Li et al., 2022).
5. Practical Implementation Strategies
For efficient deployment of higher-order non-linear beamformers:
- Use closed-form polynomial expansions for analytic DMAS to reduce computation from 0 to 1 per beam/pixel (Mulani et al., 2022, Jansen et al., 12 Nov 2025).
- Exploit GPU parallelism by allocating one computation thread per output pixel/angle, with delayed signal lookups and vectorized operations.
- Coherence Factor (CF) weighting can further clean up side lobes and residual artifacts, being especially useful in reverberant scenes (Jansen et al., 12 Nov 2025).
- For neural methods, stack modular networks corresponding to higher-order residual terms and supervise both spatial and spectral outputs for optimal training convergence (Li et al., 2022).
- In both signal processing and neural contexts, orders beyond 2 may yield diminishing returns or signal saturation/distortion, so system parameters are typically tuned for 3.
6. Application Domains and Limitations
Higher-order non-linear beamforming is applicable to:
- Photoacoustic and ultrasonic imaging, where image quality and artifact rejection are critical, and coherent signal peaks require maximal reinforcement (Mulani et al., 2022).
- In-air acoustic imaging and real-time sonar/ultrasound applications, with practical deployment on embedded GPU processors for industrial, autonomous robotic, and medical imaging scenarios (Jansen et al., 12 Nov 2025).
- Multichannel speech enhancement, especially in environments characterized by non-Gaussian, diffuse or distributed interferers, or where outlier robustness is required (Tesch et al., 2021, Li et al., 2022).
Key limitations include increased memory bandwidth and per-pixel compute (root/sign calculation), slight sensitivity to calibration errors, and signal peak saturation for orders above five (Mulani et al., 2022). Analytic construction in high-dimensional arrays may become intractable; neural approximators mitigate this cost at the expense of requiring extensive labeled data and careful model selection.
7. Extensions and Future Research Directions
For large arrays or time-varying environments:
- Fit more flexible non-Gaussian mixture models or non-parametric noise models for Bayesian filters (Tesch et al., 2021).
- Use attention or recurrent architectures to capture time-varying spatial statistics.
- Generalize analytic higher-order beamforming to arbitrary heavy-tailed (e.g., α-stable) noise through learned nonlinearities (Tesch et al., 2021).
- Combine higher-order analytic and neural approaches: hand-crafted closed-forms as initialization or regularization for trainable systems (Li et al., 2022).
A plausible implication is that as embedded computing capabilities expand, advanced non-linear beamformers—both analytic and learned—will become increasingly prevalent in real-time, resource-constrained deployment for robust imaging, sensing, and speech enhancement.