An End-to-End Architecture for Keyword Spotting and Voice Activity Detection
Chris Lengerich, Awni Hannun

TL;DR
This paper introduces a unified neural network architecture that performs keyword spotting and voice activity detection simultaneously, achieving high accuracy without needing aligned training data or separate models.
Contribution
The authors present a novel end-to-end RNN model with inference algorithms that handle both tasks with shared parameters, eliminating the need for retraining or additional resources.
Findings
High accuracy on both tasks achieved
No requirement for aligned training data
Shared parameters enable efficient deployment
Abstract
We propose a single neural network architecture for two tasks: on-line keyword spotting and voice activity detection. We develop novel inference algorithms for an end-to-end Recurrent Neural Network trained with the Connectionist Temporal Classification loss function which allow our model to achieve high accuracy on both keyword spotting and voice activity detection without retraining. In contrast to prior voice activity detection models, our architecture does not require aligned training data and uses the same parameters as the keyword spotting model. This allows us to deploy a high quality voice activity detector with no additional memory or maintenance requirements.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Speech and dialogue systems · Speech and Audio Processing
