paper-with-me

Papers

On Episodes, Prototypical Networks, and Few-shot Learning

2020-12-17 · NeurIPS 2021 12 · Steinar Laenen, Luca Bertinetto

Episodic learning is a popular practice among researchers and practitioners interested in few-shot learning. It consists of organising training in a series of learning problems (or episodes), each divided into a small training and validation subset to mimic the circumstances encountered during evaluation. But is this always necessary? In this paper, we investigate the usefulness of episodic learning in methods which use nonparametric approaches, such as nearest neighbours, at the level of the episode. For these methods, we not only show how the constraints imposed by episodic learning are not necessary, but that they in fact lead to a data-inefficient way of exploiting training batches. We conduct a wide range of ablative experiments with Matching and Prototypical Networks, two of the most popular methods that use nonparametric approaches at the level of the episode. Their "non-episodic" counterparts are considerably simpler, have less hyperparameters, and improve their performance in multiple few-shot classification datasets.

📄 PDF Abstract BibTeX arXiv:2012.09831

Code (1)

fiveai/on-episodes-fsl 공식 구현 pytorch

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

Meta-Learning for Semi-Supervised Few-Shot Classification

2018-03-02 · ICLR 2018 1 · Mengye Ren, Eleni Triantafillou, Sachin Ravi, Jake Snell 외

In few-shot classification, we are interested in learning algorithms that train a classifier from only a handful of labeled examples. Recent progress in few-shot classification has featured meta-learning, in which a para…

General ClassificationMeta-Learning

ProtAugment: Intent Detection Meta-Learning through Unsupervised Diverse Paraphrasing

2021-08-01 · ACL 2021 5 · Thomas Dopierre, Christophe Gravier, Wilfried Logerais

Recent research considers few-shot intent detection as a meta-learning problem: the model is learning to learn from a consecutive set of small tasks named episodes. In this work, we propose ProtAugment, a meta-learning a…

DiversityIntent DetectionLanguage ModelingLanguage Modelling+1

ProtAugment: Unsupervised diverse short-texts paraphrasing for intent detection meta-learning

2021-05-27 · Thomas Dopierre, Christophe Gravier, Wilfried Logerais

Recent research considers few-shot intent detection as a meta-learning problem: the model is learning to learn from a consecutive set of small tasks named episodes. In this work, we propose ProtAugment, a meta-learning a…

DiversityIntent DetectionLanguage ModelingLanguage Modelling+1

ALPINE: Adaptive Localization for Parameter- and Sample-Efficient Few-Shot Learning

2026-09-16 · Neeraj Yadav hf

Few-shot learning research is predominantly evaluated on accuracy alone, with limited attention to the parameter and training-sample budgets required to reach that accuracy - a real constraint for practitioners without l…

Few-Shot Image ClassificationFew-Shot Learning

Revisiting Prototypical Network for Cross Domain Few-Shot Learning

2023-01-01 · CVPR 2023 1 · Fei Zhou, Peng Wang, Lei Zhang, Wei Wei 외

Prototypical Network is a popular few-shot solver that aims at establishing a feature metric generalizable to novel few-shot classification (FSC) tasks using deep neural networks. However, its performance drops drama…

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot LearningKnowledge Distillation