English

Few-Shot Classification with Feature Map Reconstruction Networks

Computer Vision and Pattern Recognition 2021-04-28 v2 Machine Learning

Abstract

In this paper we reformulate few-shot classification as a reconstruction problem in latent space. The ability of the network to reconstruct a query feature map from support features of a given class predicts membership of the query in that class. We introduce a novel mechanism for few-shot classification by regressing directly from support features to query features in closed form, without introducing any new modules or large-scale learnable parameters. The resulting Feature Map Reconstruction Networks are both more performant and computationally efficient than previous approaches. We demonstrate consistent and substantial accuracy gains on four fine-grained benchmarks with varying neural architectures. Our model is also competitive on the non-fine-grained mini-ImageNet and tiered-ImageNet benchmarks with minimal bells and whistles.

Keywords

Cite

@article{arxiv.2012.01506,
  title  = {Few-Shot Classification with Feature Map Reconstruction Networks},
  author = {Davis Wertheimer and Luming Tang and Bharath Hariharan},
  journal= {arXiv preprint arXiv:2012.01506},
  year   = {2021}
}

Comments

Accepted to CVPR 2021. Updated to match most recent version. Code is available at https://github.com/Tsingularity/FRN

R2 v1 2026-06-23T20:41:08.925Z