Generalizing from a Few Examples
Yaqing WangQuanming YaoJames KwokLionel M. Ni
Establishes a unified taxonomy for few-shot learning by categorizing methods according to how prior knowledge is applied across data, model, and algorithm perspectives to overcome the core challenge of unreliable empirical risk minimization.
- Paper: Optimization as a Model for Few-Shot Learning, S. Ravi et al. (2017). Reading this foundational meta-learning work on optimization-based few-shot adaptation provides the exact methodological grounding assumed by the source paper's taxonomy.
- Paper: Prototypical Networks for Few-shot Learning, Jake Snell et al. (2017). Understanding prototypical networks is essential for grasping the metric-space and model-based few-shot learning strategies reviewed in the source.
- Paper: Matching Networks for One Shot Learning, Oriol Vinyals et al. (2016). Reviewing matching networks clarifies how attention mechanisms over support sets solve few-shot tasks before reading the source's broader survey.
- Paper: Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks, Chelsea Finn et al. (2017). MAML establishes the core gradient-based meta-learning paradigm that underpins much of the algorithmic taxonomy analyzed in the source.
- Paper: Making Pre-trained Language Models Better Few-shot Learners, Tianyu Gao et al. (2021). This book chapter extends the source paper's few-shot principles into modern prompt-based fine-tuning methods for large language models.
- Paper: Few-Shot Parameter-Efficient Fine-Tuning is Better and Cheaper than In-Context Learning, Haokun Liu et al. (2022). Building directly upon few-shot learning foundations, this work explores parameter-efficient fine-tuning as a superior alternative to in-context learning.
- Paper: Pre-train, Prompt, and Predict: A Systematic Survey of Prompting Methods in Natural Language Processing, Pengfei Liu et al. (2021). This comprehensive survey continues the few-shot narrative by examining how prompt-based methods replace traditional supervised training in language models.
