ASSDJun 1, 2021

A Neural Acoustic Echo Canceller Optimized Using An Automatic Speech Recognizer And Large Scale Synthetic Data

arXiv:2106.00856v110 citations
Originality Incremental advance
AI Analysis

This work addresses speech recognition challenges in echo-prone environments like smart devices, representing an incremental improvement over existing neural and signal processing approaches.

The paper tackles the problem of recognizing speech in the presence of known acoustic echoes, such as from a digital assistant, by optimizing an acoustic echo canceller to reduce word error rates in automatic speech recognition. The proposed methods, including an ASR-augmented loss function and training with synthetic data, improve performance by 57% over a signal processing baseline and 45% over a neural baseline.

We consider the problem of recognizing speech utterances spoken to a device which is generating a known sound waveform; for example, recognizing queries issued to a digital assistant which is generating responses to previous user inputs. Previous work has proposed building acoustic echo cancellation (AEC) models for this task that optimize speech enhancement metrics using both neural network as well as signal processing approaches. Since our goal is to recognize the input speech, we consider enhancements which improve word error rates (WERs) when the predicted speech signal is passed to an automatic speech recognition (ASR) model. First, we augment the loss function with a term that produces outputs useful to a pre-trained ASR model and show that this augmented loss function improves WER metrics. Second, we demonstrate that augmenting our training dataset of real world examples with a large synthetic dataset improves performance. Crucially, applying SpecAugment style masks to the reference channel during training aids the model in adapting from synthetic to real domains. In experimental evaluations, we find the proposed approaches improve performance, on average, by 57% over a signal processing baseline and 45% over the neural AEC model without the proposed changes.

Foundations

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

Your Notes