LGAIApr 10, 2019

Generalizing from a Few Examples: A Survey on Few-Shot Learning

arXiv:1904.05046v32107 citations
Originality Synthesis-oriented
AI Analysis

It provides a comprehensive overview for researchers tackling data scarcity in machine learning, but is incremental as a survey.

This paper surveys Few-Shot Learning (FSL), which addresses the problem of generalizing from small datasets by using prior knowledge to handle unreliable empirical risk minimization, categorizing methods into data, model, and algorithm approaches and discussing future directions.

Machine learning has been highly successful in data-intensive applications but is often hampered when the data set is small. Recently, Few-Shot Learning (FSL) is proposed to tackle this problem. Using prior knowledge, FSL can rapidly generalize to new tasks containing only a few samples with supervised information. In this paper, we conduct a thorough survey to fully understand FSL. Starting from a formal definition of FSL, we distinguish FSL from several relevant machine learning problems. We then point out that the core issue in FSL is that the empirical risk minimized is unreliable. Based on how prior knowledge can be used to handle this core issue, we categorize FSL methods from three perspectives: (i) data, which uses prior knowledge to augment the supervised experience; (ii) model, which uses prior knowledge to reduce the size of the hypothesis space; and (iii) algorithm, which uses prior knowledge to alter the search for the best hypothesis in the given hypothesis space. With this taxonomy, we review and discuss the pros and cons of each category. Promising directions, in the aspects of the FSL problem setups, techniques, applications and theories, are also proposed to provide insights for future research.

Code Implementations4 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