Meta Continual Learning
Risto Vuorio, Dong-Yeon Cho, Daejoong Kim, and Jiwon Kim

TL;DR
This paper introduces a meta-learning approach that trains a neural network to predict parameter updates, effectively reducing catastrophic forgetting in continual learning scenarios.
Contribution
It proposes a novel meta-training scheme where an auxiliary network learns to optimize parameter updates, improving lifelong learning without explicit constraint functions.
Findings
The method mitigates catastrophic forgetting in neural networks.
Experimental results show improved performance on continual learning tasks.
The approach outperforms existing methods in preserving past task knowledge.
Abstract
Using neural networks in practical settings would benefit from the ability of the networks to learn new tasks throughout their lifetimes without forgetting the previous tasks. This ability is limited in the current deep neural networks by a problem called catastrophic forgetting, where training on new tasks tends to severely degrade performance on previous tasks. One way to lessen the impact of the forgetting problem is to constrain parameters that are important to previous tasks to stay close to the optimal parameters. Recently, multiple competitive approaches for computing the importance of the parameters with respect to the previous tasks have been presented. In this paper, we propose a learning to optimize algorithm for mitigating catastrophic forgetting. Instead of trying to formulate a new constraint function ourselves, we propose to train another neural network to predict…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
