Few-Shot Classification with Feature Map Reconstruction Networks
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.
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