paper-with-me

홈 › Papers

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 interference. When the input data or the goal of learning change, 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. The changes in goals or data are referred to as new tasks in a continual learning model. Most of the continual learning methods have a task-known setup in which the task identities are known in advance to the learning model. We propose Multi-view Task Conditional Neural Networks (Mv-TCNN) that does not require to known the reoccurring tasks in advance. We evaluate our model on standard datasets using MNIST, CIFAR10, CIFAR100, and also a real-world dataset that we have collected in a remote healthcare monitoring study (i.e. TIHM dataset). The proposed model outperforms the state-of-the-art solutions in continual learning and adapting to new tasks that are not defined in advance.

📄 PDF Abstract BibTeX arXiv:2005.05080

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Continual Diffuser (CoD): Mastering Continual Offline Reinforcement Learning with Experience Rehearsal

2024-09-04 · Jifeng Hu, Li Shen, Sili Huang, Zhejian Yang 외

Artificial neural networks, especially recent diffusion-based models, have shown remarkable superiority in gaming, control, and QA systems, where the training tasks' datasets are usually static. However, in real-world ap…

Reinforcement Learning (RL)

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

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

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 interfere…

Continual LearningMixture-of-Experts

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