LGMLSep 27, 2021

ST-MAML: A Stochastic-Task based Method for Task-Heterogeneous Meta-Learning

arXiv:2109.13305v17 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of applying meta-learning to diverse real-world tasks with multiple distributions, which is an incremental improvement over existing methods.

The paper tackled the problem of task-heterogeneous meta-learning, where tasks come from multiple distributions, by proposing ST-MAML, a method that uses stochastic task representations to handle task ambiguity, and it matched or outperformed state-of-the-art methods on few-shot classification, regression, image completion, and real-world temperature prediction tasks.

Optimization-based meta-learning typically assumes tasks are sampled from a single distribution - an assumption oversimplifies and limits the diversity of tasks that meta-learning can model. Handling tasks from multiple different distributions is challenging for meta-learning due to a so-called task ambiguity issue. This paper proposes a novel method, ST-MAML, that empowers model-agnostic meta-learning (MAML) to learn from multiple task distributions. ST-MAML encodes tasks using a stochastic neural network module, that summarizes every task with a stochastic representation. The proposed Stochastic Task (ST) strategy allows a meta-model to get tailored for the current task and enables us to learn a distribution of solutions for an ambiguous task. ST-MAML also propagates the task representation to revise the encoding of input variables. Empirically, we demonstrate that ST-MAML matches or outperforms the state-of-the-art on two few-shot image classification tasks, one curve regression benchmark, one image completion problem, and a real-world temperature prediction application. To the best of authors' knowledge, this is the first time optimization-based meta-learning method being applied on a large-scale real-world task.

Foundations

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

Your Notes