paper-with-me

홈 › Papers

Does the Adam Optimizer Exacerbate Catastrophic Forgetting?

2021-02-15 · Dylan R. Ashley, Sina Ghiassian, Richard S. Sutton

Catastrophic forgetting remains a severe hindrance to the broad application of artificial neural networks (ANNs), however, it continues to be a poorly understood phenomenon. Despite the extensive amount of work on catastrophic forgetting, we argue that it is still unclear how exactly the phenomenon should be quantified, and, moreover, to what degree all of the choices we make when designing learning systems affect the amount of catastrophic forgetting. We use various testbeds from the reinforcement learning and supervised learning literature to (1) provide evidence that the choice of which modern gradient-based optimization algorithm is used to train an ANN has a significant impact on the amount of catastrophic forgetting and show that-surprisingly-in many instances classical algorithms such as vanilla SGD experience less catastrophic forgetting than the more modern algorithms such as Adam. We empirically compare four different existing metrics for quantifying catastrophic forgetting and (2) show that the degree to which the learning systems experience catastrophic forgetting is sufficiently sensitive to the metric used that a change from one principled metric to another is enough to change the conclusions of a study dramatically. Our results suggest that a much more rigorous experimental methodology is required when looking at catastrophic forgetting. Based on our results, we recommend inter-task forgetting in supervised learning must be measured with both retention and relearning metrics concurrently, and intra-task forgetting in reinforcement learning must-at the very least-be measured with pairwise interference.

📄 PDF Abstract BibTeX arXiv:2102.07686

Code (1)

dylanashley/catastrophic-forgetting 공식 구현 tf

Tasks

reinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Adam 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Recall and Learn: Fine-tuning Deep Pretrained Language Models with Less Forgetting

2020-04-27 · EMNLP 2020 11 · Sanyuan Chen, Yutai Hou, Yiming Cui, Wanxiang Che 외

Deep pretrained language models have achieved great success in the way of pretraining first and then fine-tuning. But such a sequential transfer learning paradigm often confronts the catastrophic forgetting problem and l…

Multi-Task LearningTransfer Learning

Can Muon Fine-tune Adam-Pretrained Models?

2026-05-11 · Xingyu Qu, Peigeng Huang, Samuel Horvath arxiv

Muon has emerged as an efficient alternative to Adam for pretraining, yet remains underused for fine-tuning. A key obstacle is that most open models are pretrained with Adam, and naively switching to Muon for fine-tuning…

A Data-Free Approach to Mitigate Catastrophic Forgetting in Federated Class Incremental Learning for Vision Tasks

2023-11-13 · NeurIPS 2023 11

Deep learning models often suffer from forgetting previously learned information when trained on new data. This problem is exacerbated in federated learning (FL), where the data is distributed and can change independentl…

class-incremental learningClass Incremental LearningContinual LearningFederated Learning+1

Towards Robust Continual Learning with Bayesian Adaptive Moment Regularization

2023-09-15 · Jack Foster, Alexandra Brintrup

The pursuit of long-term autonomy mandates that machine learning models must continuously adapt to their changing environments and learn to solve new tasks. Continual learning seeks to overcome the challenge of catastrop…

Continual LearningSplit-MNIST

On a Conjecture Regarding the Adam Optimizer

2021-11-16 · Mohamed Akrout, Douglas Tweed

Why does the Adam optimizer work so well in deep-learning applications? Adam's originators, Kingma and Ba, presented a mathematical argument that was meant to help explain its success, but Bock and colleagues have since …

LEMMA