Preprint
Machine Learning

Meta-learning in neural networks: A survey

January 1, 2021

0

Citations

0

Influential Citations

Venue

2021

Year

Abstract

… We first discuss definitions of meta-learning and position it with respect to related fields… meta-learning methods today. We survey promising applications and successes of meta-learning …

Analysis

Why This Paper Matters

Meta-learning, often framed as 'learning to learn', has become a cornerstone of modern AI, enabling models to adapt quickly to new tasks with minimal data. This survey, published in 2021, arrives at a critical juncture when meta-learning has moved from theoretical curiosity to practical tool, especially in few-shot learning scenarios. By systematically organizing the field, the paper provides a much-needed map for researchers navigating a rapidly expanding literature. It clarifies definitions, distinguishes meta-learning from adjacent paradigms like transfer learning and domain adaptation, and establishes a common vocabulary that facilitates cross-disciplinary communication.

The paper's significance extends beyond mere cataloging. It synthesizes the underlying principles that unify disparate approaches, from gradient-based methods like MAML to black-box and metric-based models. This synthesis helps practitioners understand when and why certain methods work, enabling more informed algorithm selection. For newcomers, the survey offers a structured entry point; for veterans, it consolidates scattered knowledge into a coherent framework. As meta-learning continues to influence areas like robotics, automated machine learning, and personalized models, this survey's role as a reference will likely persist.

Technical Contributions

The survey's primary contribution is its comprehensive taxonomy of meta-learning methods. It categorizes approaches into three broad families: optimization-based (e.g., MAML, Reptile), model-based (e.g., memory-augmented networks), and metric-based (e.g., prototypical networks, matching networks). This classification helps clarify the trade-offs between computational cost, generalization, and scalability. The paper also discusses the mathematical formulation of meta-learning as a bi-level optimization problem, providing a rigorous foundation.

Another key contribution is the positioning of meta-learning relative to related fields. The authors delineate meta-learning from transfer learning, multi-task learning, and hyperparameter optimization, highlighting both overlaps and distinctions. This conceptual clarity is valuable for avoiding misapplication of methods. Additionally, the survey reviews applications across domains, including few-shot image classification, natural language processing, and reinforcement learning, demonstrating the breadth of meta-learning's utility.

Results

Since this is a survey, it does not introduce new experimental results. Instead, it aggregates findings from numerous studies, reporting qualitative and quantitative successes. For instance, it notes that meta-learning methods have achieved state-of-the-art performance on few-shot benchmarks like Omniglot and MiniImageNet, often surpassing traditional fine-tuning approaches. The survey also highlights cases where meta-learning improves sample efficiency in reinforcement learning, enabling agents to adapt to new environments with fewer interactions. However, it does not provide a unified benchmark comparison, leaving direct performance comparisons to the original papers.

Significance

The broader impact of this survey lies in its role as a catalyst for future research. By identifying open challenges—such as scalability, robustness to distribution shift, and theoretical understanding—it sets an agenda for the community. The paper also underscores the potential of meta-learning to democratize AI by reducing data requirements, which is crucial for specialized domains with scarce labeled data. As meta-learning integrates with other paradigms like self-supervised learning and foundation models, this survey provides a solid grounding for those extensions. Ultimately, it helps solidify meta-learning as a mature subfield, encouraging more rigorous and systematic advancements.