paper-with-me

홈 › Papers

Overcoming Catastrophic Forgetting via Hessian-free Curvature Estimates

2019-09-25 · Leonid Butyrev, Georgios Kontes, Christoffer Löffler, Christopher Mutschler

Learning neural networks with gradient descent over a long sequence of tasks is problematic as their fine-tuning to new tasks overwrites the network weights that are important for previous tasks. This leads to a poor performance on old tasks – a phenomenon framed as catastrophic forgetting. While early approaches use task rehearsal and growing networks that both limit the scalability of the task sequence orthogonal approaches build on regularization. Based on the Fisher information matrix (FIM) changes to parameters that are relevant to old tasks are penalized, which forces the task to be mapped into the available remaining capacity of the network. This requires to calculate the Hessian around a mode, which makes learning tractable. In this paper, we introduce Hessian-free curvature estimates as an alternative method to actually calculating the Hessian. In contrast to previous work, we exploit the fact that most regions in the loss surface are flat and hence only calculate a Hessian-vector-product around the surface that is relevant for the current task. Our experiments show that on a variety of well-known task sequences we either significantly outperform or are en par with previous work.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Online Structured Laplace Approximations For Overcoming Catastrophic Forgetting

2018-05-20 · NeurIPS 2018 12 · Hippolyt Ritter, Aleksandar Botev, David Barber

We introduce the Kronecker factored online Laplace approximation for overcoming catastrophic forgetting in neural networks. The method is grounded in a Bayesian online learning framework, where we recursively approximate…

Permuted-MNIST

Hessian Eigenvectors and Principal Component Analysis of Neural Network Weight Matrices

2023-11-01 · David Haink

This study delves into the intricate dynamics of trained deep neural networks and their relationships with network parameters. Trained networks predominantly continue training in a single direction, known as the drift mo…

Overcoming Catastrophic Forgetting by XAI

2022-11-25 · Giang Nguyen

Explaining the behaviors of deep neural networks, usually considered as black boxes, is critical especially when they are now being adopted over diverse aspects of human life. Taking the advantages of interpretable machi…

Continual LearningExplainable Artificial Intelligence (XAI)Interpretable Machine Learning

ZeroFlow: Overcoming Catastrophic Forgetting is Easier than You Think

2025-01-02 · Tao Feng, Wei Li, Didi Zhu, Hangjie Yuan 외

Backpropagation provides a generalized configuration for overcoming catastrophic forgetting. Like, SGD and Adam are commonly used for weight updates in continual learning and continual pre-training. In practice, permissi…

Continual Learning

Overcoming Catastrophic Forgetting by Exemplar Selection in Task-oriented Dialogue System

2024-05-16 · Chen Chen, Ruizhe Li, Yuchen Hu, YuanYuan Chen 외

Intelligent task-oriented dialogue systems (ToDs) are expected to continuously acquire new knowledge, also known as Continual Learning (CL), which is crucial to fit ever-changing user needs. However, catastrophic forgett…

Continual LearningTask-Oriented Dialogue Systems