English

A Closer Look at Few-shot Classification Again

Machine Learning 2023-06-02 v4 Computer Vision and Pattern Recognition

Abstract

Few-shot classification consists of a training phase where a model is learned on a relatively large dataset and an adaptation phase where the learned model is adapted to previously-unseen tasks with limited labeled samples. In this paper, we empirically prove that the training algorithm and the adaptation algorithm can be completely disentangled, which allows algorithm analysis and design to be done individually for each phase. Our meta-analysis for each phase reveals several interesting insights that may help better understand key aspects of few-shot classification and connections with other fields such as visual representation learning and transfer learning. We hope the insights and research challenges revealed in this paper can inspire future work in related directions. Code and pre-trained models (in PyTorch) are available at https://github.com/Frankluox/CloserLookAgainFewShot.

Keywords

Cite

@article{arxiv.2301.12246,
  title  = {A Closer Look at Few-shot Classification Again},
  author = {Xu Luo and Hao Wu and Ji Zhang and Lianli Gao and Jing Xu and Jingkuan Song},
  journal= {arXiv preprint arXiv:2301.12246},
  year   = {2023}
}

Comments

Accepted at ICML 2023

R2 v1 2026-06-28T08:24:48.978Z