ASLGSDMar 27, 2024

Noise-Robust Keyword Spotting through Self-supervised Pretraining

arXiv:2403.18560v18 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses robustness issues in voice assistants for users in noisy environments, though it is incremental as it builds on existing SSL methods.

The paper tackled improving keyword spotting (KWS) robustness in noisy conditions by using self-supervised pretraining like Data2Vec, finding that pretraining on clean data outperformed supervised methods in most tests and that noisy-data pretraining further enhanced robustness.

Voice assistants are now widely available, and to activate them a keyword spotting (KWS) algorithm is used. Modern KWS systems are mainly trained using supervised learning methods and require a large amount of labelled data to achieve a good performance. Leveraging unlabelled data through self-supervised learning (SSL) has been shown to increase the accuracy in clean conditions. This paper explores how SSL pretraining such as Data2Vec can be used to enhance the robustness of KWS models in noisy conditions, which is under-explored. Models of three different sizes are pretrained using different pretraining approaches and then fine-tuned for KWS. These models are then tested and compared to models trained using two baseline supervised learning methods, one being standard training using clean data and the other one being multi-style training (MTR). The results show that pretraining and fine-tuning on clean data is superior to supervised learning on clean data across all testing conditions, and superior to supervised MTR for testing conditions of SNR above 5 dB. This indicates that pretraining alone can increase the model's robustness. Finally, it is found that using noisy data for pretraining models, especially with the Data2Vec-denoising approach, significantly enhances the robustness of KWS models in noisy conditions.

Code Implementations1 repo
Foundations

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

Your Notes