English

Looking back to lower-level information in few-shot learning

Machine Learning 2020-07-17 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

Humans are capable of learning new concepts from small numbers of examples. In contrast, supervised deep learning models usually lack the ability to extract reliable predictive rules from limited data scenarios when attempting to classify new examples. This challenging scenario is commonly known as few-shot learning. Few-shot learning has garnered increased attention in recent years due to its significance for many real-world problems. Recently, new methods relying on meta-learning paradigms combined with graph-based structures, which model the relationship between examples, have shown promising results on a variety of few-shot classification tasks. However, existing work on few-shot learning is only focused on the feature embeddings produced by the last layer of the neural network. In this work, we propose the utilization of lower-level, supporting information, namely the feature embeddings of the hidden neural network layers, to improve classifier accuracy. Based on a graph-based meta-learning framework, we develop a method called Looking-Back, where such lower-level information is used to construct additional graphs for label propagation in limited data settings. Our experiments on two popular few-shot learning datasets, miniImageNet and tieredImageNet, show that our method can utilize the lower-level information in the network to improve state-of-the-art classification performance.

Keywords

Cite

@article{arxiv.2005.13638,
  title  = {Looking back to lower-level information in few-shot learning},
  author = {Zhongjie Yu and Sebastian Raschka},
  journal= {arXiv preprint arXiv:2005.13638},
  year   = {2020}
}

Comments

13 pages, 2 figures; fixed typographic errors and added journal ref

R2 v1 2026-06-23T15:52:00.464Z