LGMLNov 25, 2019

Meta-Learning of Neural Architectures for Few-Shot Learning

arXiv:1911.11090v3164 citations
Originality Highly original
AI Analysis

This addresses the problem of automating neural architecture design for researchers and practitioners in few-shot learning, where data and compute are limited, representing a novel integration rather than an incremental improvement.

The paper tackles the challenge of applying neural architecture search (NAS) in few-shot learning scenarios by proposing MetaNAS, which integrates NAS with gradient-based meta-learning to optimize meta-architectures and achieve state-of-the-art results on standard benchmarks.

The recent progress in neural architecture search (NAS) has allowed scaling the automated design of neural architectures to real-world domains, such as object detection and semantic segmentation. However, one prerequisite for the application of NAS are large amounts of labeled data and compute resources. This renders its application challenging in few-shot learning scenarios, where many related tasks need to be learned, each with limited amounts of data and compute time. Thus, few-shot learning is typically done with a fixed neural architecture. To improve upon this, we propose MetaNAS, the first method which fully integrates NAS with gradient-based meta-learning. MetaNAS optimizes a meta-architecture along with the meta-weights during meta-training. During meta-testing, architectures can be adapted to a novel task with a few steps of the task optimizer, that is: task adaptation becomes computationally cheap and requires only little data per task. Moreover, MetaNAS is agnostic in that it can be used with arbitrary model-agnostic meta-learning algorithms and arbitrary gradient-based NAS methods. %We present encouraging results for MetaNAS with a combination of DARTS and REPTILE on few-shot classification benchmarks. Empirical results on standard few-shot classification benchmarks show that MetaNAS with a combination of DARTS and REPTILE yields state-of-the-art results.

Code Implementations2 repos
Foundations

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

Your Notes