LGAIMLDec 18, 2018

Toward Multimodal Model-Agnostic Meta-Learning

arXiv:1812.07172v133 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of limited task diversity in meta-learning for researchers, offering an incremental improvement over MAML by enabling adaptation to multimodal distributions.

The paper tackles the limitation of gradient-based meta-learners like MAML in handling multimodal task distributions by proposing a multimodal MAML algorithm that identifies tasks and modulates its meta-learned prior for faster adaptation. The results demonstrate effectiveness in regression, few-shot image classification, and reinforcement learning tasks.

Gradient-based meta-learners such as MAML are able to learn a meta-prior from similar tasks to adapt to novel tasks from the same distribution with few gradient updates. One important limitation of such frameworks is that they seek a common initialization shared across the entire task distribution, substantially limiting the diversity of the task distributions that they are able to learn from. In this paper, we augment MAML with the capability to identify tasks sampled from a multimodal task distribution and adapt quickly through gradient updates. Specifically, we propose a multimodal MAML algorithm that is able to modulate its meta-learned prior according to the identified task, allowing faster adaptation. We evaluate the proposed model on a diverse set of problems including regression, few-shot image classification, and reinforcement learning. The results demonstrate the effectiveness of our model in modulating the meta-learned prior in response to the characteristics of tasks sampled from a multimodal distribution.

Foundations

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

Your Notes