paper-with-me

Papers

Instance Credibility Inference for Few-Shot Learning

2020-03-26 · CVPR 2020 6 · Yikai Wang, Chengming Xu, Chen Liu, Li Zhang, Yanwei Fu

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

📄 PDF Abstract BibTeX arXiv:2003.11853

Code (1)

Yikai-Wang/ICI-FSL 공식 구현 pytorch

Tasks

Data AugmentationFew-Shot Image ClassificationFew-Shot LearningMeta-LearningPseudo Label

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

How to trust unlabeled data? Instance Credibility Inference for Few-Shot Learning

2020-07-15 · Yikai Wang, Li Zhang, Yuan YAO, Yanwei Fu

Deep learning based models have excelled in many computer vision tasks and appear to surpass humans' performance. However, these models require an avalanche of expensive human labeled training data and many iterations to…

Data AugmentationFew-Shot LearningMeta-Learning

Relative Instance Credibility Inference for Learning with Noisy Labels

2021-09-29 · Yikai Wang, Xinwei Sun, Yanwei Fu

The existence of noisy labels usually leads to the degradation of generalization and robustness of neural networks in supervised learning. In this paper, we propose to use a simple theoretically guaranteed sample selecti…

Learning with noisy labels

In-Context Learning Enhanced Credibility Transformer

2025-09-09 · Kishan Padayachy, Ronald Richman, Salvatore Scognamiglio, Mario V. Wüthrich arxiv

The starting point of our network architecture is the Credibility Transformer which extends the classical Transformer architecture by a credibility mechanism to improve model learning and predictive performance. This Cre…

Few-shot Learning via Dependency Maximization and Instance Discriminant Analysis

2021-09-07 · Zejiang Hou, Sun-Yuan Kung

We study the few-shot learning (FSL) problem, where a model learns to recognize new objects with extremely few labeled training data per category. Most of previous FSL approaches resort to the meta-learning paradigm, whe…

Few-Shot LearningInductive BiasMeta-Learning

Large Language Model-Informed Feature Discovery Improves Prediction and Interpretation of Credibility Perceptions of Visual Content

2025-04-15 · Yilang Peng, Sijia Qian, Yingdan Lu, Cuihua Shen

In today's visually dominated social media landscape, predicting the perceived credibility of visual content and understanding what drives human judgment are crucial for countering misinformation. However, these tasks ar…

DiversityLanguage ModelingLanguage ModellingLarge Language Model+1