SDAIASOct 23, 2017

Listening to the World Improves Speech Command Recognition

arXiv:1710.08377v138 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of data efficiency in audio recognition tasks, offering a method to enhance performance with less labeled data, though it is incremental in combining existing techniques.

The paper tackles the problem of improving speech command recognition by transferring representations from environmental sound classification, achieving significant accuracy improvements and requiring only 40% of training data to match the performance of a model trained from scratch with full data.

We study transfer learning in convolutional network architectures applied to the task of recognizing audio, such as environmental sound events and speech commands. Our key finding is that not only is it possible to transfer representations from an unrelated task like environmental sound classification to a voice-focused task like speech command recognition, but also that doing so improves accuracies significantly. We also investigate the effect of increased model capacity for transfer learning audio, by first validating known results from the field of Computer Vision of achieving better accuracies with increasingly deeper networks on two audio datasets: UrbanSound8k and the newly released Google Speech Commands dataset. Then we propose a simple multiscale input representation using dilated convolutions and show that it is able to aggregate larger contexts and increase classification performance. Further, the models trained using a combination of transfer learning and multiscale input representations need only 40% of the training data to achieve similar accuracies as a freshly trained model with 100% of the training data. Finally, we demonstrate a positive interaction effect for the multiscale input and transfer learning, making a case for the joint application of the two techniques.

Foundations

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

Your Notes