TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Instance Credibility Inference for Few-Shot Learning

Instance Credibility Inference for Few-Shot Learning

Yikai Wang, Chengming Xu, Chen Liu, Li Zhang, Yanwei Fu

2020-03-26CVPR 2020 6Few-Shot LearningMeta-LearningData AugmentationFew-Shot Image Classification
PaperPDFCode(official)

Abstract

Few-shot learning (FSL) aims to recognize new objects with extremely limited training data for each category. Previous efforts are made by either leveraging meta-learning paradigm or novel principles in data augmentation to alleviate this extremely data-scarce problem. In contrast, this paper presents a simple statistical approach, dubbed Instance Credibility Inference (ICI) to exploit the distribution support of unlabeled instances for few-shot learning. Specifically, we first train a linear classifier with the labeled few-shot examples and use it to infer the pseudo-labels for the unlabeled data. To measure the credibility of each pseudo-labeled instance, we then propose to solve another linear regression hypothesis by increasing the sparsity of the incidental parameters and rank the pseudo-labeled instances with their sparsity degree. We select the most trustworthy pseudo-labeled instances alongside the labeled examples to re-train the linear classifier. This process is iterated until all the unlabeled samples are included in the expanded training set, i.e. the pseudo-label is converged for unlabeled data pool. Extensive experiments under two few-shot settings show that our simple approach can establish new state-of-the-arts on four widely used few-shot learning benchmark datasets including miniImageNet, tieredImageNet, CIFAR-FS, and CUB. Our code is available at: https://github.com/Yikai-Wang/ICI-FSL

Results

TaskDatasetMetricValueModel
Image ClassificationCUB 200 5-way 5-shotAccuracy92.48ICI
Image ClassificationDirichlet Mini-Imagenet (5-way, 5-shot)1:1 Accuracy73.5LR-ICI
Image ClassificationCUB 200 5-way 1-shotAccuracy89.58ICI
Image ClassificationCIFAR-FS 5-way (1-shot)Accuracy76.51ICI
Image ClassificationDirichlet Tiered-Imagenet (5-way, 5-shot)1:1 Accuracy85.1LR+ICI
Image ClassificationMini-Imagenet 5-way (5-shot)Accuracy80.11ICI
Image ClassificationDirichlet Mini-Imagenet (5-way, 1-shot)1:1 Accuracy58.7LR-ICI
Image ClassificationMini-Imagenet 5-way (1-shot)Accuracy69.66ICI
Image ClassificationDirichlet Tiered-Imagenet (5-way, 1-shot)1:1 Accuracy74.6LR+ICI
Image ClassificationTiered ImageNet 5-way (1-shot)Accuracy84.01ICI
Image ClassificationTiered ImageNet 5-way (5-shot)Accuracy89ICI
Image ClassificationCIFAR-FS 5-way (5-shot)Accuracy84.32ICI
Few-Shot Image ClassificationCUB 200 5-way 5-shotAccuracy92.48ICI
Few-Shot Image ClassificationDirichlet Mini-Imagenet (5-way, 5-shot)1:1 Accuracy73.5LR-ICI
Few-Shot Image ClassificationCUB 200 5-way 1-shotAccuracy89.58ICI
Few-Shot Image ClassificationCIFAR-FS 5-way (1-shot)Accuracy76.51ICI
Few-Shot Image ClassificationDirichlet Tiered-Imagenet (5-way, 5-shot)1:1 Accuracy85.1LR+ICI
Few-Shot Image ClassificationMini-Imagenet 5-way (5-shot)Accuracy80.11ICI
Few-Shot Image ClassificationDirichlet Mini-Imagenet (5-way, 1-shot)1:1 Accuracy58.7LR-ICI
Few-Shot Image ClassificationMini-Imagenet 5-way (1-shot)Accuracy69.66ICI
Few-Shot Image ClassificationDirichlet Tiered-Imagenet (5-way, 1-shot)1:1 Accuracy74.6LR+ICI
Few-Shot Image ClassificationTiered ImageNet 5-way (1-shot)Accuracy84.01ICI
Few-Shot Image ClassificationTiered ImageNet 5-way (5-shot)Accuracy89ICI
Few-Shot Image ClassificationCIFAR-FS 5-way (5-shot)Accuracy84.32ICI

Related Papers

GLAD: Generalizable Tuning for Vision-Language Models2025-07-17Overview of the TalentCLEF 2025: Skill and Job Title Intelligence for Human Capital Management2025-07-17Pixel Perfect MegaMed: A Megapixel-Scale Vision-Language Foundation Model for Generating High Resolution Medical Images2025-07-17Are encoders able to learn landmarkers for warm-starting of Hyperparameter Optimization?2025-07-16Imbalanced Regression Pipeline Recommendation2025-07-16CLID-MU: Cross-Layer Information Divergence Based Meta Update Strategy for Learning with Noisy Labels2025-07-16Similarity-Guided Diffusion for Contrastive Sequential Recommendation2025-07-16Mixture of Experts in Large Language Models2025-07-15