SOTAVerified

Training Keyword Spotters with Limited and Synthesized Speech Data

2020-01-31Code Available2· sign in to hype

James Lin, Kevin Kilgour, Dominik Roblek, Matthew Sharifi

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

With the rise of low power speech-enabled devices, there is a growing demand to quickly produce models for recognizing arbitrary sets of keywords. As with many machine learning tasks, one of the most challenging parts in the model creation process is obtaining a sufficient amount of training data. In this paper, we explore the effectiveness of synthesized speech data in training small, spoken term detection models of around 400k parameters. Instead of training such models directly on the audio or low level features such as MFCCs, we use a pre-trained speech embedding model trained to extract useful features for keyword spotting models. Using this speech embedding, we show that a model which detects 10 keywords when trained on only synthetic speech is equivalent to a model trained on over 500 real examples. We also show that a model without our speech embeddings would need to be trained on over 4000 real examples to reach the same accuracy.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Google Speech CommandsEmbedding + HeadGoogle Speech Commands V2 1297.7Unverified
Google Speech CommandsHead without EmbeddingGoogle Speech Commands V2 1297.4Unverified

Reproductions