paper-with-me

홈 › Papers

Episode Adaptive Embedding Networks for Few-shot Learning

2021-06-17 · Fangbing Liu, Qing Wang

Few-shot learning aims to learn a classifier using a few labelled instances for each class. Metric-learning approaches for few-shot learning embed instances into a high-dimensional space and conduct classification based on distances among instance embeddings. However, such instance embeddings are usually shared across all episodes and thus lack the discriminative power to generalize classifiers according to episode-specific features. In this paper, we propose a novel approach, namely \emph{Episode Adaptive Embedding Network} (EAEN), to learn episode-specific embeddings of instances. By leveraging the probability distributions of all instances in an episode at each channel-pixel embedding dimension, EAEN can not only alleviate the overfitting issue encountered in few-shot learning tasks, but also capture discriminative features specific to an episode. To empirically verify the effectiveness and robustness of EAEN, we have conducted extensive experiments on three widely used benchmark datasets, under various combinations of different generic embedding backbones and different classifiers. The results show that EAEN significantly improves classification accuracy about $10\%$ to $20\%$ in different settings over the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2106.09398

Code (1)

https://gitlab.anu.edu.au/u6554606/eaen 공식 구현

Tasks

Few-Shot LearningMetric Learning

Similar Papers 제목 키워드 기반

TapNet: Neural Network Augmented with Task-Adaptive Projection for Few-Shot Learning

2019-05-16 · Sung Whan Yoon, Jun Seo, Jaekyun Moon

Handling previously unseen tasks after given only a few training examples continues to be a tough challenge in machine learning. We propose TapNets, neural networks augmented with task-adaptive projection for improved fe…

Few-Shot LearningMeta-Learning

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

Self-Supervised Tuning for Few-Shot Segmentation

2020-04-12 · Kai Zhu, Wei Zhai, Zheng-Jun Zha, Yang Cao

Few-shot segmentation aims at assigning a category label to each image pixel with few annotated samples. It is a challenging task since the dense prediction can only be achieved under the guidance of latent features defi…

Meta-LearningSegmentation

Balanced Few-Shot Episodic Learning for Accurate Retinal Disease Diagnosis

2025-12-04 · Jasmaine Khale, Ravi Prakash Srivastava arxiv

Automated retinal disease diagnosis is vital given the rising prevalence of conditions such as diabetic retinopathy and macular degeneration. Conventional deep learning approaches require large annotated datasets, which …

Few-Shot Learning

ESPT: A Self-Supervised Episodic Spatial Pretext Task for Improving Few-Shot Learning

2023-04-26 · Yi Rong, Xiongbo Lu, Zhaoyang Sun, Yaxiong Chen 외

Self-supervised learning (SSL) techniques have recently been integrated into the few-shot learning (FSL) framework and have shown promising results in improving the few-shot image classification performance. However, exi…

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification+1