paper-with-me

홈 › Papers

Uncertainty-based Network for Few-shot Image Classification

2022-05-17 · Minglei Yuan, Qian Xu, Chunhao Cai, Yin-Dong Zheng, Tao Wang, Tong Lu

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.

📄 PDF Abstract BibTeX arXiv:2205.08157

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationFew-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Transductive Inference 설명 없음

Similar Papers 제목 키워드 기반

Uncertainty-Aware Few-Shot Image Classification

2020-10-09 · Zhizheng Zhang, Cuiling Lan, Wenjun Zeng, Zhibo Chen 외

Few-shot image classification learns to recognize new categories from limited labelled data. Metric learning based approaches have been widely investigated, where a query sample is classified by finding the nearest proto…

ClassificationFew-Shot Image ClassificationFew-Shot LearningGeneral Classification+3

A$_3$B$_2$: Adaptive Asymmetric Adapter for Alleviating Branch Bias in Vision-Language Image Classification with Few-Shot Learning

2026-05-13 · Yiyun Zhou, Zhonghua Jiang, Wenkang Han, Kunxi Li 외 arxiv

Efficient transfer learning methods for large-scale vision-language models ($e.g.$, CLIP) enable strong few-shot transfer, yet existing adaptation methods follow a fixed fine-tuning paradigm that implicitly assumes a uni…

Few-Shot Image ClassificationFew-Shot LearningTransfer Learning

Active Learning for Vision-Language Models

2024-10-29 · Bardia Safaei, Vishal M. Patel

Pre-trained vision-language models (VLMs) like CLIP have demonstrated impressive zero-shot performance on a wide range of downstream computer vision tasks. However, there still exists a considerable performance gap betwe…

Active Learningimage-classificationImage Classificationzero-shot-classification+1

Graph Mining under Data scarcity

2024-06-07 · Appan Rakaraddi, Lam Siew-Kei, Mahardhika Pratama, Marcus de Carvalho

Multitude of deep learning models have been proposed for node classification in graphs. However, they tend to perform poorly under labeled-data scarcity. Although Few-shot learning for graphs has been introduced to overc…

ClassificationFew-Shot LearningGraph LearningGraph Mining+2

Task Calibration for Distributional Uncertainty in Few-Shot Classification

2021-01-01 · Sungnyun Kim, Se-Young Yun

As numerous meta-learning algorithms improve performance when solving few-shot classification problems for practical applications, accurate prediction of uncertainty, though challenging, has been considered essential. Re…

ClassificationGeneral ClassificationMeta-Learning