paper-with-me

홈 › Papers

Continual Learning in Deep Neural Network by Using a Kalman Optimiser

2019-05-20 · Honglin Li, Shirin Enshaeifar, Frieder Ganz, Payam Barnaghi

Learning and adapting to new distributions or learning new tasks sequentially without forgetting the previously learned knowledge is a challenging phenomenon in continual learning models. Most of the conventional deep learning models are not capable of learning new tasks sequentially in one model without forgetting the previously learned ones. We address this issue by using a Kalman Optimiser. The Kalman Optimiser divides the neural network into two parts: the long-term and short-term memory units. The long-term memory unit is used to remember the learned tasks and the short-term memory unit is to adapt to the new task. We have evaluated our method on MNIST, CIFAR10, CIFAR100 datasets and compare our results with state-of-the-art baseline models. The results show that our approach enables the model to continually learn and adapt to the new changes without forgetting the previously learned tasks.

📄 PDF Abstract BibTeX arXiv:1905.08119

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Practical Deep Learning with Bayesian Principles

2019-06-06 · NeurIPS 2019 12 · Kazuki Osawa, Siddharth Swaroop, Anirudh Jain, Runa Eschenhagen 외

Bayesian methods promise to fix many shortcomings of deep learning, but they are impractical and rarely match the performance of standard methods, let alone improve them. In this paper, we demonstrate practical training …

Continual LearningData AugmentationDeep LearningVariational Inference

Evolving Continuous Optimisers from Scratch

2021-03-22 · Michael A. Lones

This work uses genetic programming to explore the space of continuous optimisers, with the goal of discovering novel ways of doing optimisation. In order to keep the search space broad, the optimisers are evolved from sc…

Optimising Optimisers with Push GP

2019-10-02 · Michael Lones

This work uses Push GP to automatically design both local and population-based optimisers for continuous-valued problems. The optimisers are trained on a single function optimisation landscape, using random transformatio…

Evil Spectra: How Optimisers can Amplify or Suppress Emergent Misalignment

2026-06-30 · Jason R. Brown, Patrick Leask, Lev McKinney arxiv

Emergent misalignment (EM) is a recently discovered phenomenon in LLMs where fine-tuning on a narrow misaligned task, such as writing insecure code, leads to broadly misaligned behaviour on unrelated prompts. Previous wo…

Instruction-Level Design of Local Optimisers using Push GP

2019-05-24 · Michael Lones

This work uses genetic programming to explore the design space of local optimisation algorithms. Optimisers are expressed in the Push programming language, a stack-based language with a wide range of typed primitive inst…