paper-with-me

Papers

A Transductive Maximum Margin Classifier for Few-Shot Learning

2021-07-26 · Fei Pan, Chunlei Xu, Jie Guo, Yanwen Guo

Few-shot learning aims to train a classifier that can generalize well when just a small number of labeled examples per class are given. We introduce a transductive maximum margin classifier for few-shot learning (FS-TMMC). The basic idea of the classical maximum margin classifier is to solve an optimal prediction function so that the training data can be correctly classified by the resulting classifer with the largest geometric margin. In few-shot learning, it is challenging to find such classifiers with good generalization ability due to the insufficiency of training data in the support set. FS-TMMC leverages the unlabeled query examples to adjust the separating hyperplane of the maximum margin classifier such that the prediction function is optimal on both the support and query sets. Furthermore, we use an efficient and effective quasi-Newton algorithm, the L-BFGS method for optimization. Experimental results on three standard few-shot learning benchmarks including miniImagenet, tieredImagenet and CUB show that our method achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2107.11975

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

Boosting Transductive Few-Shot Fine-Tuning With Margin-Based Uncertainty Weighting and Probability Regularization

2023-01-01 · CVPR 2023 1 · Ran Tao, Hao Chen, Marios Savvides

Few-Shot Learning (FSL) has been rapidly developed in recent years, potentially eliminating the requirement for significant data acquisition. Few-shot fine-tuning has been demonstrated to be practically efficient and…

Few-Shot Learning

Deep Transductive Semi-supervised Maximum Margin Clustering

2015-01-26 · Gang Chen

Semi-supervised clustering is an very important topic in machine learning and computer vision. The key challenge of this problem is how to learn a metric, such that the instances sharing the same label are more likely cl…

ClusteringTransductive Learning

Realistic Evaluation of Transductive Few-Shot Learning

2022-04-24 · NeurIPS 2021 12 · Olivier Veilleux, Malik Boudiaf, Pablo Piantanida, Ismail Ben Ayed

Transductive inference is widely used in few-shot learning, as it leverages the statistics of the unlabeled query set of a few-shot task, typically yielding substantially better performances than its inductive counterpar…

Few-Shot Learning

On Label-Efficient Computer Vision: Building Fast and Effective Few-Shot Image Classifiers

2021-10-19 · University of British Columbia Theses and Dissertations 2021 10 · Peyman Bateni

Modern deep learning requires large-scale extensively labelled datasets for training. Few-shot learning aims to alleviate this issue by learning effectively from few labelled examples. In previously proposed few-shot vis…

Active LearningContinual LearningCross-Domain Few-ShotFew-Shot Learning+3

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