ASLGSDSPSep 29, 2019

FaSNet: Low-latency Adaptive Beamforming for Multi-microphone Audio Processing

arXiv:1909.13387v2181 citations
AI Analysis

This work addresses the need for practical, low-latency beamforming in applications like speech recognition, though it is incremental as it builds on existing learning-based methods.

The paper tackles the problem of low-latency beamforming for multi-microphone audio processing by proposing FaSNet, a time-domain filter-based approach that achieves a 14.3% relative word error rate reduction on the CHiME-3 dataset and outperforms traditional oracle beamformers in SI-SNR for speech enhancement and separation tasks.

Beamforming has been extensively investigated for multi-channel audio processing tasks. Recently, learning-based beamforming methods, sometimes called \textit{neural beamformers}, have achieved significant improvements in both signal quality (e.g. signal-to-noise ratio (SNR)) and speech recognition (e.g. word error rate (WER)). Such systems are generally non-causal and require a large context for robust estimation of inter-channel features, which is impractical in applications requiring low-latency responses. In this paper, we propose filter-and-sum network (FaSNet), a time-domain, filter-based beamforming approach suitable for low-latency scenarios. FaSNet has a two-stage system design that first learns frame-level time-domain adaptive beamforming filters for a selected reference channel, and then calculate the filters for all remaining channels. The filtered outputs at all channels are summed to generate the final output. Experiments show that despite its small model size, FaSNet is able to outperform several traditional oracle beamformers with respect to scale-invariant signal-to-noise ratio (SI-SNR) in reverberant speech enhancement and separation tasks. Moreover, when trained with a frequency-domain objective function on the CHiME-3 dataset, FaSNet achieves 14.3\% relative word error rate reduction (RWERR) compared with the baseline model. These results show the efficacy of FaSNet particularly in reverberant and noisy signal conditions.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes