LGMLFeb 20, 2020

Structured Prediction for Conditional Meta-Learning

arXiv:2002.08799v26 citations
AI Analysis

This work addresses the challenge of task-specific initialization in meta-learning for better handling complex task distributions, representing an incremental advancement.

The paper tackles the problem of improving conditional meta-learning by proposing a structured prediction perspective, resulting in a framework that enhances existing methods and outperforms state-of-the-art on benchmark datasets.

The goal of optimization-based meta-learning is to find a single initialization shared across a distribution of tasks to speed up the process of learning new tasks. Conditional meta-learning seeks task-specific initialization to better capture complex task distributions and improve performance. However, many existing conditional methods are difficult to generalize and lack theoretical guarantees. In this work, we propose a new perspective on conditional meta-learning via structured prediction. We derive task-adaptive structured meta-learning (TASML), a principled framework that yields task-specific objective functions by weighing meta-training data on target tasks. Our non-parametric approach is model-agnostic and can be combined with existing meta-learning methods to achieve conditioning. Empirically, we show that TASML improves the performance of existing meta-learning models, and outperforms the state-of-the-art on benchmark datasets.

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