Speech Commands: A Dataset for Limited-Vocabulary Speech Recognition
Pete Warden
Introduces the Speech Commands benchmark dataset alongside standardized evaluation metrics and baseline models to advance limited-vocabulary speech recognition and on-device keyword spotting.
- Paper: Deep Speech: Scaling up end-to-end speech recognition, Awni Y. Hannun et al. (2014). Reading Deep Speech first provides essential background on end-to-end speech recognition pipelines that the source builds upon and contrasts with keyword spotting tasks.
- Paper: Deep Speech 2: End-to-End Speech Recognition in English and Mandarin, Dario Amodei et al. (2016). Deep Speech 2 establishes foundational end-to-end neural network architectures and massive audio training methodologies that directly inform the modeling approaches discussed in the source.
- Paper: wav2vec 2.0: A Framework for Self-Supervised Learning of Speech Representations, Alexei Baevski et al. (2020). wav2vec 2.0 builds directly upon foundational speech datasets like the one introduced in the source by leveraging self-supervised learning to drastically reduce the need for labeled audio.
- Paper: WavLM: Large-Scale Self-Supervised Pre-Training for Full Stack Speech Processing, Sanyuan Chen et al. (2021). WavLM extends speech representation learning paradigms by incorporating masked prediction and denoising on large-scale corpora to improve performance across diverse speech tasks.
- Paper: HuBERT: Self-Supervised Speech Representation Learning by Masked Prediction of Hidden Units, Wei-Ning Hsu et al. (2021). HuBERT continues the progression of self-supervised speech representation learning by replacing heuristic targets with hidden-unit clustering objectives.
