LGCVMLJun 13, 2019

Learning to Forget for Meta-Learning

arXiv:1906.05895v2111 citations
Originality Incremental advance
AI Analysis

This addresses a bottleneck in meta-learning for few-shot learning, offering an incremental improvement to existing frameworks.

The paper tackles the problem of task conflicts in model-agnostic meta-learning (MAML) for few-shot learning by proposing a method called L2F that attenuates compromised initializations per task and layer, resulting in faster adaptation and improved performance.

Few-shot learning is a challenging problem where the goal is to achieve generalization from only few examples. Model-agnostic meta-learning (MAML) tackles the problem by formulating prior knowledge as a common initialization across tasks, which is then used to quickly adapt to unseen tasks. However, forcibly sharing an initialization can lead to conflicts among tasks and the compromised (undesired by tasks) location on optimization landscape, thereby hindering the task adaptation. Further, we observe that the degree of conflict differs among not only tasks but also layers of a neural network. Thus, we propose task-and-layer-wise attenuation on the compromised initialization to reduce its influence. As the attenuation dynamically controls (or selectively forgets) the influence of prior knowledge for a given task and each layer, we name our method as L2F (Learn to Forget). The experimental results demonstrate that the proposed method provides faster adaptation and greatly improves the performance. Furthermore, L2F can be easily applied and improve other state-of-the-art MAML-based frameworks, illustrating its simplicity and generalizability.

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