paper-with-me

Papers

Rehearsal-Free Online Continual Learning for Automatic Speech Recognition

2023-06-19 · Steven Vander Eeckt, Hugo Van hamme

Fine-tuning an Automatic Speech Recognition (ASR) model to new domains results in degradation on original domains, referred to as Catastrophic Forgetting (CF). Continual Learning (CL) attempts to train ASR models without suffering from CF. While in ASR, offline CL is usually considered, online CL is a more realistic but also more challenging scenario where the model, unlike in offline CL, does not know when a task boundary occurs. Rehearsal-based methods, which store previously seen utterances in a memory, are often considered for online CL, in ASR and other research domains. However, recent research has shown that weight averaging is an effective method for offline CL in ASR. Based on this result, we propose, in this paper, a rehearsal-free method applicable for online CL. Our method outperforms all baselines, including rehearsal-based methods, in two experiments. Our method is a next step towards general CL for ASR, which should enable CL in all scenarios with few if any constraints.

📄 PDF Abstract BibTeX arXiv:2306.10860

Code (1)

stevenvdeeckt/online-cl-for-asr 공식 구현

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Continual Learningspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Rehearsal-free and Task-free Online Continual Learning With Contrastive Prompt

2025-10-01 · Aopeng Wang, Ke Deng, Yongli Ren, Jun Luo arxiv

The main challenge of continual learning is \textit{catastrophic forgetting}. Because of processing data in one pass, online continual learning (OCL) is one of the most difficult continual learning scenarios. To address …

Continual Learning

Online-LoRA: Task-free Online Continual Learning via Low Rank Adaptation

2024-11-08 · Xiwen Wei, Guihong Li, Radu Marculescu

Catastrophic forgetting is a significant challenge in online continual learning (OCL), especially for non-stationary data streams that do not have well-defined task boundaries. This challenge is exacerbated by the memory…

Continual Learning

SIESTA: Efficient Online Continual Learning with Sleep

2023-03-19 · Md Yousuf Harun, Jhair Gallardo, Tyler L. Hayes, Ronald Kemker 외

In supervised continual learning, a deep neural network (DNN) is updated with an ever-growing data stream. Unlike the offline setting where data is shuffled, we cannot make any distributional assumptions about the data s…

Computational EfficiencyContinual LearningGPU

Rehearsal-Free Modular and Compositional Continual Learning for Language Models

2024-03-31 · Mingyang Wang, Heike Adel, Lukas Lange, Jannik Strötgen 외

Continual learning aims at incrementally acquiring new knowledge while not forgetting existing knowledge. To overcome catastrophic forgetting, methods are either rehearsal-based, i.e., store data examples from previous t…

Continual LearningTransfer Learning

A Closer Look at Rehearsal-Free Continual Learning

2022-03-31 · James Seale Smith, Junjiao Tian, Shaunak Halbe, Yen-Chang Hsu 외

Continual learning is a setting where machine learning models learn novel concepts from continuously shifting training data, while simultaneously avoiding degradation of knowledge on previously seen classes which may dis…

Continual LearningKnowledge DistillationL2 RegularizationNovel Concepts