SDCLASMar 30, 2022

Rainbow Keywords: Efficient Incremental Learning for Online Spoken Keyword Spotting

arXiv:2203.16361v222 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficiently updating keyword spotting models on memory-limited edge devices without forgetting prior knowledge, representing an incremental improvement in a domain-specific application.

The paper tackles catastrophic forgetting in online spoken keyword spotting models for edge devices by proposing Rainbow Keywords, a diversity-aware incremental learning method that achieves 4.2% absolute improvement in average accuracy over the best baseline on the Google Speech Command dataset with reduced memory usage.

Catastrophic forgetting is a thorny challenge when updating keyword spotting (KWS) models after deployment. This problem will be more challenging if KWS models are further required for edge devices due to their limited memory. To alleviate such an issue, we propose a novel diversity-aware incremental learning method named Rainbow Keywords (RK). Specifically, the proposed RK approach introduces a diversity-aware sampler to select a diverse set from historical and incoming keywords by calculating classification uncertainty. As a result, the RK approach can incrementally learn new tasks without forgetting prior knowledge. Besides, the RK approach also proposes data augmentation and knowledge distillation loss function for efficient memory management on the edge device. Experimental results show that the proposed RK approach achieves 4.2% absolute improvement in terms of average accuracy over the best baseline on Google Speech Command dataset with less required memory. The scripts are available on GitHub.

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