SDCLLGASMar 20, 2023

Exploring Representation Learning for Small-Footprint Keyword Spotting

arXiv:2303.10912v14 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses the problem of keyword spotting for devices with limited resources and data, but it is incremental as it builds on existing self-supervised techniques.

The paper tackles low-resource keyword spotting by using self-supervised contrastive learning and self-training with a pretrained model to improve accuracy with limited labeled data, achieving significant gains on the speech commands dataset.

In this paper, we investigate representation learning for low-resource keyword spotting (KWS). The main challenges of KWS are limited labeled data and limited available device resources. To address those challenges, we explore representation learning for KWS by self-supervised contrastive learning and self-training with pretrained model. First, local-global contrastive siamese networks (LGCSiam) are designed to learn similar utterance-level representations for similar audio samplers by proposed local-global contrastive loss without requiring ground-truth. Second, a self-supervised pretrained Wav2Vec 2.0 model is applied as a constraint module (WVC) to force the KWS model to learn frame-level acoustic representations. By the LGCSiam and WVC modules, the proposed small-footprint KWS model can be pretrained with unlabeled data. Experiments on speech commands dataset show that the self-training WVC module and the self-supervised LGCSiam module significantly improve accuracy, especially in the case of training on a small labeled dataset.

Foundations

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

Your Notes