Generating Pseudo-labels Adaptively for Few-shot Model-Agnostic Meta-Learning
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Few-Shot LearningMeta-LearningPseudo LabelMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Semi-Supervised Few-Shot Learning via Multi-Factor Clustering
The scarcity of labeled data and the problem of model overfitting have been the challenges in few-shot learning. Recently, semi-supervised few-shot learning has been developed to obtain pseudo-labels of unlabeled sam…
ClusteringData AugmentationFew-Shot Learningimage-classification+1Segment Anything is A Good Pseudo-label Generator for Weakly Supervised Semantic Segmentation
Weakly supervised semantic segmentation with weak labels is a long-lived ill-posed problem. Mainstream methods mainly focus on improving the quality of pseudo labels. In this report, we attempt to explore the potential o…
Pseudo LabelSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1LEAF: Unveiling Two Sides of the Same Coin in Semi-supervised Facial Expression Recognition
Semi-supervised learning has emerged as a promising approach to tackle the challenge of label scarcity in facial expression recognition (FER) task. However, current state-of-the-art methods primarily focus on one side of…
Facial Expression RecognitionFacial Expression Recognition (FER)Simpler Does It: Generating Semantic Labels with Objectness Guidance
Existing weakly or semi-supervised semantic segmentation methods utilize image or box-level supervision to generate pseudo-labels for weakly labeled images. However, due to the lack of strong supervision, the generated p…
Multi-Task LearningObjectSemantic SegmentationSemi-Supervised Semantic SegmentationThe Label Imitation Game: Turing Test Network for Zero-Shot Pseudo-Label Pruning
Foundation model pseudo-labeling - labeling data strictly via zero-shot inference - enables massive scale, but performance is undermined by hallucinations that evade standard thresholds. To eliminate these errors, we int…
Image ClassificationObject Detection