paper-with-me

홈 › Papers

Few-Shot Learning with a Strong Teacher

2021-07-01 · Han-Jia Ye, Lu Ming, De-Chuan Zhan, Wei-Lun Chao

Few-shot learning (FSL) aims to generate a classifier using limited labeled examples. Many existing works take the meta-learning approach, constructing a few-shot learner that can learn from few-shot examples to generate a classifier. Typically, the few-shot learner is constructed or meta-trained by sampling multiple few-shot tasks in turn and optimizing the few-shot learner's performance in generating classifiers for those tasks. The performance is measured by how well the resulting classifiers classify the test (i.e., query) examples of those tasks. In this paper, we point out two potential weaknesses of this approach. First, the sampled query examples may not provide sufficient supervision for meta-training the few-shot learner. Second, the effectiveness of meta-learning diminishes sharply with the increasing number of shots. To resolve these issues, we propose a novel meta-training objective for the few-shot learner, which is to encourage the few-shot learner to generate classifiers that perform like strong classifiers. Concretely, we associate each sampled few-shot task with a strong classifier, which is trained with ample labeled examples. The strong classifiers can be seen as the target classifiers that we hope the few-shot learner to generate given few-shot examples, and we use the strong classifiers to supervise the few-shot learner. We present an efficient way to construct the strong classifier, making our proposed objective an easily plug-and-play term to existing meta-learning based FSL methods. We validate our approach, LastShot, in combinations with many representative meta-learning methods. On several benchmark datasets, our approach leads to a notable improvement across a variety of tasks. More importantly, with our approach, meta-learning based FSL methods can outperform non-meta-learning based methods at different numbers of shots.

📄 PDF Abstract BibTeX arXiv:2107.00197

Code (1)

han-jia/lastshot 공식 구현 pytorch

Tasks

Few-Shot LearningMeta-Learning

Similar Papers 제목 키워드 기반

Select and Distill: Selective Dual-Teacher Knowledge Transfer for Continual Learning on Vision-Language Models

2024-03-14 · Yu-Chu Yu, Chi-Pin Huang, Jr-Jen Chen, Kai-Po Chang 외

Large-scale vision-language models (VLMs) have shown a strong zero-shot generalization capability on unseen-domain data. However, adapting pre-trained VLMs to a sequence of downstream tasks often leads to the forgetting …

Continual LearningKnowledge DistillationTransfer Learningzero-shot-classification+2

CFTS-GAN: Continual Few-Shot Teacher Student for Generative Adversarial Networks

2024-10-17 · Munsif Ali, Leonardo Rossi, Massimo Bertozzi

Few-shot and continual learning face two well-known challenges in GANs: overfitting and catastrophic forgetting. Learning new tasks results in catastrophic forgetting in deep learning models. In the case of a few-shot se…

Continual LearningDiversityGenerative Adversarial NetworkImage Generation

Retrieval-Feedback-Driven Distillation and Preference Alignment for Efficient LLM-based Query Expansion

2026-03-14 · Minghan Li, Guodong Zhou arxiv

Large language models have recently enabled a generative paradigm for query expansion, but their high inference cost makes direct deployment difficult in practical retrieval systems. To address this issue, a retrieval-fe…

Efficient Knowledge Distillation from Model Checkpoints

2022-10-12 · Chaofei Wang, Qisen Yang, Rui Huang, Shiji Song 외

Knowledge distillation is an effective approach to learn compact models (students) with the supervision of large and strong models (teachers). As empirically there exists a strong correlation between the performance of t…

Knowledge Distillationmodel

OrthKD: Extracting Generalized Clinical Knowledge from Heterogeneous Teachers for Lightweight Deployment

2026-07-28 · Yi Xu, Cheng Chen, Mufan Cao arxiv

Deploying diabetic retinopathy (DR) screening models in primary care requires edge-efficient systems that remain accurate, safe, and reliable under domain shift. Multi-teacher knowledge distillation (KD) is a natural com…

Knowledge DistillationClinical Knowledge