数ショットの画像分類は、ラベル付けされたサンプルが限られている目に見えないクラスを分類することを目的としています。最近の作品は、一時的なタスクを伴うメタラーニングプロセスの恩恵を受けており、トレーニングからテストまでクラスにすばやく適応できます。各タスクのサンプル数が限られているため、メタ学習用の最初の埋め込みネットワークは不可欠なコンポーネントになり、実際のパフォーマンスに大きな影響を与える可能性があります。この目的のために、既存の方法のほとんどは、効率的な埋め込みネットワークに大きく依存しています。ラベル付けされたデータが限られているため、埋め込みネットワークの規模は、教師あり学習(SL)方式の下で制約され、数ショットの学習方法のボトルネックになります。この論文では、データ自体から学習することでダウンストリームタスクの堅牢な表現を提供できる自己教師あり学習(SSL)を使用して、より一般化された埋め込みネットワークをトレーニングすることを提案しました。 2つの数ショット分類データセット(つまり、MiniImageNetとCUB)で以前のベースライン方法との広範な比較によって作業を評価し、ベースラインよりも優れたパフォーマンスを実現します。クロスドメイン数ショット学習分類の4つのデータセットでのテストは、提案された方法が最先端の結果を達成し、提案されたモデルの堅牢性をさらに証明することを示しています。私たちのコードはhttps://github.com/phecy/SSL-FEW-SHOTで入手できます。
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.