A Study on Representation Transfer for Few-Shot Learning
Chun-Nam Yu, Yi Xie

TL;DR
This paper systematically evaluates various feature representations for few-shot classification, demonstrating that multi-task learned features combined with new selection and voting tricks improve transfer learning performance.
Contribution
It introduces a comprehensive study of feature representations from different learning paradigms and proposes a multi-task transfer approach with novel tricks for better few-shot classification.
Findings
Multi-task learned features outperform single-task features.
Proposed tricks improve performance on small sample sizes.
Achieves competitive results with state-of-the-art methods.
Abstract
Few-shot classification aims to learn to classify new object categories well using only a few labeled examples. Transferring feature representations from other models is a popular approach for solving few-shot classification problems. In this work we perform a systematic study of various feature representations for few-shot classification, including representations learned from MAML, supervised classification, and several common self-supervised tasks. We find that learning from more complex tasks tend to give better representations for few-shot classification, and thus we propose the use of representations learned from multiple tasks for few-shot classification. Coupled with new tricks on feature selection and voting to handle the issue of small sample size, our direct transfer learning method offers performance comparable to state-of-art on several benchmark datasets.
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
MethodsFeature Selection · Model-Agnostic Meta-Learning
