Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Revisiting Unsupervised Meta-Learning via the Characteristics of Few-Shot Tasks

About

Meta-learning has become a practical approach towards few-shot image classification, where "a strategy to learn a classifier" is meta-learned on labeled base classes and can be applied to tasks with novel classes. We remove the requirement of base class labels and learn generalizable embeddings via Unsupervised Meta-Learning (UML). Specifically, episodes of tasks are constructed with data augmentations from unlabeled base classes during meta-training, and we apply embedding-based classifiers to novel tasks with labeled few-shot examples during meta-test. We observe two elements play important roles in UML, i.e., the way to sample tasks and measure similarities between instances. Thus we obtain a strong baseline with two simple modifications -- a sufficient sampling strategy constructing multiple tasks per episode efficiently together with a semi-normalized similarity. We then take advantage of the characteristics of tasks from two directions to get further improvements. First, synthesized confusing instances are incorporated to help extract more discriminative embeddings. Second, we utilize an additional task-specific embedding transformation as an auxiliary component during meta-training to promote the generalization ability of the pre-adapted embeddings. Experiments on few-shot learning benchmarks verify that our approaches outperform previous UML methods and achieve comparable or even better performance than its supervised variants.

Han-Jia Ye, Lu Han, De-Chuan Zhan• 2020

Related benchmarks

TaskDatasetResultRank
Few-shot classificationtieredImageNet (test)--
282
Image ClassificationMiniImagenet
Accuracy65.33
206
Few-shot Image ClassificationminiImageNet (test)--
111
Few-shot classificationMiniImagenet
5-way 5-shot Accuracy75.77
98
Few-shot Image ClassificationtieredImageNet--
90
5-way Few-shot Image ClassificationFC100 (test)--
78
Few-shot classificationmini-ImageNet → CUB (test)
Accuracy (5-shot)58.32
75
5-way Image ClassificationMiniImagenet
One-shot Accuracy58.2
67
5-way Few-shot Image ClassificationCIFAR FS (test)--
63
Few-shot classificationCIFAR-FS
Accuracy (5-way 1-shot)54.65
58
Showing 10 of 15 rows

Other info

Code

Follow for update