LGAIJul 9, 2022

Generating Pseudo-labels Adaptively for Few-shot Model-Agnostic Meta-Learning

arXiv:2207.04217v12 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses the problem of underutilizing query set information in few-shot learning for researchers, but it is incremental as it builds on existing MAML variants.

The paper tackles the limitation of Model-Agnostic Meta-Learning (MAML) in few-shot learning by proposing GP-MAML, which adaptively generates pseudo-labels from the query set to improve performance, achieving unspecified gains over methods like TPN.

Model-Agnostic Meta-Learning (MAML) is a famous few-shot learning method that has inspired many follow-up efforts, such as ANIL and BOIL. However, as an inductive method, MAML is unable to fully utilize the information of query set, limiting its potential of gaining higher generality. To address this issue, we propose a simple yet effective method that generates psuedo-labels adaptively and could boost the performance of the MAML family. The proposed methods, dubbed Generative Pseudo-label based MAML (GP-MAML), GP-ANIL and GP-BOIL, leverage statistics of the query set to improve the performance on new tasks. Specifically, we adaptively add pseudo labels and pick samples from the query set, then re-train the model using the picked query samples together with the support set. The GP series can also use information from the pseudo query set to re-train the network during the meta-testing. While some transductive methods, such as Transductive Propagation Network (TPN), struggle to achieve this goal.

Foundations

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

Your Notes