Generating Pseudo-labels Adaptively for Few-shot Model-Agnostic Meta-Learning
Guodong Liu, Tongling Wang, Shuoxi Zhang, Kun He

TL;DR
This paper introduces a method to generate adaptive pseudo-labels for MAML-based few-shot learning, enhancing its ability to utilize query set information and improve performance on new tasks.
Contribution
It proposes GP-MAML, GP-ANIL, and GP-BOIL, which adaptively generate pseudo-labels and select query samples to boost meta-learning performance.
Findings
Improved accuracy on few-shot tasks.
Effective utilization of query set information.
Outperforms some transductive methods.
Abstract
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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification
MethodsModel-Agnostic Meta-Learning
