SOTAVerified

Self-Supervised Learning For Few-Shot Image Classification

2019-11-14Code Available0· sign in to hype

Da Chen, Yuefeng Chen, Yuhong Li, Feng Mao, Yuan He, Hui Xue

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Few-shot image classification aims to classify unseen classes with limited labelled samples. Recent works benefit from the meta-learning process with episodic tasks and can fast adapt to class from training to testing. Due to the limited number of samples for each task, the initial embedding network for meta-learning becomes an essential component and can largely affect the performance in practice. To this end, most of the existing methods highly rely on the efficient embedding network. Due to the limited labelled data, the scale of embedding network is constrained under a supervised learning(SL) manner which becomes a bottleneck of the few-shot learning methods. In this paper, we proposed to train a more generalized embedding network with self-supervised learning (SSL) which can provide robust representation for downstream tasks by learning from the data itself. We evaluate our work by extensive comparisons with previous baseline methods on two few-shot classification datasets ( i.e., MiniImageNet and CUB) and achieve better performance over baselines. Tests on four datasets in cross-domain few-shot learning classification show that the proposed method achieves state-of-the-art results and further prove the robustness of the proposed model. Our code is available at [https://github.com/phecy/SSL-FEW-SHOT.]https://github.com/phecy/SSL-FEW-SHOT.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CUB 200 5-way 1-shotAmdimNetAccuracy77.09Unverified
CUB 200 5-way 5-shotAmdimNetAccuracy89.18Unverified
Mini-ImageNet - 1-Shot LearningAmdimNetAccuracy76.82Unverified
Mini-Imagenet 5-way (1-shot)AmdimNetAccuracy76.82Unverified
Mini-Imagenet 5-way (5-shot)AmdimNetAccuracy90.98Unverified

Reproductions