paper-with-me

홈 › Papers

Iterative label cleaning for transductive and semi-supervised few-shot learning

2020-12-14 · ICCV 2021 10 · Michalis Lazarou, Tania Stathaki, Yannis Avrithis

Few-shot learning amounts to learning representations and acquiring knowledge such that novel tasks may be solved with both supervision and data being limited. Improved performance is possible by transductive inference, where the entire test set is available concurrently, and semi-supervised learning, where more unlabeled data is available. Focusing on these two settings, we introduce a new algorithm that leverages the manifold structure of the labeled and unlabeled data distribution to predict pseudo-labels, while balancing over classes and using the loss value distribution of a limited-capacity classifier to select the cleanest labels, iteratively improving the quality of pseudo-labels. Our solution surpasses or matches the state of the art results on four benchmark datasets, namely miniImageNet, tieredImageNet, CUB and CIFAR-FS, while being robust over feature space pre-processing and the quantity of available data. The publicly available source code can be found in https://github.com/MichalisLazarou/iLPC.

📄 PDF Abstract BibTeX arXiv:2012.07962

Code (1)

michalislazarou/ilpc 공식 구현 pytorch

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

Iterative Nearest Neighborhood Oversampling in Semisupervised Learning from Imbalanced Data

2013-12-24 · Fengqi Li, Chuang Yu, Nanhai Yang, Feng Xia 외

Transductive graph-based semi-supervised learning methods usually build an undirected graph utilizing both labeled and unlabeled samples as vertices. Those methods propagate label information of labeled samples to neighb…

General Classificationimbalanced classification

Semi-Supervised Prediction of Gene Regulatory Networks Using Machine Learning Algorithms

2016-08-11 · Nihir Patel, Jason T. L. Wang

Use of computational methods to predict gene regulatory networks (GRNs) from gene expression data is a challenging task. Many studies have been conducted using unsupervised methods to fulfill the task; however, such meth…

BIG-bench Machine LearningInductive LearningTransductive Learning

Contrastive Credibility Propagation for Reliable Semi-Supervised Learning

2022-11-17 · Brody Kutt, Pralay Ramteke, Xavier Mignot, Pamela Toman 외

Producing labels for unlabeled data is error-prone, making semi-supervised learning (SSL) troublesome. Often, little is known about when and why an algorithm fails to outperform a supervised baseline. Using benchmark dat…

Pseudo Label

A Transductive Bound for the Voted Classifier with an Application to Semi-supervised Learning

2008-12-01 · NeurIPS 2008 12 · Massih Amini, Nicolas Usunier, François Laviolette

In this paper we present two transductive bounds on the risk of the majority vote estimated over partially labeled training sets. Our first bound is tight when the additional unlabeled training data are used in the cases…

Self-Learning

Enhancing CLIP with CLIP: Exploring Pseudolabeling for Limited-Label Prompt Tuning

2023-06-02 · NeurIPS 2023 11 · Cristina Menghini, Andrew Delworth, Stephen H. Bach

Fine-tuning vision-language models (VLMs) like CLIP to downstream tasks is often necessary to optimize their performance. However, a major obstacle is the limited availability of labeled data. We study the use of pseudol…

image-classificationImage ClassificationZero-Shot Learning