paper-with-me

홈 › Papers

Continual Learning Using Task Conditional Neural Networks

2021-09-29 · Honglin Li, Frieder Ganz, David J. Sharp, Payam M. Barnaghi

Conventional deep learning models have limited capacity in learning multiple tasks sequentially. The issue of forgetting the previously learned tasks in continual learning is known as catastrophic forgetting or interference. When the input data or the goal of learning changes, a continual model will learn and adapt to the new status. However, the model will not remember or recognise any revisits to the previous states. This causes performance reduction and re-training curves in dealing with periodic or irregularly reoccurring changes in the data or goals. Dynamic approaches, which assign new neuron resources to the upcoming tasks, are introduced to address this issue. However, most of the dynamic methods need task information about the upcoming tasks during the inference phase to activate the corresponding neurons. To address this issue, we introduce Task Conditional Neural Network which allows the model to identify the task information automatically. The proposed model can continually learn and embed new tasks into the model without losing the information about previously learned tasks. We evaluate the proposed model combined with the mixture of experts approach on the MNIST and CIFAR100 datasets and show how it significantly improves the continual learning process without requiring task information in advance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningMixture-of-Experts

Similar Papers 제목 키워드 기반

Marginal Replay vs Conditional Replay for Continual Learning

2018-10-29 · Timothée Lesort, Alexander Gepperth, Andrei Stoian, David Filliat

We present a new replay-based method of continual classification learning that we term "conditional replay" which generates samples and labels together by sampling from a distribution conditioned on the class. We compare…

ClassificationContinual LearningGeneral Classification

Continual Learning Using Multi-view Task Conditional Neural Networks

2020-05-08 · Honglin Li, Payam Barnaghi, Shirin Enshaeifar, Frieder Ganz

Conventional deep learning models have limited capacity in learning multiple tasks sequentially. The issue of forgetting the previously learned tasks in continual learning is known as catastrophic forgetting or interfere…

Continual Learning

Online Continual Learning Under Domain Shift

2021-01-01 · Quang Pham, Chenghao Liu, Steven Hoi

Existing continual learning benchmarks often assume each task's training and test data are from the same distribution, which may not hold in practice. Towards making continual learning practical, in this paper, we introd…

Continual Learning

EXTENDING CONDITIONAL CONVOLUTION STRUCTURES FOR ENHANCING MULTITASKING CONTINUAL LEARNING

2020-12-07 · Cheng-Hao Tu, Cheng-En Wu, Chu-Song Chen

Conditional operations have received much attention in recent deep learning studies to facilitate the prediction accuracy of a model. A recent advance toward this direction is the conditional parametric convolutions (Con…

Computational EfficiencyContinual LearningMulti-Task Learning

Conditional Input Gated Low-Rank Perturbations for Continual Learning

2020-11-23 · pproximateinference AABI Symposium 2021 1 · Anonymous

We address the problem of learning convolution neural networks (CNN) in the continual setting when tasks arrive sequentially, and only the data of the current task is available. In this setting CNNs are prone to reduce t…

Continual LearningSplit-MNIST