LGCVMLMar 25, 2020

iTAML: An Incremental Task-Agnostic Meta-learning Approach

arXiv:2003.11652v1171 citations
AI Analysis

This addresses the problem of continuous learning for AI systems, offering incremental gains in class-incremental settings.

The paper tackles catastrophic forgetting in deep neural networks when learning new tasks by introducing a task-agnostic meta-learning approach that maintains equilibrium across tasks, achieving improvements such as a 21.3% boost on CIFAR100 with 10 incremental tasks.

Humans can continuously learn new knowledge as their experience grows. In contrast, previous learning in deep neural networks can quickly fade out when they are trained on a new task. In this paper, we hypothesize this problem can be avoided by learning a set of generalized parameters, that are neither specific to old nor new tasks. In this pursuit, we introduce a novel meta-learning approach that seeks to maintain an equilibrium between all the encountered tasks. This is ensured by a new meta-update rule which avoids catastrophic forgetting. In comparison to previous meta-learning techniques, our approach is task-agnostic. When presented with a continuum of data, our model automatically identifies the task and quickly adapts to it with just a single update. We perform extensive experiments on five datasets in a class-incremental setting, leading to significant improvements over the state of the art methods (e.g., a 21.3% boost on CIFAR100 with 10 incremental tasks). Specifically, on large-scale datasets that generally prove difficult cases for incremental learning, our approach delivers absolute gains as high as 19.1% and 7.4% on ImageNet and MS-Celeb datasets, respectively.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes