paper-with-me

홈 › Papers

Dark Experience for Incremental Keyword Spotting

2024-09-12 · Tianyi Peng, Yang Xiao

Spoken keyword spotting (KWS) is crucial for identifying keywords within audio inputs and is widely used in applications like Apple Siri and Google Home, particularly on edge devices. Current deep learning-based KWS systems, which are typically trained on a limited set of keywords, can suffer from performance degradation when encountering new domains, a challenge often addressed through few-shot fine-tuning. However, this adaptation frequently leads to catastrophic forgetting, where the model's performance on original data deteriorates. Progressive continual learning (CL) strategies have been proposed to overcome this, but they face limitations such as the need for task-ID information and increased storage, making them less practical for lightweight devices. To address these challenges, we introduce Dark Experience for Keyword Spotting (DE-KWS), a novel CL approach that leverages dark knowledge to distill past experiences throughout the training process. DE-KWS combines rehearsal and distillation, using both ground truth labels and logits stored in a memory buffer to maintain model performance across tasks. Evaluations on the Google Speech Command dataset show that DE-KWS outperforms existing CL baselines in average accuracy without increasing model size, offering an effective solution for resource-constrained edge devices. The scripts are available on GitHub for the future research.

📄 PDF Abstract BibTeX arXiv:2409.08153

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningKeyword Spotting

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Metric Learning for User-defined Keyword Spotting

2022-11-01 · Jaemin Jung, Youkyum Kim, Jihwan Park, Youshin Lim 외

The goal of this work is to detect new spoken terms defined by users. While most previous works address Keyword Spotting (KWS) as a closed-set classification problem, this limits their transferability to unseen terms. Th…

Keyword SpottingMetric Learning

Rainbow Keywords: Efficient Incremental Learning for Online Spoken Keyword Spotting

2022-03-30 · Yang Xiao, Nana Hou, Eng Siong Chng

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 m…

Data AugmentationDiversityIncremental LearningKeyword Spotting+2

Progressive Continual Learning for Spoken Keyword Spotting

2022-01-29 · Yizheng Huang, Nana Hou, Nancy F. Chen

Catastrophic forgetting is a thorny challenge when updating keyword spotting (KWS) models after deployment. To tackle such challenges, we propose a progressive continual learning strategy for small-footprint spoken keywo…

Continual LearningKeyword Spotting

Improving Feature Generalizability with Multitask Learning in Class Incremental Learning

2022-04-26 · Dong Ma, Chi Ian Tang, Cecilia Mascolo

Many deep learning applications, like keyword spotting, require the incorporation of new concepts (classes) over time, referred to as Class Incremental Learning (CIL). The major challenge in CIL is catastrophic forgettin…

class-incremental learningClass Incremental LearningIncremental LearningKeyword Spotting+1

Data Augmentation for Robust Keyword Spotting under Playback Interference

2018-08-01 · Anirudh Raju, Sankaran Panchapagesan, Xing Liu, Arindam Mandal 외

Accurate on-device keyword spotting (KWS) with low false accept and false reject rate is crucial to customer experience for far-field voice control of conversational agents. It is particularly challenging to maintain low…

Acoustic echo cancellationData AugmentationKeyword Spotting