paper-with-me

Papers

How do Quadratic Regularizers Prevent Catastrophic Forgetting: The Role of Interpolation

2021-02-04 · Ekdeep Singh Lubana, Puja Trivedi, Danai Koutra, Robert P. Dick

Catastrophic forgetting undermines the effectiveness of deep neural networks (DNNs) in scenarios such as continual learning and lifelong learning. While several methods have been proposed to tackle this problem, there is limited work explaining why these methods work well. This paper has the goal of better explaining a popularly used technique for avoiding catastrophic forgetting: quadratic regularization. We show that quadratic regularizers prevent forgetting of past tasks by interpolating current and previous values of model parameters at every training iteration. Over multiple training iterations, this interpolation operation reduces the learning rates of more important model parameters, thereby minimizing their movement. Our analysis also reveals two drawbacks of quadratic regularization: (a) dependence of parameter interpolation on training hyperparameters, which often leads to training instability and (b) assignment of lower importance to deeper layers, which are generally the place forgetting occurs in DNNs. Via a simple modification to the order of operations, we show these drawbacks can be easily avoided, resulting in 6.2\% higher average accuracy at 4.5\% lower average forgetting. We confirm the robustness of our results by training over 2000 models in different settings. Code available at \url{https://github.com/EkdeepSLubana/QRforgetting}

📄 PDF Abstract BibTeX arXiv:2102.02805

Code (2)

EkdeepSLubana/EMR 공식 구현 pytorch
EkdeepSLubana/QRforgetting 공식 구현 pytorch

Tasks

Continual LearningLifelong learning

Similar Papers 제목 키워드 기반

Consistency is the key to further mitigating catastrophic forgetting in continual learning

2022-07-11 · Prashant Bhat, Bahram Zonooz, Elahe Arani

Deep neural networks struggle to continually learn multiple sequential tasks due to catastrophic forgetting of previously learned tasks. Rehearsal-based methods which explicitly store previous task samples in the buffer …

Continual LearningSelf-Supervised Learning

Updating Only Encoders Prevents Catastrophic Forgetting of End-to-End ASR Models

2022-07-01 · Yuki Takashima, Shota Horiguchi, Shinji Watanabe, Paola García 외

In this paper, we present an incremental domain adaptation technique to prevent catastrophic forgetting for an end-to-end automatic speech recognition (ASR) model. Conventional approaches require extra parameters of the …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Domain Adaptationspeech-recognition+1

Nonconvex Continual Learning with Episodic Memory

2021-01-01 · Sungyeob Han, Yeongmo Kim, Jungwoo Lee

Continual learning aims to prevent catastrophic forgetting while learning a new task without accessing data of previously learned tasks. The memory for such learning scenarios build a small subset of the data for previo…

Continual Learningimage-classificationImage Classification

On Catastrophic Forgetting and Mode Collapse in Generative Adversarial Networks

2018-07-11 · Hoang Thanh-Tung, Truyen Tran

In this paper, we show that Generative Adversarial Networks (GANs) suffer from catastrophic forgetting even when they are trained to approximate a single target distribution. We show that GAN training is a continual lear…

Continual Learning

LEGATO: Good Identity Unlearning Is Continuous

2026-01-07 · Qiang Chen, Chun-Wun Cheng, Xiu Su, Hongyan Xu 외 arxiv

Machine unlearning has become a crucial role in enabling generative models trained on large datasets to remove sensitive, private, or copyright-protected data. However, existing machine unlearning methods face three chal…