English

Uncertainty-based Network for Few-shot Image Classification

Computer Vision and Pattern Recognition 2022-05-18 v1 Machine Learning

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 results on four benchmarks show that Uncertainty-Based Network achieves comparable performance in classification accuracy compared to state-of-the-art method.

Keywords

Cite

@article{arxiv.2205.08157,
  title  = {Uncertainty-based Network for Few-shot Image Classification},
  author = {Minglei Yuan and Qian Xu and Chunhao Cai and Yin-Dong Zheng and Tao Wang and Tong Lu},
  journal= {arXiv preprint arXiv:2205.08157},
  year   = {2022}
}

Comments

Few-shot learning, Uncertainty, Mutual information

R2 v1 2026-06-24T11:19:31.906Z