Uncertainty-based Network for Few-shot Image Classification
Minglei Yuan, Qian Xu, Chunhao Cai, Yin-Dong Zheng, Tao Wang, Tong Lu

TL;DR
This paper introduces an uncertainty-aware method for few-shot image classification that leverages mutual information to weight query instances during prototype updates, improving performance.
Contribution
It proposes a novel uncertainty modeling approach using mutual information to enhance transductive inference in few-shot learning.
Findings
Achieves comparable accuracy to state-of-the-art methods.
Effectively models uncertainty to improve prototype updates.
Demonstrates robustness across four benchmark datasets.
Abstract
The transductive inference is an effective technique in the few-shot learning task, where query sets update prototypes to improve themselves. However, these methods optimize the model by considering only the classification scores of the query instances as confidence while ignoring the uncertainty of these classification scores. In this paper, we propose a novel method called Uncertainty-Based Network, which models the uncertainty of classification results with the help of mutual information. Specifically, we first data augment and classify the query instance and calculate the mutual information of these classification scores. Then, mutual information is used as uncertainty to assign weights to classification scores, and the iterative update strategy based on classification scores and uncertainties assigns the optimal weights to query instances in prototype optimization. Extensive…
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
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Algorithms · Machine Learning and Data Classification
MethodsTransductive Inference
