paper-with-me

홈 › Papers

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 forgetting previously learned tasks, a shortcoming known as catastrophic forgetting. In this research, we propose a simple method to overcome catastrophic forgetting and enable continual learning in neural networks. We draw inspiration from principles in neurology and physics to develop the concept of weight friction. Weight friction operates by a modification to the update rule in the gradient descent optimization method. It converges at a rate comparable to that of the stochastic gradient descent algorithm and can operate over multiple task domains. It performs comparably to current methods while offering improvements in computation and memory efficiency.

📄 PDF Abstract BibTeX arXiv:1908.01052

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningFriction

Similar 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, la…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge Distillationspeech-recognition+1

Provable Continual Learning via Sketched Jacobian Approximations

2021-12-09 · Reinhard Heckel

An important problem in machine learning is the ability to learn tasks in a sequential manner. If trained with standard first-order methods most models forget previously learned tasks when trained on a new task, which is…

Continual Learning

Mitigating Catastrophic Forgetting in Long Short-Term Memory Networks

2023-05-26 · Ketaki Joshi, Raghavendra Pradyumna Pothukuchi, Andre Wibisono, Abhishek Bhattacharjee

Continual learning on sequential data is critical for many machine learning (ML) deployments. Unfortunately, LSTM networks, which are commonly used to learn on sequential data, suffer from catastrophic forgetting and are…

Continual Learning

Do You Remember? Overcoming Catastrophic Forgetting for Fake Audio Detection

2023-08-07 · Xiaohui Zhang, Jiangyan Yi, JianHua Tao, Chenglong Wang 외

Current fake audio detection algorithms have achieved promising performances on most datasets. However, their performance may be significantly degraded when dealing with audio of a different dataset. The orthogonal weigh…

Continual LearningEmotion RecognitionSpeech Emotion Recognition

Natural Way to Overcome the Catastrophic Forgetting in Neural Networks

2020-04-27 · Alexey Kutalev

Not so long ago, a method was discovered that successfully overcomes the catastrophic forgetting in neural networks. Although we know about the cases of using this method to preserve skills when adapting pre-trained netw…