Delta-encoder: an effective sample synthesis method for few-shot object recognition
About
Learning to classify new categories based on just one or a few examples is a long-standing challenge in modern computer vision. In this work, we proposes a simple yet effective method for few-shot (and one-shot) object recognition. Our approach is based on a modified auto-encoder, denoted Delta-encoder, that learns to synthesize new samples for an unseen category just by seeing few examples from it. The synthesized samples are then used to train a classifier. The proposed approach learns to both extract transferable intra-class deformations, or "deltas", between same-class pairs of training examples, and to apply those deltas to the few provided examples of a novel class (unseen during training) in order to efficiently synthesize samples from that new class. The proposed method improves over the state-of-the-art in one-shot object-recognition and compares favorably in the few-shot case. Upon acceptance code will be made available.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Few-shot Image Classification | Mini-Imagenet (test) | Accuracy69.7 | 235 | |
| 5-way Classification | miniImageNet (test) | Accuracy73.6 | 231 | |
| Few-shot classification | CUB (test) | Accuracy85.6 | 145 | |
| 5-way Few-shot Classification | CUB | 5-shot Acc82.6 | 95 | |
| 5-way Classification | miniImageNet 5-way (test) | Accuracy (1-shot)58.7 | 47 | |
| 5-way 1-shot Classification | Mini-Imagenet (test) | Accuracy59.9 | 43 | |
| 5-way Few-shot Classification | CUB (test) | -- | 36 | |
| Image Classification | Stanford Dogs (test) | -- | 21 | |
| Few-shot Image Classification | miniImageNet (novel classes) | Top-1 Acc73.6 | 20 | |
| Few-shot classification | NAB (test) | Accuracy92.32 | 20 |