CLLGSDASOct 31, 2019

Multi-scale Octave Convolutions for Robust Speech Recognition

arXiv:1910.14443v117 citations
Originality Incremental advance
AI Analysis

This work addresses robustness in speech recognition for noisy environments, representing an incremental improvement by adapting an existing method from computer vision to speech data.

The paper tackled the problem of learning robust speech representations for noisy speech recognition by proposing a multi-scale octave convolution layer, which reduced word error rates by up to 6.6% relative on Aurora-4 and 3.6% on AMI while improving computational efficiency.

We propose a multi-scale octave convolution layer to learn robust speech representations efficiently. Octave convolutions were introduced by Chen et al [1] in the computer vision field to reduce the spatial redundancy of the feature maps by decomposing the output of a convolutional layer into feature maps at two different spatial resolutions, one octave apart. This approach improved the efficiency as well as the accuracy of the CNN models. The accuracy gain was attributed to the enlargement of the receptive field in the original input space. We argue that octave convolutions likewise improve the robustness of learned representations due to the use of average pooling in the lower resolution group, acting as a low-pass filter. We test this hypothesis by evaluating on two noisy speech corpora - Aurora-4 and AMI. We extend the octave convolution concept to multiple resolution groups and multiple octaves. To evaluate the robustness of the inferred representations, we report the similarity between clean and noisy encodings using an affine projection loss as a proxy robustness measure. The results show that proposed method reduces the WER by up to 6.6% relative for Aurora-4 and 3.6% for AMI, while improving the computational efficiency of the CNN acoustic models.

Foundations

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

Your Notes