Meta-Learned Confidence for Few-shot Learning
Seong Min Kye, Hae Beom Lee, Hoirin Kim, and Sung Ju Hwang

TL;DR
This paper introduces a meta-learning approach to estimate confidence scores for query samples in few-shot learning, improving transductive inference by adaptively weighting unlabeled data to enhance performance on unseen tasks.
Contribution
It proposes a novel meta-learning method to predict confidence for query samples, enabling more reliable transductive inference in few-shot learning scenarios.
Findings
Achieves state-of-the-art results on four benchmark datasets.
Significantly improves semi-supervised few-shot learning performance.
Outperforms recent strong baselines in various settings.
Abstract
Transductive inference is an effective means of tackling the data deficiency problem in few-shot learning settings. A popular transductive inference technique for few-shot metric-based approaches, is to update the prototype of each class with the mean of the most confident query examples, or confidence-weighted average of all the query samples. However, a caveat here is that the model confidence may be unreliable, which may lead to incorrect predictions. To tackle this issue, we propose to meta-learn the confidence for each query sample, to assign optimal weights to unlabeled queries such that they improve the model's transductive inference performance on unseen tasks. We achieve this by meta-learning an input-adaptive distance metric over a task distribution under various model and data perturbations, which will enforce consistency on the model predictions under diverse uncertainties…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Geophysical Methods and Applications · Multimodal Machine Learning Applications
MethodsTransductive Inference · Global Average Pooling · Average Pooling
