paper-with-me

홈 › Papers

Weight Averaging: A Simple Yet Effective Method to Overcome Catastrophic Forgetting in Automatic Speech Recognition

2022-10-27 · Steven Vander Eeckt, Hugo Van hamme

Adapting a trained Automatic Speech Recognition (ASR) model to new tasks results in catastrophic forgetting of old tasks, limiting the model's ability to learn continually and to be extended to new speakers, dialects, languages, etc. Focusing on End-to-End ASR, in this paper, we propose a simple yet effective method to overcome catastrophic forgetting: weight averaging. By simply taking the average of the previous and the adapted model, our method achieves high performance on both the old and new tasks. It can be further improved by introducing a knowledge distillation loss during the adaptation. We illustrate the effectiveness of our method on both monolingual and multilingual ASR. In both cases, our method strongly outperforms all baselines, even in its simplest form.

📄 PDF Abstract BibTeX arXiv:2210.15282

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge Distillationspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Revisiting and Exploring Efficient Fast Adversarial Training via LAW: Lipschitz Regularization and Auto Weight Averaging

2023-08-22 · Xiaojun Jia, Yuefeng Chen, Xiaofeng Mao, Ranjie Duan 외

Fast Adversarial Training (FAT) not only improves the model robustness but also reduces the training cost of standard adversarial training. However, fast adversarial training often suffers from Catastrophic Overfitting (…

Adversarial RobustnessData Augmentation

Unsupervised Document Representation using Partition Word-Vectors Averaging

2018-09-27 · Vivek Gupta, Ankit Kumar Saw, Partha Pratim Talukdar, Praneeth Netrapalli

Learning effective document-level representation is essential in many important NLP tasks such as document classification, summarization, etc. Recent research has shown that simple weighted averaging of word vectors is a…

Document ClassificationSentence

Weight Friction: A Simple Method to Overcome Catastrophic Forgetting and Enable Continual Learning

2019-08-02 · Gabrielle K. Liu

In recent years, deep neural networks have found success in replicating human-level cognitive skills, yet they suffer from several major obstacles. One significant limitation is the inability to learn new tasks without f…

Continual LearningFriction

Foldable SuperNets: Scalable Merging of Transformers with Different Initializations and Tasks

2024-10-02 · Edan Kinderman, Itay Hubara, Haggai Maron, Daniel Soudry

Many recent methods aim to merge neural networks (NNs) with identical architectures trained on different tasks to obtain a single multi-task model. Most existing works tackle the simpler setup of merging NNs initialized …

Knowledge Distillation

P-SIF: Document Embeddings Using Partition Averaging

2020-05-18 · Vivek Gupta, Ankit Saw, Pegah Nokhiz, Praneeth Netrapalli 외

Simple weighted averaging of word vectors often yields effective representations for sentences which outperform sophisticated seq2seq neural models in many tasks. While it is desirable to use the same method to represent…