Understanding the Overfitting of the Episodic Meta-training
Siqi Hui, Sanping Zhou, Ye deng, Jinjun Wang

TL;DR
This paper investigates overfitting in episodic meta-training for few-shot learning, proposing knowledge distillation methods including SKL and NNSKL to improve generalization and achieve state-of-the-art results.
Contribution
It introduces a novel knowledge distillation framework with SKL and NNSKL to mitigate overfitting in meta-training for few-shot classification.
Findings
Knowledge distillation improves meta-training performance.
NNSKL enhances relationships between query and support.
Proposed methods outperform standard meta-training on benchmarks.
Abstract
Despite the success of two-stage few-shot classification methods, in the episodic meta-training stage, the model suffers severe overfitting. We hypothesize that it is caused by over-discrimination, i.e., the model learns to over-rely on the superficial features that fit for base class discrimination while suppressing the novel class generalization. To penalize over-discrimination, we introduce knowledge distillation techniques to keep novel generalization knowledge from the teacher model during training. Specifically, we select the teacher model as the one with the best validation accuracy during meta-training and restrict the symmetric Kullback-Leibler (SKL) divergence between the output distribution of the linear classifier of the teacher model and that of the student model. This simple approach outperforms the standard meta-training process. We further propose the Nearest Neighbor…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification · Machine Learning and ELM
MethodsKnowledge Distillation · Balanced Selection
