Few-shot learning via tensor hallucination
Michalis Lazarou, Yannis Avrithis, Tania Stathaki

TL;DR
This paper introduces a simple yet effective method for few-shot classification by generating tensor features with a straightforward loss function, outperforming complex data augmentation techniques on standard datasets.
Contribution
Proposes a novel approach of tensor feature generation with a simple loss function for few-shot learning, surpassing existing complex augmentation methods.
Findings
Outperforms state-of-the-art on miniImagenet, CUB, CIFAR-FS
Simple loss function suffices for feature generator training
Tensor feature generation is superior to vector features
Abstract
Few-shot classification addresses the challenge of classifying examples given only limited labeled data. A powerful approach is to go beyond data augmentation, towards data synthesis. However, most of data augmentation/synthesis methods for few-shot classification are overly complex and sophisticated, e.g. training a wGAN with multiple regularizers or training a network to transfer latent diversities from known to novel classes. We make two contributions, namely we show that: (1) using a simple loss function is more than enough for training a feature generator in the few-shot setting; and (2) learning to generate tensor features instead of vector features is superior. Extensive experiments on miniImagenet, CUB and CIFAR-FS datasets show that our method sets a new state of the art, outperforming more sophisticated few-shot data augmentation methods.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
MethodsConvolution · Wasserstein GAN
